Shades of Deep Magenta #C022E0
Tints of Deep Magenta #C022E0
RGB
CMYK
RGB Variations
Color information
#C022E0 (or 0xC022E0) is known color: Deep Magenta. HEX triplet: C0, 22 and E0. RGB value is (192,34,224). Sum of RGB (Red+Green+Blue) = 192+34+224=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #C022E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022E0 is #3FDD1F. Grayscale: #666666. Windows color (decimal): -4185376 or 14688960. OLE color: 14688960.
HSL color Cylindrical-coordinate representation of color #C022E0: hue angle of 289.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C022E0 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 34 | 224 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.12 |
| HSL | 289.89º | 0.75% | 0.51% | - |
| HSV(B) | 289.89º | 0.85% | 0.88% | - |
| XYZ | 35.76 | 17.73 | 72.06 | - |
| YUV | 102.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 224 | 0.14 | 0.85 | 0 | 0.12 | 289.89 | 0.75 | 0.51 |
| Hex | C0 | 22 | E0 | E | 55 | 0 | C | 122 | 4B | 33 |
| Octal | 300 | 42 | 340 | 16 | 125 | 0 | 14 | 442 | 113 | 63 |
| Binary | 11000000 | 100010 | 11100000 | 1110 | 1010101 | 0 | 1100 | 100100010 | 1001011 | 110011 |
Color Harmonies of #C022E0
Complementary color
Monochromatic Colors of #C022E0
Black with #C022E0
Text Example
Text Example
White with #C022E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022E0; }
p { color: rgb(192,34,224); }
H1.HeaderClassName
{
color: #C022E0;
}
.AnyTagClassName
{
color: #C022E0;
}
</style>
background-color css
<style>
a { background-color: #C022E0; }
a { background-color: rgb(192,34,224); }
div.DivClassName
{
background-color: #C022E0;
}
.BgClassName
{
background-color: #C022E0;
}
</style>
border-color css
<style>
span { border-color: #C022E0; }
span { border-color: rgb(192,34,224); }
td.TdClassName
{
border-color: #C022E0;
}
.TagClassName
{
border-color: #C022E0;
}
</style>