Shades of Deep Magenta #C020CE
Tints of Deep Magenta #C020CE
RGB
CMYK
RGB Variations
Color information
#C020CE (or 0xC020CE) is known color: Deep Magenta. HEX triplet: C0, 20 and CE. RGB value is (192,32,206). Sum of RGB (Red+Green+Blue) = 192+32+206=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #C020CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C020CE is #3FDF31. Grayscale: #636363. Windows color (decimal): -4185906 or 13508800. OLE color: 13508800.
HSL color Cylindrical-coordinate representation of color #C020CE: hue angle of 295.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C020CE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 32 | 206 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.19 |
| HSL | 295.17º | 0.73% | 0.47% | - |
| HSV(B) | 295.17º | 0.84% | 0.81% | - |
| XYZ | 33.4 | 16.7 | 59.85 | - |
| YUV | 99.68 | 188.01 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 206 | 0.07 | 0.84 | 0 | 0.19 | 295.17 | 0.73 | 0.47 |
| Hex | C0 | 20 | CE | 7 | 54 | 0 | 13 | 127 | 49 | 2F |
| Octal | 300 | 40 | 316 | 7 | 124 | 0 | 23 | 447 | 111 | 57 |
| Binary | 11000000 | 100000 | 11001110 | 111 | 1010100 | 0 | 10011 | 100100111 | 1001001 | 101111 |
Color Harmonies of #C020CE
Complementary color
Monochromatic Colors of #C020CE
Black with #C020CE
Text Example
Text Example
White with #C020CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020CE; }
p { color: rgb(192,32,206); }
H1.HeaderClassName
{
color: #C020CE;
}
.AnyTagClassName
{
color: #C020CE;
}
</style>
background-color css
<style>
a { background-color: #C020CE; }
a { background-color: rgb(192,32,206); }
div.DivClassName
{
background-color: #C020CE;
}
.BgClassName
{
background-color: #C020CE;
}
</style>
border-color css
<style>
span { border-color: #C020CE; }
span { border-color: rgb(192,32,206); }
td.TdClassName
{
border-color: #C020CE;
}
.TagClassName
{
border-color: #C020CE;
}
</style>