Laboratory 01
Additive Color
Synthesis — RGB
Three broadband spectral beams of light mix together. Each channel adds luminance to absolute darkness. This is the physics behind every screen, projector, and digital device.
Additive Mixing Linear RGB Photometry
Lab Objective

How Light Adds Up

Lab 01 demonstrates the additive color model, the fundamental mechanism for producing color on digital screens. Unlike pigments that subtract light from a white background, emitted light beams combine to increase overall luminance. Starting from total darkness (0,0,0), adding the Red, Green, and Blue channels at their maximum intensity (255,255,255) produces pure white light.

The simulator utilizes a scientifically accurate conversion from gamma-corrected sRGB to Linear RGB prior to channel addition. This ensures the physical accuracy of light mixing, as the relationship between a digital code value and perceived brightness is inherently non-linear.

⬡ Scientific Principle

Additive synthesis is the exact inverse of the CMYK model. Starting from black (the absence of light), each emitted color channel contributes discrete wavelengths, cumulatively building luminance (brightness) until the standard white point is reached.

User Instructions

Step-by-Step Guide

Adjust the R, G, B Sliders
Each slider controls a light channel from 0 (no emission) to 255 (maximum intensity). Watch the final swatch update in real-time. The visualization renders three overlapping beams on a dark canvas, simulating a theatrical lighting setup.
Observe the Intersections
Where two beams overlap, secondary colors emerge: R+G → Yellow, R+B → Magenta, G+B → Cyan. The triple overlap in the center yields White.
🎯 Try This Challenge
Lower all sliders to 0. Slowly increase only the Blue slider. Notice how it builds light from total darkness. Now try to create a perfect "Yellow" using only the sliders. Observe how the Chroma (C) and Hue (h°) values change in the readout panel!
Read the Channel Strips
The bottom panel isolates each channel's contribution to the final mixed color. Notice how a 50% gray (128,128,128) in the sRGB color space translates to roughly ~21.5% of actual physical luminance, a direct result of the non-linear gamma curve.
Theoretical Background

The Physics of Additive Mixing

The Primary Colors of Light

The three additive primary colors are Red, Green, and Blue. In a digital display, these are not singular monochromatic wavelengths (like lasers), but rather broadband spectra emitted by phosphors or LEDs.

⬡ Clarification: Broadband Emissions

The additive primaries (RGB) should be understood as device-dependent broadband emissions, not fixed monochromatic wavelengths. Their exact spectral power distribution depends entirely on the specific display hardware.

Their exact complementaries are Cyan (opposite of Red), Magenta (opposite of Green), and Yellow (opposite of Blue). These complementary pairs form the foundation of the subtractive system, which is explored in Lab 02.

RED
Broadband Spectrum:
620–700 nm
GREEN
Broadband Spectrum:
520–560 nm
BLUE
Broadband Spectrum:
450–490 nm

Linear vs. Gamma RGB

Computer monitors encode brightness non-linearly using the standard sRGB gamma curve (where γ ≈ 2.2). Consequently, a digital value of 128 (half of the maximum 255) does not emit half the physical light—it emits approximately 21.5%. The application explicitly converts these values to linear light prior to mixing, which is why the simulated spotlight intersections appear perceptually realistic rather than artificially blown out.

L = (V / 255) ^ 2.2
L = Linear luminance (0–1)
V = Digital sRGB code value (0–255)
2.2 = Gamma correction exponent (sRGB standard)
Key Parameters
R Range0 – 255
G Range0 – 255
B Range0 – 255
White PointR=G=B=255
Black PointR=G=B=0
GammasRGB ≈ 2.2
Secondary Colors
R + GYellow
R + BMagenta
G + BCyan
R + G + BWhite
0 + 0 + 0Black
References
  • 1 Kipphan, H. (2001). Handbook of Print Media: Technologies and Production Methods. Springer-Verlag.
  • 2 International Electrotechnical Commission. (1999). IEC 61966-2-1:1999 Colour management - Default RGB colour space - sRGB.
