Shades of Deep Magenta #C022DC
Tints of Deep Magenta #C022DC
RGB
CMYK
RGB Variations
Color information
#C022DC (or 0xC022DC) is known color: Deep Magenta. HEX triplet: C0, 22 and DC. RGB value is (192,34,220). Sum of RGB (Red+Green+Blue) = 192+34+220=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 34 (13.67% from 255 or 7.62% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #C022DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022DC is #3FDD23. Grayscale: #656565. Windows color (decimal): -4185380 or 14426816. OLE color: 14426816.
HSL color Cylindrical-coordinate representation of color #C022DC: hue angle of 290.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C022DC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 34 | 220 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.14 |
| HSL | 290.97º | 0.73% | 0.5% | - |
| HSV(B) | 290.97º | 0.85% | 0.86% | - |
| XYZ | 35.23 | 17.52 | 69.23 | - |
| YUV | 102.45 | 194.35 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 220 | 0.13 | 0.85 | 0 | 0.14 | 290.97 | 0.73 | 0.5 |
| Hex | C0 | 22 | DC | D | 55 | 0 | E | 123 | 49 | 32 |
| Octal | 300 | 42 | 334 | 15 | 125 | 0 | 16 | 443 | 111 | 62 |
| Binary | 11000000 | 100010 | 11011100 | 1101 | 1010101 | 0 | 1110 | 100100011 | 1001001 | 110010 |
Color Harmonies of #C022DC
Complementary color
Monochromatic Colors of #C022DC
Black with #C022DC
Text Example
Text Example
White with #C022DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022DC; }
p { color: rgb(192,34,220); }
H1.HeaderClassName
{
color: #C022DC;
}
.AnyTagClassName
{
color: #C022DC;
}
</style>
background-color css
<style>
a { background-color: #C022DC; }
a { background-color: rgb(192,34,220); }
div.DivClassName
{
background-color: #C022DC;
}
.BgClassName
{
background-color: #C022DC;
}
</style>
border-color css
<style>
span { border-color: #C022DC; }
span { border-color: rgb(192,34,220); }
td.TdClassName
{
border-color: #C022DC;
}
.TagClassName
{
border-color: #C022DC;
}
</style>