Shades of Medium Violet Red #C00CA2
Tints of Medium Violet Red #C00CA2
RGB
CMYK
RGB Variations
Color information
#C00CA2 (or 0xC00CA2) is known color: Medium Violet Red. HEX triplet: C0, 0C and A2. RGB value is (192,12,162). Sum of RGB (Red+Green+Blue) = 192+12+162=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 12 (5.08% from 255 or 3.28% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C00CA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00CA2 is #3FF35D. Grayscale: #525252. Windows color (decimal): -4191070 or 10620096. OLE color: 10620096.
HSL color Cylindrical-coordinate representation of color #C00CA2: hue angle of 310º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CA2 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 12 | 162 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.25 |
| HSL | 310º | 0.88% | 0.4% | - |
| HSV(B) | 310º | 0.94% | 0.75% | - |
| XYZ | 28.39 | 14.08 | 35.4 | - |
| YUV | 82.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 162 | 0 | 0.94 | 0.16 | 0.25 | 310 | 0.88 | 0.4 |
| Hex | C0 | C | A2 | 0 | 5E | 10 | 19 | 136 | 58 | 28 |
| Octal | 300 | 14 | 242 | 0 | 136 | 20 | 31 | 466 | 130 | 50 |
| Binary | 11000000 | 1100 | 10100010 | 0 | 1011110 | 10000 | 11001 | 100110110 | 1011000 | 101000 |
Color Harmonies of #C00CA2
Complementary color
Monochromatic Colors of #C00CA2
Black with #C00CA2
Text Example
Text Example
White with #C00CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CA2; }
p { color: rgb(192,12,162); }
H1.HeaderClassName
{
color: #C00CA2;
}
.AnyTagClassName
{
color: #C00CA2;
}
</style>
background-color css
<style>
a { background-color: #C00CA2; }
a { background-color: rgb(192,12,162); }
div.DivClassName
{
background-color: #C00CA2;
}
.BgClassName
{
background-color: #C00CA2;
}
</style>
border-color css
<style>
span { border-color: #C00CA2; }
span { border-color: rgb(192,12,162); }
td.TdClassName
{
border-color: #C00CA2;
}
.TagClassName
{
border-color: #C00CA2;
}
</style>