Laboratory 02
Subtractive Color
Synthesis — CMY
Pigments function by absorbing (subtracting) segments of white light. Each CMY ink acts as a bandpass filter targeting approximately one-third of the visible spectrum.
Subtractive Mixing Spectral Absorption Ink Physics
Lab Objective

How Ink Removes Light

Lab 02 introduces the subtractive color model — the foundational theory for all ink-on-paper reproduction. Unlike displays that emit light from a state of total black, a printed sheet reflects white light originating from its substrate. Inks selectively absorb portions of that white light; the wavelengths that escape absorption reach the viewer's eye as perceived color.

⚠ Additivity Failure

"If you theoretically mix 100% Cyan, Magenta, and Yellow, you do not obtain a perfect black — you get a muddy brown." This critical failure is caused by spectral impurities in real-world pigments (unwanted absorptions), and it dictates the absolute necessity of the K (Key Black) plate in commercial printing. Lab 03 delves specifically into this.

User Instructions

Step-by-Step Guide

Adjust Cyan, Magenta, Yellow Sliders (0–100%)
Each slider simulates the physical concentration (film thickness) of an ink layer. 0% means no ink is deposited (the white paper substrate is fully exposed). 100% signifies maximum solid ink coverage. The swatch updates instantly to display the reflected color.
🎯 Try This Challenge
Set C=100 and Y=100. Look at the spectral absorption graph below. Notice how Cyan absorbs the red wavelengths, and Yellow absorbs the blue. The only light able to pass through both ink layers is the Green spectrum!
Push All Three Sliders to 100%
Set C=M=Y=100% and examine the resulting "Composite Black" swatch. Compare it directly to the adjacent K=100% reference. Real-world inks produce a dark brownish-gray — providing a visual proof of why modern printing requires a dedicated black ink.
Theoretical Background

Wavelength Absorption by CMY Inks

400 nm (Blue/Violet)550 nm (Green)700 nm (Red)

Every primary pigment in the subtractive system acts as a complementary color to one of the additive primaries. The absorption relationships are mathematically strict:

Cyan
Absorbs:
Red 620–700 nm
Magenta
Absorbs:
Green 500–590 nm
Yellow
Absorbs:
Blue 400–480 nm

As noted in Kipphan's Handbook of Print Media: "Cyan absorbs red light, so blue and green light is reflected... Magenta absorbs green light, leaving red and blue to make Magenta... Yellow absorbs blue light, leaving red and green, which combine to make Yellow."

The "Muddy Brown" Problem

⬡ Clarification: Real Ink Spectra

In reality, printing inks exhibit broad, overlapping spectral absorption curves, rather than idealized band-stop behavior. This unavoidable spectral overlap is the primary cause of additivity failure.

In a purely theoretical subtractive system, C+M+Y=100% would flawlessly absorb all wavelengths, generating an absolute black. In commercial reality, because pigments possess these overlapping impurities, the inevitable result is a dark, muddy brownish-gray (Composite Black) rather than a dense, neutral black.

⚡ Scientific Note (Kubelka-Munk)

In industrial Color Science, the precise prediction of ink mixtures on paper relies on the Kubelka-Munk theory, which accounts for both light scattering (S) and light absorption (K) within the ink film. For real-time educational purposes, this application simplifies the reflectance math, focusing visually on the core mechanism of subtractive bandpass filtering.

Absorption Pairs
Cyanabsorbs Red
Magentaabsorbs Green
Yellowabsorbs Blue
Mixing Results
C + MBlue
C + YGreen
M + YRed
C+M+Y IdealBlack
C+M+Y RealMuddy Brown
References
  • 1 Kipphan, H. (2001). Handbook of Print Media. Springer-Verlag.
  • 2 X-Rite. (n.d.). Subtractive CMYK Color Mixing.
