Shades of Medium Violet Red #C020A0
Tints of Medium Violet Red #C020A0
RGB
CMYK
RGB Variations
Color information
#C020A0 (or 0xC020A0) is known color: Medium Violet Red. HEX triplet: C0, 20 and A0. RGB value is (192,32,160). Sum of RGB (Red+Green+Blue) = 192+32+160=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C020A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C020A0 is #3FDF5F. Grayscale: #5E5E5E. Windows color (decimal): -4185952 or 10494144. OLE color: 10494144.
HSL color Cylindrical-coordinate representation of color #C020A0: hue angle of 312º 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 #C020A0 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 160 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.25 |
| HSL | 312º | 0.71% | 0.44% | - |
| HSV(B) | 312º | 0.83% | 0.75% | - |
| XYZ | 28.6 | 14.78 | 34.6 | - |
| YUV | 94.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 160 | 0 | 0.83 | 0.17 | 0.25 | 312 | 0.71 | 0.44 |
| Hex | C0 | 20 | A0 | 0 | 53 | 11 | 19 | 138 | 47 | 2C |
| Octal | 300 | 40 | 240 | 0 | 123 | 21 | 31 | 470 | 107 | 54 |
| Binary | 11000000 | 100000 | 10100000 | 0 | 1010011 | 10001 | 11001 | 100111000 | 1000111 | 101100 |
Color Harmonies of #C020A0
Complementary color
Monochromatic Colors of #C020A0
Black with #C020A0
Text Example
Text Example
White with #C020A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020A0; }
p { color: rgb(192,32,160); }
H1.HeaderClassName
{
color: #C020A0;
}
.AnyTagClassName
{
color: #C020A0;
}
</style>
background-color css
<style>
a { background-color: #C020A0; }
a { background-color: rgb(192,32,160); }
div.DivClassName
{
background-color: #C020A0;
}
.BgClassName
{
background-color: #C020A0;
}
</style>
border-color css
<style>
span { border-color: #C020A0; }
span { border-color: rgb(192,32,160); }
td.TdClassName
{
border-color: #C020A0;
}
.TagClassName
{
border-color: #C020A0;
}
</style>