#7C3A50
A dark, moderate magenta closely aligning with Palevioletred.
About #7C3A50
When working with digital screens, the color #7C3A50 is rendered by mixing light. It is closely associated with the named CSS color Palevioletred. This translates to an RGB value of rgb(124, 58, 80).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 53% Magenta, 35% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C3A50
RGB124, 58, 80
HSL340.0°, 36.3%, 35.7%
CMYK0%, 53%, 35%, 51%
HSV340.0°, 53.2%, 48.6%
LAB33.8, 31.2, 0.2
XYZ11.3, 7.9, 8.5
Decimal8141392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.15:1
Text on #FFFFFF
AAA
2.58:1
Text on #000000
FAIL
7.79:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C3A50;
}
.text-color {
color: #7C3A50;
}
.border-color {
border: 2px solid #7C3A50;
}