Laboratory 03
CMYK — The Four
Printing Channels
Commercial printing separates every image into four distinct channels. Each channel is printed using halftone screens oriented at specific angles to reconstruct the final composite image.
Screen Angles Rosette Pattern Key Black
Lab Objective

Color Separation & The Role of Black

Lab 03 visualizes the four independent printing channels that constitute CMYK reproduction. Each channel is exposed onto a separate printing plate, inked with its respective pigment, and transferred in perfect registration onto the press sheet. The simulation dynamically renders realistic halftone dot patterns utilizing the standardized industry screen angles explicitly designed to mitigate Moiré interference.

ℹ Why Four Plates?

Black ink (K) is introduced to "compensate for the inherent impurities of CMY pigments." Beyond mere color accuracy, the K plate ensures "outlines and text exhibit significantly higher sharpness" and injects crucial "density into the shadow regions" that CMY alone cannot achieve. It also drastically reduces the total volume of ink required.

User Instructions

Step-by-Step Guide

Set the CMYK Values (0–100%)
Four sliders grant independent control over each channel. The combined swatch illustrates the simulated print output. Contrasting with Lab 02, the inclusion of the K channel permits true four-color process simulation, unlocking access to pure, dense blacks.
🎯 Try This Challenge
Click the "Orange" preset from the chips. Look at the isolated channel canvases. Notice how a vibrant Orange is built entirely using Magenta and Yellow dots. Cyan and Black are deliberately kept at 0% to prevent the color from becoming "dirty" or desaturated!
Observe the Rosette Pattern
When all four channels are overlaid, the angled halftone grids interact to generate the characteristic rosette pattern — the microscopic, flower-like structure immediately visible under a printer's loupe. This distinct pattern is the definitive proof of correct halftone registration.
Theoretical Background

Screen Angles & Moiré Prevention

If all four CMYK halftone grids were printed at identical angles, their interaction would provoke severe Moiré interference patterns — prominent, repeating wave-like optical artifacts caused by the beat frequency between two periodic structures. By deliberately rotating each screen by 15–30°, these geometric intersections become perceptually invisible at normal reading distances.

ChannelScreen AngleJustification
Cyan (C)15°Separated from Black to minimize interaction
Magenta (M)75°Maximum angular distance from Cyan
Yellow (Y)0° (or 90°)The least visually intrusive color; relegated to 0°
Black (K)45°The most visually dominant color; 45° is optimal for human perception
⚡ Educational Approximation (Rational Tangents)

The halftone grids rendered in this lab are strictly illustrative. Real-world AM (Amplitude Modulated) screening mechanisms utilize rational tangent angles explicitly calculated based on the addressability of the imaging device (e.g., a 2400 dpi platesetter). The values 15°/75°/0°/45° serve as nominal targets; actual RIP (Raster Image Processor) software generates screens that deviate by fractions of a degree to guarantee exact periodicity across the output grid.

The Essential Benefits of the Key (K) Plate

Dense Blacks (Density)

Black ink yields a vastly superior optical density compared to any CMY combination. It is irreplaceable for deep shadows.

Gray Balance Stability

Neutral grays constructed from K are inherently stable. Grays derived from CMY are hyper-sensitive to press fluctuations.

Ink Economy

Substituting CMY components with cheaper black ink fundamentally reduces overall ink consumption and accelerates drying times.

Typographic Sharpness

Fine typography and delicate line art printed exclusively in K completely bypass the risk of registration errors (color fringing).

ISO Screen Angles
Cyan15°
Magenta75°
Yellow
Black45°
References
  • 1 International Organization for Standardization. (2013). ISO 12647-2:2013 Offset lithographic processes.
  • 2 Kipphan, H. (2001). Handbook of Print Media.
