Shades of Medium Violet Red #C21876
Tints of Medium Violet Red #C21876
RGB
CMYK
RGB Variations
Color information
#C21876 (or 0xC21876) is known color: Medium Violet Red. HEX triplet: C2, 18 and 76. RGB value is (194,24,118). Sum of RGB (Red+Green+Blue) = 194+24+118=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C21876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21876 is #3DE789. Grayscale: #555555. Windows color (decimal): -4056970 or 7739586. OLE color: 7739586.
HSL color Cylindrical-coordinate representation of color #C21876: hue angle of 326.82º 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 #C21876 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 118 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.24 |
| HSL | 326.82º | 0.78% | 0.43% | - |
| HSV(B) | 326.82º | 0.88% | 0.76% | - |
| XYZ | 25.84 | 13.43 | 18.37 | - |
| YUV | 85.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 118 | 0 | 0.88 | 0.39 | 0.24 | 326.82 | 0.78 | 0.43 |
| Hex | C2 | 18 | 76 | 0 | 58 | 27 | 18 | 147 | 4E | 2B |
| Octal | 302 | 30 | 166 | 0 | 130 | 47 | 30 | 507 | 116 | 53 |
| Binary | 11000010 | 11000 | 1110110 | 0 | 1011000 | 100111 | 11000 | 101000111 | 1001110 | 101011 |
Color Harmonies of #C21876
Complementary color
Monochromatic Colors of #C21876
Black with #C21876
Text Example
Text Example
White with #C21876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21876; }
p { color: rgb(194,24,118); }
H1.HeaderClassName
{
color: #C21876;
}
.AnyTagClassName
{
color: #C21876;
}
</style>
background-color css
<style>
a { background-color: #C21876; }
a { background-color: rgb(194,24,118); }
div.DivClassName
{
background-color: #C21876;
}
.BgClassName
{
background-color: #C21876;
}
</style>
border-color css
<style>
span { border-color: #C21876; }
span { border-color: rgb(194,24,118); }
td.TdClassName
{
border-color: #C21876;
}
.TagClassName
{
border-color: #C21876;
}
</style>