Shades of Medium Violet Red #C20C76
Tints of Medium Violet Red #C20C76
RGB
CMYK
RGB Variations
Color information
#C20C76 (or 0xC20C76) is known color: Medium Violet Red. HEX triplet: C2, 0C and 76. RGB value is (194,12,118). Sum of RGB (Red+Green+Blue) = 194+12+118=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C76 is #3DF389. Grayscale: #4E4E4E. Windows color (decimal): -4060042 or 7736514. OLE color: 7736514.
HSL color Cylindrical-coordinate representation of color #C20C76: hue angle of 325.05º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C76 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 118 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.24 |
| HSL | 325.05º | 0.88% | 0.4% | - |
| HSV(B) | 325.05º | 0.94% | 0.76% | - |
| XYZ | 25.65 | 13.04 | 18.3 | - |
| YUV | 78.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 118 | 0 | 0.94 | 0.39 | 0.24 | 325.05 | 0.88 | 0.4 |
| Hex | C2 | C | 76 | 0 | 5E | 27 | 18 | 145 | 58 | 28 |
| Octal | 302 | 14 | 166 | 0 | 136 | 47 | 30 | 505 | 130 | 50 |
| Binary | 11000010 | 1100 | 1110110 | 0 | 1011110 | 100111 | 11000 | 101000101 | 1011000 | 101000 |
Color Harmonies of #C20C76
Complementary color
Monochromatic Colors of #C20C76
Black with #C20C76
Text Example
Text Example
White with #C20C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C76; }
p { color: rgb(194,12,118); }
H1.HeaderClassName
{
color: #C20C76;
}
.AnyTagClassName
{
color: #C20C76;
}
</style>
background-color css
<style>
a { background-color: #C20C76; }
a { background-color: rgb(194,12,118); }
div.DivClassName
{
background-color: #C20C76;
}
.BgClassName
{
background-color: #C20C76;
}
</style>
border-color css
<style>
span { border-color: #C20C76; }
span { border-color: rgb(194,12,118); }
td.TdClassName
{
border-color: #C20C76;
}
.TagClassName
{
border-color: #C20C76;
}
</style>