Laboratory 04
TAC & TIL —
Total Ink Coverage
Every paper substrate possesses a critical physical threshold for the volume of liquid ink it can absorb before failing mechanically. TAC defines this absolute limit.
ISO 12647-2 Set-Off Risk FOGRA Standards
Lab Objective

The Physics of Ink Saturation

Lab 04 elucidates the critical prepress concept of Total Area Coverage (TAC), frequently referred to as Total Ink Limit (TIL). TAC is the straightforward arithmetic sum of the percentages of all four CMYK channels: TAC = C + M + Y + K. When this cumulative value breaches the substrate's saturation capacity, the physical printing process predictably fails.

⚠ Mechanical Consequences (Smearing & Set-off)

"As the specified TAC threshold (e.g., 320%) is exceeded, the risk of extended drying times escalates, precipitating the smudging of printed materials." The superfluous volume of wet ink inevitably triggers "set-off, a critical failure where the undried ink of one sheet transfers onto the reverse side of the subsequent sheet in the delivery pile" — ruining the entire press run.

User Instructions

Step-by-Step Guide

Adjust the CMYK Sliders
Each slider dictates the physical coverage of a specific ink. The TAC meter continuously aggregates these values. Notice how rapidly the critical limit is approached when synthesizing rich, dense blacks or deep shadows.
Select a Printing Condition (Substrate)
The dropdown menu provides access to established industry standards: ISO Coated v2 / FOGRA39 (Limit: 330%), ISO Uncoated / FOGRA47 (Limit: 300%), and Newsprint / FOGRA45 (Limit: 260%). Varied paper absorbency mandates drastically different TAC limits.
🎯 Try This Challenge
Select "Newsprint (FOGRA45)" from the dropdown menu. Now push all CMYK sliders to 100% (TAC = 400%). Notice the severe warning badge and the visual smearing artifact on the canvas, simulating catastrophic set-off on cheap paper!
Theoretical Background

Industry TAC Limits

Specific tolerance thresholds are codified within ISO 12647-2 and the corresponding FOGRA characterization datasets. These limits fluctuate dramatically based on the substrate, as the paper's physical structure dictates ink absorption rates and its susceptibility to trapping wet ink.

Printing ConditionStandard LimitICC ProfileRisk of Exceeding
Coated Sheetfed320–340%FOGRA39Extended drying times, smudging
Uncoated Offset280–300%FOGRA47Set-off, paper deformation
Newsprint240–260%FOGRA45Immediate set-off, strike-through

The Role of TAC in Preflighting

TAC violations represent one of the most frequent and costly errors in digital file preparation. A designer operating in an RGB workspace who converts to CMYK utilizing an inappropriate profile may inadvertently generate shadow values such as C100 M100 Y100 K60 (TAC=360%). Solution: Professional prepress workflows mandate rigorous TAC verification via software (e.g., Adobe Acrobat Output Preview) prior to plating.

Profile TAC Limits
FOGRA39 (Coated)330%
FOGRA47 (Uncoated)300%
FOGRA45 (Newsprint)260%
Mathematical Formula
TAC = C + M + Y + K
References
  • 1 International Organization for Standardization. (2013). ISO 12647-2:2013.
  • 2 Prepressure. (n.d.). Total ink / area coverage (TAC or TIL).
Laboratory 05
Color Spaces
& Gamut Boundaries
The CIE 1931 xy diagram maps the entirety of human vision. Every output device can reproduce only a specific subset of this vision — its designated "gamut."
CIE 1931 xy ICC Profiles Gamut Mapping
Lab Objective

The Gap Between Screen and Print

Lab 05 illustrates the primary dilemma of Color Management: no physical output device is capable of reproducing the full spectrum of visible color. By employing the CIE 1931 xy chromaticity diagram as a coordinate background, this lab overlays the boundaries (gamuts) of multiple distinct color spaces, clearly demonstrating the severe color compression required when moving from an RGB display to a CMYK press.

ℹ Gamut Relationships & Correction

