Shades of Medium Violet Red #C020A8
Tints of Medium Violet Red #C020A8
RGB
CMYK
RGB Variations
Color information
#C020A8 (or 0xC020A8) is known color: Medium Violet Red. HEX triplet: C0, 20 and A8. RGB value is (192,32,168). Sum of RGB (Red+Green+Blue) = 192+32+168=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C020A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C020A8 is #3FDF57. Grayscale: #5E5E5E. Windows color (decimal): -4185944 or 11018432. OLE color: 11018432.
HSL color Cylindrical-coordinate representation of color #C020A8: hue angle of 309º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C020A8 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 168 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.25 |
| HSL | 309º | 0.71% | 0.44% | - |
| HSV(B) | 309º | 0.83% | 0.75% | - |
| XYZ | 29.32 | 15.07 | 38.41 | - |
| YUV | 95.34 | 169.01 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 168 | 0 | 0.83 | 0.12 | 0.25 | 309 | 0.71 | 0.44 |
| Hex | C0 | 20 | A8 | 0 | 53 | C | 19 | 135 | 47 | 2C |
| Octal | 300 | 40 | 250 | 0 | 123 | 14 | 31 | 465 | 107 | 54 |
| Binary | 11000000 | 100000 | 10101000 | 0 | 1010011 | 1100 | 11001 | 100110101 | 1000111 | 101100 |
Color Harmonies of #C020A8
Complementary color
Monochromatic Colors of #C020A8
Black with #C020A8
Text Example
Text Example
White with #C020A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020A8; }
p { color: rgb(192,32,168); }
H1.HeaderClassName
{
color: #C020A8;
}
.AnyTagClassName
{
color: #C020A8;
}
</style>
background-color css
<style>
a { background-color: #C020A8; }
a { background-color: rgb(192,32,168); }
div.DivClassName
{
background-color: #C020A8;
}
.BgClassName
{
background-color: #C020A8;
}
</style>
border-color css
<style>
span { border-color: #C020A8; }
span { border-color: rgb(192,32,168); }
td.TdClassName
{
border-color: #C020A8;
}
.TagClassName
{
border-color: #C020A8;
}
</style>