Questions tagged [cmyk]

CMYK refers to the standard color model, and related techniques, involved with the four-colour printing process: Cyan, Magenta, and Yellow, and Key (black).

In the traditional four-color printing process (also called process printing), colour is produced by depositing four separate layers of colour over each other: Cyan, Magenta, Yellow, and Black.

The four colors used in the CMYK color model

The abbreviation "CMYK" derives from the initial letters of the three colours, while black is indicated with a "K" for key. This is because black is used to ink the key plate, which contains the artistic detail, or "key" information for the image.

It also refers to the final stage of pre-press, where the final image is separated into four grid layers: one layer for each colour, each rotated slightly to achieve optimal coverage and minimize interference between layers.

CMYK is a subtractive model, meaning that it produces darker colors by adding more pigment, thus causing less light to be reflected. This differs from the use of colour on computer screens, which uses the additive RGB model.

The conversion from one model to another is a standard problem in pre-press software. Questions with the tag will typically be ones focused around this conversion process.

308 questions
0
votes
0 answers

Does anyone know the algorithm to use an ICC profile to convert RGB values to PCS?

According to WikiPedia to correctly convert from RGB to CMYK or vice versa you need the ICC profile of the display devices involved. So RGB > CMYK is possible by knowing the ICC profile of the monitor being used and converting RGB to PCS and then…
earnshavian
  • 1,864
  • 2
  • 13
  • 17
0
votes
0 answers

Convert RGB value to CMYK using an ICC profile? c#

Possible Duplicate: C# convert RGB value to CMYK using an ICC profile? Well.. I've been working on this for some time and discovered many things about this world, but could not perform one conversion. If I use: System.Windows.Media.Color color =…
J. Lennon
  • 3,311
  • 4
  • 33
  • 64
-1
votes
0 answers

How to create a own color management simulation process based on LAB values from RGB to CMYK?

In my printer controller, the red color was not processed properly, I mean customer expectation red color was not matching, but in my controller, it has CMYK simulation processing, like simulate the printer profile with fogra ICC profile. But what…
-1
votes
1 answer

Is there any way to convert RGB values (0-255) to CMYK value (0-99) in android studio?

I'm making an app to control the LED color of 5050 LED strip. The color picker provides me with RGB code, but the 5050 LED strip follows CMYK color format. Is there any way to convert RGB values (0-255) to CMYK value (0-99) in android studio?
-1
votes
1 answer

Colouring cells in Google Docs with cell value

Anyone know if it's possible to colour the cells of a Google Docs spreadsheet with their values? The cells are populated with CMYK codes. Cheers!
t56k
  • 6,769
  • 9
  • 52
  • 115
-2
votes
1 answer

Converting an RGB image to CMYK in WPF

How to convert image from one color model to another ? Can you show me some code snippets ? I have used google but i have not found the solution.
Jonh Sm
  • 29
  • 4
-3
votes
1 answer

java CMYK to RGB values converter

Is there any easy way to achive this? I need this because i get the CMYK values from a file and i need to use those values in a xhtml file by creating tags like this: some text
Mihai Ilie
  • 34
  • 7
1 2 3
20
21