It is a common misconception that CMYK is strictly "smaller" than RGB in every dimension. Correction: CMYK is not strictly smaller; instead, it has a different shape and distribution. While sRGB encompasses more bright and saturated transmissive colors, CMYK often extends further into specific cyans and yellows depending on the substrate and ink density. The gamuts partially overlap with region-specific differences.

User Instructions

Step-by-Step Guide

Toggle the Color Spaces
Utilize the checkboxes to activate the sRGB, Adobe RGB (1998), ProPhoto RGB, and FOGRA39 CMYK overlays. The outer, horseshoe-shaped boundary represents the spectral locus — the absolute limits of human vision defined by pure monochromatic light.
Compare sRGB vs. FOGRA39
Observe the dramatic difference in area. The FOGRA39 CMYK polygon is considerably smaller than the standard sRGB triangle in most regions. The specific coordinates located outside the CMYK boundary but inside the RGB space are the out-of-gamut colors that will mandate forced compression during separation.
Examine ProPhoto RGB
ProPhoto RGB extends far beyond the bounds of sRGB, and even surpasses human vision. Deployed exclusively in high-end photographic workflows to preserve raw sensor data, notice that several of its vertices lie *outside* the spectral locus — these are "imaginary" colors necessary for the mathematical integrity of the space.
Theoretical Background

ICC Profiles (ISO 15076-1)

The International Color Consortium (ICC) established the universal standard for characterizing device color responses via ICC profiles. These standardized datasets dictate exactly how a specific device maps color coordinates to and from an absolute, device-independent reference architecture (the Profile Connection Space, typically CIE L*a*b*).

⚡ Scientific Accuracy (2D vs 3D)

The FOGRA39 gamut boundary projected onto the diagram is a simplified 2D chromaticity mapping derived from its CMYK extremes. The actual, physically measurable gamut of a printing press is an extraordinarily complex, irregular three-dimensional (3D) volume existing in L*a*b* space, fluctuating radically across different Lightness levels. An authentic gamut boundary surface cannot be plotted on a 2D horseshoe without critical loss of the lightness axis. For pedagogical purposes, this diagram successfully communicates the core concept of volumetric restriction, but it does not serve as a metrologically exact limit.

Available Spaces
sRGBWeb / Monitors
Adobe RGBPrepress
ProPhotoRAW Photography
FOGRA39Offset Print
References
  • 1 International Organization for Standardization. (2005). ISO 15076-1:2005 ICC Architecture.
  • 2 Kipphan, H. (2001). Handbook of Print Media.
Laboratory 06
Achromatic Reproduction
GCR & UCR
Gray Component Replacement (GCR) and Under Color Removal (UCR) are structural strategies used to replace overlapping CMY mixtures with dedicated Black (K) ink.
GCR / UCR Ink Economy Press Stability
Lab Objective

Replacing Gray with Black

Lab 06 demonstrates the algorithms that dictate what percentage of the CMY mixture is substituted with black ink during color separation. In color science, every printed color consists of a chromatic component (hue/saturation) and an achromatic component (gray). This gray component can be synthesized from equal volumes of CMY — or, much more efficiently, extracted and printed solely with Key Black (K).

⬡ Scientific Definition of GCR

"In Gray Component Replacement (GCR), the achromatic portion of the composite CMY colored inks is programmatically substituted by black ink across the entire tonal scale." In direct contrast to UCR, GCR executes this substitution universally, not merely within shadow regions.
Source: Kipphan, H. (2001). Handbook of Print Media

User Instructions

Step-by-Step Guide

Define the Input Color (RGB Sliders)
Establish a starting color. The effect of GCR is most aggressively demonstrated on neutralized or desaturated colors, such as neutral grays (e.g., R=128, G=128, B=128) or muted earth tones.
Modulate the GCR Level (0–100%)
At 0%, the achromatic structure is built entirely from CMY. As the slider approaches 100%, observe the bar charts: the CMY values plummet while the K value surges. The visual rendering on the canvas remains theoretically identical, proving the effectiveness of the substitution.
Theoretical Background

