#C56683
A medium, moderate magenta closely aligning with Palevioletred.
About #C56683
Visually, #C56683 is defined as a moderate magenta. It is closely associated with the named CSS color Palevioletred. In the RGB color space, it consists of 197 red, 102 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 48% magenta, 34% yellow, and 23% black. With a hue angle of 341.7 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#C56683
RGB197, 102, 131
HSL341.7°, 45.0%, 58.6%
CMYK0%, 48%, 34%, 23%
HSV341.7°, 48.2%, 77.3%
LAB55.1, 41.0, 1.4
XYZ31.9, 23.0, 24.2
Decimal12936835
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C56683;
}
.text-color {
color: #C56683;
}
.border-color {
border: 2px solid #C56683;
}