#833350
A dark, moderate magenta closely aligning with Palevioletred.
About #833350
Visually, #833350 is defined as a moderate magenta. 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 131, 51, and 80.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 61% M, 39% Y, and 49% K. With a hue angle of 338.2 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#833350
RGB131, 51, 80
HSL338.2°, 44.0%, 35.7%
CMYK0%, 61%, 39%, 49%
HSV338.2°, 61.1%, 51.4%
LAB33.5, 37.4, 0.0
XYZ12.0, 7.8, 8.5
Decimal8598352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.22:1
Text on #FFFFFF
AAA
2.55:1
Text on #000000
FAIL
7.86:1
Text on #F8FAFC
AAA
2.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #833350;
}
.text-color {
color: #833350;
}
.border-color {
border: 2px solid #833350;
}