GCR vs. UCR — The Distinction

GCR (Gray Component Replacement)

Range: Operates across all tonal values (highlights to shadows).
Mechanism: Identifies the minimal common percentage of C, M, and Y, neutralizing it by replacing it with K.
Renders the press run highly resistant to color shifts.

UCR (Under Color Removal)

Range: Restricted exclusively to dense, neutral shadow areas.
Mechanism: Removes CMY from beneath black regions strictly to prevent TAC limit violations.
An older methodology, now largely superseded by modern GCR implementations.

The Tangible Benefits of GCR

GCR is a cornerstone of modern prepress efficiency. By migrating ink volume from CMY to K: 1) Cost is drastically reduced (black ink is inherently cheaper), 2) TAC is lowered (facilitating rapid drying), and 3) Gray Balance is locked (preventing human faces from exhibiting green or magenta casts due to minor press fluctuations).

⚡ Educational Approximation (Heuristic)

This laboratory employs a linear mathematical extrapolation to visualize the mechanics of GCR. In a production Color Management Module (CMM, e.g., Adobe ACE), black generation protocols are hardcoded within the B2A Look-Up Tables of the specific ICC profile. These tables contain highly non-linear, customized curves specifically engineered for the unique interaction of the target paper and ink set.

Terminology
GCRGray Component Replacement
UCRUnder Color Removal
AchromaticNeutral (gray/black)
References
  • 1 Kipphan, H. (2001). Handbook of Print Media.
  • 2 Tritton, K. (1993). Colour Control for Lithography.
Laboratory 07
Tone Value Increase
TVI (Dot Gain)
A halftone dot inherently prints larger than its digital specification (Mechanical Gain), and appears larger still due to internal light scattering (Optical Gain).
Murray-Davies Equation Yule-Nielsen Factor ISO 12647-2
Lab Objective

Why Dots Grow on Press

Lab 07 investigates Tone Value Increase (TVI), universally referred to as Dot Gain. It characterizes the systematic darkening of tonal values during the transition from digital file to printed sheet. A dot specified at 50% may physically measure at 65% on paper.

⬡ Clarification: The Nature of TVI

Total dot gain is a combination of two distinct physical phenomena:

  • Mechanical dot spread: Physical ink expansion under the mechanical pressure of the printing cylinders.
  • Optical gain: Visual darkening due to light scattering and trapping within the paper substrate itself.
User Instructions

Step-by-Step Guide

Select the Substrate
Choose between Coated (Gloss/Silk), Uncoated (Offset), or Newsprint. Coated stocks exhibit the lowest dot gain (≈10-15%), whereas porous Newsprint exhibits severe dot gain (>25%) due to rapid ink wicking.
Adjust the Digital Tone (Slider)
Specify the target percentage of the digital file. The application computes the anticipated printed value. The side-by-side circular graphics (File vs. Printed) provide immediate visual verification of the spatial distortion.
Analyze the TVI Curve
Dot gain is not a linear offset. The characteristic curve peaks dramatically in the midtones (40-60%), while remaining zero at the absolute highlights (0%) and shadows (100%). The volume between the ideal linear diagonal and the plotted curve represents the total tonal error.
Theoretical Background

The Murray-Davies Equation (1936)

The foundational mathematical construct linking physical dot area to measured optical density was established by Alexander Murray. It remains the absolute bedrock of TVI measurement within ISO 12647-2 compliance.

D = log₁₀ [ 1 / (1 − a(1 − r)) ]
D = Optical density of the halftone tint
a = Relative fractional dot area (0–1)
r = Measured reflectance of the solid ink patch

The Yule-Nielsen Effect (Optical Gain)

