#CC92AF
A light, moderate magenta closely aligning with Rosybrown.
About #CC92AF
When working with digital screens, the color #CC92AF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Rosybrown. This translates to an RGB value of rgb(204, 146, 175).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 28% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC92AF
RGB204, 146, 175
HSL330.0°, 36.3%, 68.6%
CMYK0%, 28%, 14%, 20%
HSV330.0°, 28.4%, 80.0%
LAB66.9, 26.3, -6.4
XYZ42.9, 36.5, 45.3
Decimal13406895
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CC92AF;
}
.text-color {
color: #CC92AF;
}
.border-color {
border: 2px solid #CC92AF;
}