FACTOID # 28: Mexico has the most Jehovah's Witnesses per capita in the OECD.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RELATED ARTICLES
People who viewed "CMYK" also viewed:
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > CMYK
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:
 
NationMaster - Encyclopedia: CMYK (597 words)
Because the 'fl' generated by mixing the subtractive primaries is not as dense as that of a genuine fl ink (one that absorbs throughout the visible spectrum), four-color printing uses fl ink in addition to the subtractive primaries yellow, magenta and cyan.
CMYK inks combine in proportions to form solid colours; Yellow and Magenta with a bit of Black form a dark maroon, for example.
CMYK Graphix reserves the right to use his or her sole discretion in refusing to print anything he or she deems illegal, libelous, scandalous, improper, or infringing upon copyright law.
CMYK Magazine ::: Emerging Artists and Aspiring Creatives :: Illustrators, Graphic Designers, Photography, ... (122 words)
CMYK 38 addresses the impact environment has on how well we perform as creatives.
CMYK brings a unique, insightful and inspiring peek into the future of visual communication.
Enter your portfolio work for the opportunity to be published in CMYK Magazine and recognized by the communication art industry.
  More results at FactBites »


 

COMMENTARY     


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

Want to know more?
Search encyclopedia, statistics and forums:

 


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.