The Murray-Davies equation predicates that incident light either strikes ink or strikes bare paper. In physical reality, photons striking the white paper directly adjacent to a dot often diffuse internally through the substrate and are absorbed from below by the dot's underside. This scattering renders the dot optically larger to both the human eye and the densitometer. The Yule-Nielsen correction incorporates an empirical n-factor to mathematically anticipate this phenomenon.

⚡ Educational Approximation (Heuristic)

The application generates the TVI curves by heuristically implementing the logic of the Murray-Davies and Yule-Nielsen models. In an actual production environment, every printing press—and every individual CMYK channel—generates a unique TVI signature that must be rigorously measured via spectrophotometer. This data is then used to construct specialized 1D Tone Curves within the RIP software to apply the precise inverse compensation.

Types of Gain
MechanicalPhysical ink spread
OpticalLight scattering (Yule-Nielsen)
References
  • 1 Murray, A. (1936). Monochrome reproduction in photoengraving. Journal of the Franklin Institute.
  • 2 ISO 12647-2:2013. Offset lithography.
Laboratory 08
Rendering Intents &
Gamut Mapping Strategies
When a digital color falls outside the physical capabilities of a printer, how is it handled? ICC Profiles provide four distinct mathematical mapping strategies.
Gamut Mapping ISO 15076-1 Out-of-Gamut
Lab Objective

Strategies for Out-of-Gamut Colors

Lab 08 visualizes the colorimetric fate of an RGB coordinate when it is forced through an ICC profile conversion under the jurisdiction of a specific Rendering Intent. The application computes an approximate CMYK translation and rigorously evaluates the resulting color shift utilizing the CIE ΔE2000 algorithm.

At the core of an ICC Profile (e.g., FOGRA39) reside pre-calculated 3D Look-Up Tables (LUTs) engineered to execute these complex translations. The ISO 15076-1 specification mandates four distinct mapping protocols.

User Instructions

Step-by-Step Guide

Select an Out-of-Gamut Color
Test the preset chips, such as "Vivid Cyan" (R:0, G:200, B:255). These coordinates mathematically exceed the reproduction limits of standard CMYK inks. The interface will trigger an immediate ⚠ Out-of-gamut warning.
🎯 Try This Challenge (Chroma Tracking)
Select "Vivid Red". Observe the Chroma (C) value in the readout panel. Switch between Relative Colorimetric and Perceptual intent. Notice how Perceptual aggressively compresses the Chroma to pull the color inside the printable gamut, while Relative simply clips it at the boundary!
Toggle Black Point Compensation (BPC)
Select the "Deep Shadow" preset (R:30, G:30, B:40). Select the Relative Col. intent. Toggle BPC on and off. Notice how turning BPC off causes the deep shadow to clip (crush to absolute flat black), whereas turning it on smoothly maps the source black to the destination's darkest printable ink.
Theoretical Background

The Four Rendering Intents

01 — Perceptual
Compresses the entire gamut (including in-gamut colors) to preserve visual relationships and continuous gradients. Overall saturation decreases, but structural contrast is retained.
Primary Use: Photographic imagery.
02 — Relative Colorimetric
Leaves all in-gamut colors mathematically unaltered. Out-of-gamut colors are ruthlessly clipped to the nearest printable boundary, destroying detail in saturated zones.
Primary Use: Corporate branding and vector logos.
03 — Absolute Colorimetric
Similar to Relative, but explicitly simulates the exact white point of the destination substrate. If the target paper is yellowed, the profile will inject yellow ink into the white areas of the proof.
Primary Use: Contract Soft Proofing.
04 — Saturation
Aggressively sacrifices colorimetric accuracy (hue and lightness fidelity) strictly to maximize color vividness and saturation on the press.
Primary Use: Business graphics, pie charts, and infographics.
⚡ Educational Approximation (Heuristic Algorithms)

