Shades of Medium Violet Red #C20C99
Tints of Medium Violet Red #C20C99
RGB
CMYK
RGB Variations
Color information
#C20C99 (or 0xC20C99) is known color: Medium Violet Red. HEX triplet: C2, 0C and 99. RGB value is (194,12,153). Sum of RGB (Red+Green+Blue) = 194+12+153=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C99 is #3DF366. Grayscale: #525252. Windows color (decimal): -4060007 or 10030274. OLE color: 10030274.
HSL color Cylindrical-coordinate representation of color #C20C99: hue angle of 313.52º 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 #C20C99 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 153 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.24 |
| HSL | 313.52º | 0.88% | 0.4% | - |
| HSV(B) | 313.52º | 0.94% | 0.76% | - |
| XYZ | 28.13 | 14.03 | 31.36 | - |
| YUV | 82.49 | 167.8 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 153 | 0 | 0.94 | 0.21 | 0.24 | 313.52 | 0.88 | 0.4 |
| Hex | C2 | C | 99 | 0 | 5E | 15 | 18 | 13A | 58 | 28 |
| Octal | 302 | 14 | 231 | 0 | 136 | 25 | 30 | 472 | 130 | 50 |
| Binary | 11000010 | 1100 | 10011001 | 0 | 1011110 | 10101 | 11000 | 100111010 | 1011000 | 101000 |
Color Harmonies of #C20C99
Complementary color
Monochromatic Colors of #C20C99
Black with #C20C99
Text Example
Text Example
White with #C20C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C99; }
p { color: rgb(194,12,153); }
H1.HeaderClassName
{
color: #C20C99;
}
.AnyTagClassName
{
color: #C20C99;
}
</style>
background-color css
<style>
a { background-color: #C20C99; }
a { background-color: rgb(194,12,153); }
div.DivClassName
{
background-color: #C20C99;
}
.BgClassName
{
background-color: #C20C99;
}
</style>
border-color css
<style>
span { border-color: #C20C99; }
span { border-color: rgb(194,12,153); }
td.TdClassName
{
border-color: #C20C99;
}
.TagClassName
{
border-color: #C20C99;
}
</style>