FACTOID # 128: The average person in the United Kingdom drinks as much tea as 23 Italians.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS   

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > CMYK color space

Cyan, magenta, yellow, and key (black)
Cyan, magenta, yellow, and key (black)

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 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).

Contents

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).

tCMYK = [0,1]4 is the CMYK quadruple;

likewise,

tCMY = [0,1]3 is the CMY triple,

and

tRGB = [0, 1]3 is the RGB triple.

Converting CMYK to RGB

To convert, we first convert CMYK to CMY, then convert the CMY value to RGB


Converting now:

tCMYK = (c,m,y,k)

then:

tCMY = (c',m',y') = (c(1 - k) + k,m(1 - k) + k,y(1 - k) + k)

and:

tRGB = (r,g,b) = ((1 - c'),(1 - m'),(1 - y'))

Converting RGB to CMYK

Converting RGB → CMY, with the same color vectors as before:

tRGB = (r,g,b)

converting to CMY:

tCMY = (c',m',y') = (1 - r,1 - g,1 - b)

and then to CMYK:

K = min(c',m',y')
if K = = 1 then tCMYK = (0,0,0,1), else
tCMYK = (c,m,y,k) = ((c' - K) / (1 - K),(m' - K) / (1 - K),(y' - K) / (1 - K),K)

where min(x, y, z) is the minimum of those three values.


See also

External links





  Results from FactBites:
 
Gamut - Wikipedia, the free encyclopedia (1641 words)
In this context, digitizing a photograph, converting a digitized image to a different color space, or outputting it to a given medium using a certain output device generally alters its gamut, in the sense that some of the colors in the original are lost in the process.
Generally, the color gamut is specified in the hue-saturation plane, as many systems can produce colors with a wide range intensity within their color gamut; in addition, for subtractive color systems, such as printing, the range of intensity available in the system is for the most part meaningless outside the context of its illumination.
The gamut of the CMYK color space is, ideally, approximately the same as that for RGB, with slightly different apexes, depending on both the exact properties of the dyes and the light source.
  More results at FactBites »

 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your location
Your comments
Please enter the 5-letter protection code


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.