#C5578A
A medium, moderate magenta closely aligning with Palevioletred.
About #C5578A
When working with digital screens, the color #C5578A is rendered by mixing light. Its closest recognized web color is Palevioletred. This translates to an RGB value of rgb(197, 87, 138).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 56% Magenta, 30% Yellow, and 23% Black. With a hue angle of 332.2 degrees, it sits comfortably in the magenta spectrum.
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 #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5578A
RGB197, 87, 138
HSL332.2°, 48.7%, 55.7%
CMYK0%, 56%, 30%, 23%
HSV332.2°, 55.8%, 77.3%
LAB52.4, 49.3, -6.7
XYZ31.0, 20.5, 26.4
Decimal12933002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5578A;
}
.text-color {
color: #C5578A;
}
.border-color {
border: 2px solid #C5578A;
}