Shades of Deep Magenta #C021CE
Tints of Deep Magenta #C021CE
RGB
CMYK
RGB Variations
Color information
#C021CE (or 0xC021CE) is known color: Deep Magenta. HEX triplet: C0, 21 and CE. RGB value is (192,33,206). Sum of RGB (Red+Green+Blue) = 192+33+206=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #C021CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021CE is #3FDE31. Grayscale: #636363. Windows color (decimal): -4185650 or 13509056. OLE color: 13509056.
HSL color Cylindrical-coordinate representation of color #C021CE: hue angle of 295.14º degrees, saturation: 0.72, 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 #C021CE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 33 | 206 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.19 |
| HSL | 295.14º | 0.72% | 0.47% | - |
| HSV(B) | 295.14º | 0.84% | 0.81% | - |
| XYZ | 33.42 | 16.75 | 59.86 | - |
| YUV | 100.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 206 | 0.07 | 0.84 | 0 | 0.19 | 295.14 | 0.72 | 0.47 |
| Hex | C0 | 21 | CE | 7 | 54 | 0 | 13 | 127 | 48 | 2F |
| Octal | 300 | 41 | 316 | 7 | 124 | 0 | 23 | 447 | 110 | 57 |
| Binary | 11000000 | 100001 | 11001110 | 111 | 1010100 | 0 | 10011 | 100100111 | 1001000 | 101111 |
Color Harmonies of #C021CE
Complementary color
Monochromatic Colors of #C021CE
Black with #C021CE
Text Example
Text Example
White with #C021CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021CE; }
p { color: rgb(192,33,206); }
H1.HeaderClassName
{
color: #C021CE;
}
.AnyTagClassName
{
color: #C021CE;
}
</style>
background-color css
<style>
a { background-color: #C021CE; }
a { background-color: rgb(192,33,206); }
div.DivClassName
{
background-color: #C021CE;
}
.BgClassName
{
background-color: #C021CE;
}
</style>
border-color css
<style>
span { border-color: #C021CE; }
span { border-color: rgb(192,33,206); }
td.TdClassName
{
border-color: #C021CE;
}
.TagClassName
{
border-color: #C021CE;
}
</style>