Shades of Deep Magenta #C220DD
Tints of Deep Magenta #C220DD
RGB
CMYK
RGB Variations
Color information
#C220DD (or 0xC220DD) is known color: Deep Magenta. HEX triplet: C2, 20 and DD. RGB value is (194,32,221). Sum of RGB (Red+Green+Blue) = 194+32+221=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #C220DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220DD is #3DDF22. Grayscale: #656565. Windows color (decimal): -4054819 or 14491842. OLE color: 14491842.
HSL color Cylindrical-coordinate representation of color #C220DD: hue angle of 291.43º 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 #C220DD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 32 | 221 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.13 |
| HSL | 291.43º | 0.75% | 0.5% | - |
| HSV(B) | 291.43º | 0.86% | 0.87% | - |
| XYZ | 35.82 | 17.72 | 69.94 | - |
| YUV | 101.98 | 195.17 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 221 | 0.12 | 0.86 | 0 | 0.13 | 291.43 | 0.75 | 0.5 |
| Hex | C2 | 20 | DD | C | 56 | 0 | D | 123 | 4B | 32 |
| Octal | 302 | 40 | 335 | 14 | 126 | 0 | 15 | 443 | 113 | 62 |
| Binary | 11000010 | 100000 | 11011101 | 1100 | 1010110 | 0 | 1101 | 100100011 | 1001011 | 110010 |
Color Harmonies of #C220DD
Complementary color
Monochromatic Colors of #C220DD
Black with #C220DD
Text Example
Text Example
White with #C220DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220DD; }
p { color: rgb(194,32,221); }
H1.HeaderClassName
{
color: #C220DD;
}
.AnyTagClassName
{
color: #C220DD;
}
</style>
background-color css
<style>
a { background-color: #C220DD; }
a { background-color: rgb(194,32,221); }
div.DivClassName
{
background-color: #C220DD;
}
.BgClassName
{
background-color: #C220DD;
}
</style>
border-color css
<style>
span { border-color: #C220DD; }
span { border-color: rgb(194,32,221); }
td.TdClassName
{
border-color: #C220DD;
}
.TagClassName
{
border-color: #C220DD;
}
</style>