Shades of Medium Violet Red #C21376
Tints of Medium Violet Red #C21376
RGB
CMYK
RGB Variations
Color information
#C21376 (or 0xC21376) is known color: Medium Violet Red. HEX triplet: C2, 13 and 76. RGB value is (194,19,118). Sum of RGB (Red+Green+Blue) = 194+19+118=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21376 is #3DEC89. Grayscale: #525252. Windows color (decimal): -4058250 or 7738306. OLE color: 7738306.
HSL color Cylindrical-coordinate representation of color #C21376: hue angle of 326.06º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21376 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 118 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.24 |
| HSL | 326.06º | 0.82% | 0.42% | - |
| HSV(B) | 326.06º | 0.9% | 0.76% | - |
| XYZ | 25.75 | 13.24 | 18.34 | - |
| YUV | 82.61 | 147.98 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 118 | 0 | 0.90 | 0.39 | 0.24 | 326.06 | 0.82 | 0.42 |
| Hex | C2 | 13 | 76 | 0 | 5A | 27 | 18 | 146 | 52 | 2A |
| Octal | 302 | 23 | 166 | 0 | 132 | 47 | 30 | 506 | 122 | 52 |
| Binary | 11000010 | 10011 | 1110110 | 0 | 1011010 | 100111 | 11000 | 101000110 | 1010010 | 101010 |
Color Harmonies of #C21376
Complementary color
Monochromatic Colors of #C21376
Black with #C21376
Text Example
Text Example
White with #C21376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21376; }
p { color: rgb(194,19,118); }
H1.HeaderClassName
{
color: #C21376;
}
.AnyTagClassName
{
color: #C21376;
}
</style>
background-color css
<style>
a { background-color: #C21376; }
a { background-color: rgb(194,19,118); }
div.DivClassName
{
background-color: #C21376;
}
.BgClassName
{
background-color: #C21376;
}
</style>
border-color css
<style>
span { border-color: #C21376; }
span { border-color: rgb(194,19,118); }
td.TdClassName
{
border-color: #C21376;
}
.TagClassName
{
border-color: #C21376;
}
</style>