#C52C5F
A medium, moderate magenta closely aligning with Indianred.
About #C52C5F
When working with digital screens, the color #C52C5F is rendered by mixing light. It is closely associated with the named CSS color Indianred. In the RGB color space, it consists of 197 red, 44 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 78% Magenta, 52% Yellow, and 23% Black. The HSL representation is 340.0° hue, 63.5% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C52C5F
RGB197, 44, 95
HSL340.0°, 63.5%, 47.3%
CMYK0%, 78%, 52%, 23%
HSV340.0°, 77.7%, 77.3%
LAB44.9, 61.9, 8.5
XYZ26.0, 14.5, 12.3
Decimal12921951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.39:1
Text on #FFFFFF
AA
3.90:1
Text on #000000
AA Large
5.15:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C52C5F;
}
.text-color {
color: #C52C5F;
}
.border-color {
border: 2px solid #C52C5F;
}