Shades of Deep Magenta #C022CE
Tints of Deep Magenta #C022CE
RGB
CMYK
RGB Variations
Color information
#C022CE (or 0xC022CE) is known color: Deep Magenta. HEX triplet: C0, 22 and CE. RGB value is (192,34,206). Sum of RGB (Red+Green+Blue) = 192+34+206=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #C022CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022CE is #3FDD31. Grayscale: #646464. Windows color (decimal): -4185394 or 13509312. OLE color: 13509312.
HSL color Cylindrical-coordinate representation of color #C022CE: hue angle of 295.12º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C022CE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 34 | 206 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.19 |
| HSL | 295.12º | 0.72% | 0.47% | - |
| HSV(B) | 295.12º | 0.83% | 0.81% | - |
| XYZ | 33.45 | 16.81 | 59.87 | - |
| YUV | 100.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 206 | 0.07 | 0.83 | 0 | 0.19 | 295.12 | 0.72 | 0.47 |
| Hex | C0 | 22 | CE | 7 | 53 | 0 | 13 | 127 | 48 | 2F |
| Octal | 300 | 42 | 316 | 7 | 123 | 0 | 23 | 447 | 110 | 57 |
| Binary | 11000000 | 100010 | 11001110 | 111 | 1010011 | 0 | 10011 | 100100111 | 1001000 | 101111 |
Color Harmonies of #C022CE
Complementary color
Monochromatic Colors of #C022CE
Black with #C022CE
Text Example
Text Example
White with #C022CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022CE; }
p { color: rgb(192,34,206); }
H1.HeaderClassName
{
color: #C022CE;
}
.AnyTagClassName
{
color: #C022CE;
}
</style>
background-color css
<style>
a { background-color: #C022CE; }
a { background-color: rgb(192,34,206); }
div.DivClassName
{
background-color: #C022CE;
}
.BgClassName
{
background-color: #C022CE;
}
</style>
border-color css
<style>
span { border-color: #C022CE; }
span { border-color: rgb(192,34,206); }
td.TdClassName
{
border-color: #C022CE;
}
.TagClassName
{
border-color: #C022CE;
}
</style>