#C592A8
A light, moderate magenta closely aligning with Rosybrown.
About #C592A8
The precise color #C592A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Rosybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 146, and 168.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 26% Magenta, 15% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C592A8
RGB197, 146, 168
HSL334.1°, 30.5%, 67.3%
CMYK0%, 26%, 15%, 23%
HSV334.1°, 25.9%, 77.3%
LAB65.9, 22.6, -4.0
XYZ40.4, 35.3, 41.7
Decimal12948136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.05:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C592A8;
}
.text-color {
color: #C592A8;
}
.border-color {
border: 2px solid #C592A8;
}