#C592AF
A light, moderate magenta closely aligning with Rosybrown.
About #C592AF
The hex code #C592AF represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Rosybrown. Its digital footprint relies on 197 parts red, 146 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 26% Magenta, 11% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C592AF
RGB197, 146, 175
HSL325.9°, 30.5%, 67.3%
CMYK0%, 26%, 11%, 23%
HSV325.9°, 25.9%, 77.3%
LAB66.2, 23.8, -7.6
XYZ41.0, 35.5, 45.3
Decimal12948143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.10:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C592AF;
}
.text-color {
color: #C592AF;
}
.border-color {
border: 2px solid #C592AF;
}