Note: Rendering here is a heuristic approximation of ICC perceptual and colorimetric behavior, not a full LUT-based implementation. In a production ecosystem (e.g., Adobe Photoshop), ICC conversion relies upon parsing massive 3D B2A grid tables. Within this educational laboratory, the application executes heuristic compression algorithms in L*a*b* space via real-time JavaScript. The structural behavior accurately mirrors the logic of the standard Intents, but the ultimate CMYK percentage outputs are educational approximations.

Terminology
In-gamutWithin limits
Out-of-gamutExceeding limits
ClippingTruncated to boundary
BPCBlack Point Compensation
References
  • 1 ISO 15076-1:2005. ICC Architecture.
  • 2 FESPA. ICC Colour Management.
Laboratory 09
Soft Proofing —
Press Simulation
Soft Proofing deploys ICC profiles to simulate on a computer display exactly how a color will translate to physical print—obviating the need to waste costly ink and substrate.
ΔE2000 (Color Distance) FOGRA Standards Soft Proofing
Lab Objective

The Digital Contract Proof

Lab 09 replicates the Soft Proofing workflow utilized in high-end prepress environments: A reference color is displayed (Left pane) and subsequently processed through the ICC profile of the target printing press to generate the anticipated final output (Right pane). The resulting ΔE2000 metric quantifies the perceptual color distance between the original intention and the physical reality.

⬡ Technical Architecture

Soft proofing is mathematically executed by cascading two distinct ICC transformations: (1) Input → PCS (Translating the monitor's RGB into device-independent CIELAB) and (2) PCS → Output (Translating into the target press space). This simulation preemptively exposes substrate limitations before initiating the physical preflight sequence.

User Instructions

Step-by-Step Guide

Select the Target Color (SCREEN)
Employ the Color Picker or manipulate the RGB sliders to establish the reference coordinate. This represents the luminous, ideal color natively displayed by the monitor. Intentionally select "dangerous" out-of-gamut colors (e.g., neon green, deep royal blue).
Assign the Target Press Profile
Initiate the simulation with FOGRA39 (Coated), then switch the parameter to Newsprint FOGRA45. The PRINT simulation (Right) will shift drastically, shedding saturation and luminance strictly due to the high absorbency and low brightness of the cheaper substrate.
Evaluate the Error Metric (ΔE2000)
The CIEDE2000 algorithm calculates the perceptual divergence in real-time. The application dynamically evaluates this against the strict ISO 12647-7 contract proofing standard. If ΔE > 3.0, the targeted screen color fails the certification and necessitates immediate design adjustments.
Theoretical Background

Requirements for Professional Soft Proofing

In a professional production ecosystem, accurate Soft Proofing demands three uncompromising prerequisites (governed by ISO 3664):

Hardware Calibration

The monitor must be rigorously profiled via a hardware spectrophotometer to an absolute reference standard (typically Illuminant D50 or D65).

Accurate ICC Profiles

Both the source monitor profile and the destination press profile (e.g., FOGRA51) must accurately reflect their respective mechanical realities within the software suite.

Controlled Illumination

Ambient office lighting violently distorts color perception. Evaluation mandates a darkened environment or an ISO-compliant D50 Viewing Booth.

Wide-Gamut Display

A standard sRGB monitor physically cannot simulate a soft proof accurately, as standard CMYK cyan and yellow extremes frequently exceed the sRGB volume.

⚡ Technical Note

The CIEDE2000 equation executed by the application is scientifically absolute, representing the pinnacle of current industrial standard metrics by factoring in the non-linear human visual response (applying localized weighting to Lightness, Chroma, and Hue). Conversely, the visual simulation of the paper substrates utilizes parametric boundaries mapped via L* constraints and Chroma limits.

ΔE2000 Evaluation
0 – 1Imperceptible
1 – 3Acceptable (Slight)
3 – 6Perceptible (Marginal)
> 6Unacceptable
References
  • 1 ISO 3664:2009. Viewing conditions for graphic technology.
  • 2 FOGRA. Characterisation Data.