Shades of Deep Magenta #C220DE
Tints of Deep Magenta #C220DE
RGB
CMYK
RGB Variations
Color information
#C220DE (or 0xC220DE) is known color: Deep Magenta. HEX triplet: C2, 20 and DE. RGB value is (194,32,222). Sum of RGB (Red+Green+Blue) = 194+32+222=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #C220DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220DE is #3DDF21. Grayscale: #656565. Windows color (decimal): -4054818 or 14557378. OLE color: 14557378.
HSL color Cylindrical-coordinate representation of color #C220DE: hue angle of 291.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C220DE is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 32 | 222 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.13 |
| HSL | 291.16º | 0.75% | 0.5% | - |
| HSV(B) | 291.16º | 0.86% | 0.87% | - |
| XYZ | 35.95 | 17.78 | 70.64 | - |
| YUV | 102.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 222 | 0.13 | 0.86 | 0 | 0.13 | 291.16 | 0.75 | 0.5 |
| Hex | C2 | 20 | DE | D | 56 | 0 | D | 123 | 4B | 32 |
| Octal | 302 | 40 | 336 | 15 | 126 | 0 | 15 | 443 | 113 | 62 |
| Binary | 11000010 | 100000 | 11011110 | 1101 | 1010110 | 0 | 1101 | 100100011 | 1001011 | 110010 |
Color Harmonies of #C220DE
Complementary color
Monochromatic Colors of #C220DE
Black with #C220DE
Text Example
Text Example
White with #C220DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220DE; }
p { color: rgb(194,32,222); }
H1.HeaderClassName
{
color: #C220DE;
}
.AnyTagClassName
{
color: #C220DE;
}
</style>
background-color css
<style>
a { background-color: #C220DE; }
a { background-color: rgb(194,32,222); }
div.DivClassName
{
background-color: #C220DE;
}
.BgClassName
{
background-color: #C220DE;
}
</style>
border-color css
<style>
span { border-color: #C220DE; }
span { border-color: rgb(194,32,222); }
td.TdClassName
{
border-color: #C220DE;
}
.TagClassName
{
border-color: #C220DE;
}
</style>