#CC7C92
A light, moderate magenta closely aligning with Palevioletred.
About #CC7C92
Visually, #CC7C92 is defined as a moderate magenta. Its closest recognized web color is Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 124, and 146.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 39% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC7C92
RGB204, 124, 146
HSL343.5°, 44.0%, 64.3%
CMYK0%, 39%, 28%, 20%
HSV343.5°, 39.2%, 80.0%
LAB61.1, 33.9, 1.5
XYZ37.3, 29.3, 30.9
Decimal13401234
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.87:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC7C92;
}
.text-color {
color: #CC7C92;
}
.border-color {
border: 2px solid #CC7C92;
}