CMYKColor
CMYKColor[c,m,y,k]
represents a color in the CMYK color space with cyan, magenta, yellow and black components.
CMYKColor[c,m,y,k,a]
specifies opacity a.
CMYKColor["string"]
returns a color from an HTML color name etc.
CMYKColor[color]
returns the CMYK representation of color.
Details

- CMYKColor is a subtractive color model, typically used in printing. CMYK refers to the cyan, magenta, yellow and black inks used in printing.
- Color and opacity levels outside the range 0 to 1 will be clipped. »
- If no black component is specified, CMYKColor[c,m,y] is equivalent to CMYKColor[c,m,y,0].
- CMYKColor specifications are automatically converted to RGBColor when simulated lighting calculations are done. »
- If no opacity has been specified, CMYKColor[c,m,y,k] is equivalent to CMYKColor[c,m,y,k,1].
- The alternative forms CMYKColor[{c,m,y,k}] and CMYKColor[{c,m,y,k,a}] can also be used.
- ColorConvert can be used to convert CMYKColor to other color spaces.
- Style[expr,CMYKColor[…]] specifies that expr should be displayed with the specified color. »
- Glow[CMYKColor[…]] specifies color independent of lighting. »
- CMYKColor[c,m,y,k,a] is equivalent to Directive[CMYKColor[c,m,y,k],Opacity[a]]. »
- For 3D surfaces, explicit CMYKColor directives define surface colors; the final shading depends on lighting and contributions from specularity and glow. »
Examples
open allclose allBasic Examples (4)
Scope (3)
Generalizations & Extensions (2)
Properties & Relations (3)
Possible Issues (1)
Values outside of the 0, 1 range will be clipped:
In plot functions, use ColorFunctionScaling to control global scaling of variables:
Text
Wolfram Research (1991), CMYKColor, Wolfram Language function, https://reference.wolfram.com/language/ref/CMYKColor.html (updated 2021).
CMS
Wolfram Language. 1991. "CMYKColor." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/CMYKColor.html.
APA
Wolfram Language. (1991). CMYKColor. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CMYKColor.html