CMYK color model Guide, Meaning , Facts, Information and Description
CMYK (or sometimes YMCK) is a subtractive color model used in color printing. This color model is based on mixing pigments of the following colors in order to make other colors:
The mixture of ideal CMY colors is subtractive (Cyan, Magenta and Yellow printed together on white result to black). CMYK works through light absorption. The colors that are seen are from the part of light that is not absorbed. In CMYK magenta plus yellow produces red, magenta plus cyan makes blue, cyan plus yellow generates green and the combination of cyan, magenta and yellow form black.
Because the 'black' generated by mixing the subtractive primaries is not as dense as that of a genuine black ink (one that absorbs throughout the visible spectrum), four-color printing uses a fourth, black, ink in addition to the subtractive primaries yellow, magenta and cyan.
Use of four-color printing generates a superior final printed result with greater contrast. However the color a person sees on a computer screen is often slightly different from the color of the same object on a printout since CMYK and the RGB color model used in computer monitors have different gamuts. RGB color is made by the emission of light (additive color) whereas CMYK works by the absorption of it (subtractive color).
| Table of contents |
|
2 External links |
Converting between RGB and CMYK
To convert between RGB and CMYK, an intermediate CMY value is used. Color values are represented as a vector, with each color component varying from 0.0 (no color) to 1.0 (fully saturated color).
- = [0,1]4 is the CMYK quadruple;
- = [0,1]3 is the CMY triple,
- = [0, 1]3 is the RGB triple.
Converting now:
This is an Article on CMYK color model. Page Contains Information, Facts Details or Explanation Guide About CMYK color model Converting CMYK to RGB
To convert, we first convert CMYK to CMY, then convert the CMY value to RGB
then:
and:
Converting RGB to CMYK
Converting RGB → CMY, with the same color vectors as before:
converting to CMY:
and then to CMYK:
where min(x, y, z) is the minimum of those three values.External links
