Shades of Medium Violet Red #C21871
Tints of Medium Violet Red #C21871
RGB
CMYK
RGB Variations
Color information
#C21871 (or 0xC21871) is known color: Medium Violet Red. HEX triplet: C2, 18 and 71. RGB value is (194,24,113). Sum of RGB (Red+Green+Blue) = 194+24+113=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21871 is #3DE78E. Grayscale: #545454. Windows color (decimal): -4056975 or 7411906. OLE color: 7411906.
HSL color Cylindrical-coordinate representation of color #C21871: hue angle of 328.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21871 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.24 |
| HSL | 328.59º | 0.78% | 0.43% | - |
| HSV(B) | 328.59º | 0.88% | 0.76% | - |
| XYZ | 25.56 | 13.31 | 16.85 | - |
| YUV | 84.98 | 143.82 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 113 | 0 | 0.88 | 0.42 | 0.24 | 328.59 | 0.78 | 0.43 |
| Hex | C2 | 18 | 71 | 0 | 58 | 2A | 18 | 149 | 4E | 2B |
| Octal | 302 | 30 | 161 | 0 | 130 | 52 | 30 | 511 | 116 | 53 |
| Binary | 11000010 | 11000 | 1110001 | 0 | 1011000 | 101010 | 11000 | 101001001 | 1001110 | 101011 |
Color Harmonies of #C21871
Complementary color
Monochromatic Colors of #C21871
Black with #C21871
Text Example
Text Example
White with #C21871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21871; }
p { color: rgb(194,24,113); }
H1.HeaderClassName
{
color: #C21871;
}
.AnyTagClassName
{
color: #C21871;
}
</style>
background-color css
<style>
a { background-color: #C21871; }
a { background-color: rgb(194,24,113); }
div.DivClassName
{
background-color: #C21871;
}
.BgClassName
{
background-color: #C21871;
}
</style>
border-color css
<style>
span { border-color: #C21871; }
span { border-color: rgb(194,24,113); }
td.TdClassName
{
border-color: #C21871;
}
.TagClassName
{
border-color: #C21871;
}
</style>