Understanding Colour Models: RGB and CMYK

A practical guide to how colour works on screen and in print — and why the difference matters.

← Back to Blog

Colour is one of the most fundamental aspects of any design workflow, yet the difference between how colour works on screen versus in print catches many designers off guard. Understanding the two primary colour models — RGB and CMYK — is essential for anyone producing content for both digital and printed media.

RGB: The Additive Colour Model

RGB stands for Red, Green, and Blue. It is an additive colour model, meaning that colours are created by adding light together. The model is used wherever light is the medium — monitors, cameras, scanners, televisions, and projectors all use RGB.

In RGB, each channel (Red, Green, Blue) is typically represented as a value from 0 to 255 (in 8-bit colour), or as a decimal between 0 and 1.0 in normalised form. When all three channels are at their maximum value, the result is white — because all light wavelengths are present. When all channels are at zero, the result is black — no light at all.

On the web, RGB colours are commonly expressed as hexadecimal values:

  • #FF0000 — pure red
  • #00FF00 — pure green
  • #0000FF — pure blue
  • #000000 — black
  • #FFFFFF — white

RGB is the natural colour space for digital creation. If your final output is a website, app, video, or digital presentation, RGB is the correct working colour space.

CMYK: The Subtractive Colour Model

CMYK stands for Cyan, Magenta, Yellow, and Key (Black). It is a subtractive colour model, because colours are produced by absorbing (subtracting) wavelengths of light reflected off a printed surface. Inks applied to white paper each absorb certain wavelengths and reflect others.

CMYK values are expressed as percentages from 0 to 100%. In theory, combining Cyan, Magenta, and Yellow at 100% each should produce black — but in practice the result is a muddy dark brown. This is why a dedicated black (K) ink is used. The K channel provides clean, sharp black text and dark areas, and also reduces ink consumption when printing dark colours.

In professional offset printing, colours are applied in separate passes — one for each ink. Precise registration (alignment) of these passes is critical to sharp output. At the edges where different ink areas meet, a technique called trapping is applied: a slight overlap between adjacent colour areas prevents unsightly white gaps if the paper or press shifts slightly.

Gamut: The Critical Difference

The colour gamut is the range of colours that a particular colour model or device can represent. This is where the fundamental tension between RGB and CMYK lies.

RGB — particularly in wide-gamut profiles such as Adobe RGB or Display P3 — can represent a significantly larger range of colours than CMYK. Vivid, saturated greens, oranges, and blues that display brilliantly on screen simply cannot be reproduced with standard CMYK inks. When you convert an RGB document to CMYK, these out-of-gamut colours must be mapped to the nearest printable equivalent, which is always a compromise.

This is not a flaw in either system — it is an inherent physical difference between emitted light (RGB) and reflected ink (CMYK). Understanding this prevents unpleasant surprises when a proof arrives looking duller than expected.

Colour Management: Bridging the Gap

Professional colour management systems (CMS) help manage the conversion between colour spaces in a predictable, controlled way. The key components are:

  • ICC profiles: standardised descriptions of a device's colour behaviour, used by the CMS to translate colours between spaces.
  • Rendering intents: rules for how out-of-gamut colours are handled during conversion (Perceptual, Relative Colorimetric, Saturation, and Absolute Colorimetric).
  • Soft proofing: a monitor simulation of how a document will look when printed on a specific device and paper stock. Available in Adobe Photoshop, Illustrator, and InDesign via View > Proof Colors.

For critical colour work, calibrating your monitor with a hardware colorimeter ensures that what you see on screen is a reliable representation of your colour data.

Converting RGB to CMYK

Approximate mathematical conversion from RGB to CMYK can be done manually, though for accurate production results a colour-managed conversion using ICC profiles is strongly recommended. The basic formula is:

K = 1 - max(R, G, B) / 255
C = (1 - R/255 - K) / (1 - K)
M = (1 - G/255 - K) / (1 - K)
Y = (1 - B/255 - K) / (1 - K)

Where R, G, B are values from 0–255 and C, M, Y, K are the resulting ink percentages. This formula produces a mathematically derived result but does not account for the specific characteristics of any particular ink set or paper — which is why ICC-profile-based conversion in professional tools produces better results in practice.

Extended and Spot Colour Systems

Beyond standard CMYK, several other colour systems exist for specialised needs:

  • Spot colours (Pantone): pre-mixed inks printed as a fifth (or additional) colour plate, giving precise, consistent colour that cannot be reliably reproduced with process CMYK. Widely used for brand colours and packaging. See our post on spot colours.
  • Hexachrome: a six-colour process using CMYK plus orange and green inks to significantly extend the printable gamut. See our post on Hexachrome printing.
  • LAB colour space: a device-independent model that encompasses both RGB and CMYK gamuts, often used as an intermediate space in colour conversions.

Practical Advice for Designers

  • Design in RGB for screen and digital output — it gives you the widest colour range and best tool support.
  • When designing for print, either set up your document in CMYK from the start, or convert carefully using ICC profiles before sending to a printer.
  • Always request a physical proof before committing to a large print run — monitor soft proofing is a guide, not a guarantee.
  • Ensure you understand your printer's required colour profile and specifications before submitting artwork.
  • Keep original high-resolution RGB master files; you can always convert to CMYK, but you lose quality going from a CMYK conversion back to RGB.

For a deeper treatment of colour in PDF workflows, see our article on PDF colour management.

Tools for Professional Colour Workflows

Mapsoft develops Adobe plugins and PDF tools that support accurate, efficient colour handling across your production pipeline.