Shades of Medium Violet Red #C20C96
Tints of Medium Violet Red #C20C96
RGB
CMYK
RGB Variations
Color information
#C20C96 (or 0xC20C96) is known color: Medium Violet Red. HEX triplet: C2, 0C and 96. RGB value is (194,12,150). Sum of RGB (Red+Green+Blue) = 194+12+150=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C96 is #3DF369. Grayscale: #515151. Windows color (decimal): -4060010 or 9833666. OLE color: 9833666.
HSL color Cylindrical-coordinate representation of color #C20C96: hue angle of 314.51º 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 #C20C96 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 150 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.24 |
| HSL | 314.51º | 0.88% | 0.4% | - |
| HSV(B) | 314.51º | 0.94% | 0.76% | - |
| XYZ | 27.88 | 13.93 | 30.07 | - |
| YUV | 82.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 150 | 0 | 0.94 | 0.23 | 0.24 | 314.51 | 0.88 | 0.4 |
| Hex | C2 | C | 96 | 0 | 5E | 17 | 18 | 13B | 58 | 28 |
| Octal | 302 | 14 | 226 | 0 | 136 | 27 | 30 | 473 | 130 | 50 |
| Binary | 11000010 | 1100 | 10010110 | 0 | 1011110 | 10111 | 11000 | 100111011 | 1011000 | 101000 |
Color Harmonies of #C20C96
Complementary color
Monochromatic Colors of #C20C96
Black with #C20C96
Text Example
Text Example
White with #C20C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C96; }
p { color: rgb(194,12,150); }
H1.HeaderClassName
{
color: #C20C96;
}
.AnyTagClassName
{
color: #C20C96;
}
</style>
background-color css
<style>
a { background-color: #C20C96; }
a { background-color: rgb(194,12,150); }
div.DivClassName
{
background-color: #C20C96;
}
.BgClassName
{
background-color: #C20C96;
}
</style>
border-color css
<style>
span { border-color: #C20C96; }
span { border-color: rgb(194,12,150); }
td.TdClassName
{
border-color: #C20C96;
}
.TagClassName
{
border-color: #C20C96;
}
</style>