#C55F75
A medium, moderate red closely aligning with Palevioletred.
About #C55F75
At its core, #C55F75 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 95, and 117.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 52% Magenta, 41% Yellow, and 23% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C55F75
RGB197, 95, 117
HSL347.1°, 46.8%, 57.3%
CMYK0%, 52%, 41%, 23%
HSV347.1°, 51.8%, 77.3%
LAB53.3, 42.9, 7.1
XYZ30.3, 21.3, 19.3
Decimal12935029
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C55F75;
}
.text-color {
color: #C55F75;
}
.border-color {
border: 2px solid #C55F75;
}