Shades of Deep Magenta #CC22DD
Tints of Deep Magenta #CC22DD
RGB
CMYK
RGB Variations
Color information
#CC22DD (or 0xCC22DD) is known color: Deep Magenta. HEX triplet: CC, 22 and DD. RGB value is (204,34,221). Sum of RGB (Red+Green+Blue) = 204+34+221=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC22DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22DD is #33DD22. Grayscale: #696969. Windows color (decimal): -3398947 or 14492364. OLE color: 14492364.
HSL color Cylindrical-coordinate representation of color #CC22DD: hue angle of 294.55º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC22DD is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 34 | 221 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.13 |
| HSL | 294.55º | 0.73% | 0.5% | - |
| HSV(B) | 294.55º | 0.85% | 0.87% | - |
| XYZ | 38.53 | 19.2 | 70.08 | - |
| YUV | 106.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 221 | 0.08 | 0.85 | 0 | 0.13 | 294.55 | 0.73 | 0.5 |
| Hex | CC | 22 | DD | 8 | 55 | 0 | D | 127 | 49 | 32 |
| Octal | 314 | 42 | 335 | 10 | 125 | 0 | 15 | 447 | 111 | 62 |
| Binary | 11001100 | 100010 | 11011101 | 1000 | 1010101 | 0 | 1101 | 100100111 | 1001001 | 110010 |
Color Harmonies of #CC22DD
Complementary color
Monochromatic Colors of #CC22DD
Black with #CC22DD
Text Example
Text Example
White with #CC22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22DD; }
p { color: rgb(204,34,221); }
H1.HeaderClassName
{
color: #CC22DD;
}
.AnyTagClassName
{
color: #CC22DD;
}
</style>
background-color css
<style>
a { background-color: #CC22DD; }
a { background-color: rgb(204,34,221); }
div.DivClassName
{
background-color: #CC22DD;
}
.BgClassName
{
background-color: #CC22DD;
}
</style>
border-color css
<style>
span { border-color: #CC22DD; }
span { border-color: rgb(204,34,221); }
td.TdClassName
{
border-color: #CC22DD;
}
.TagClassName
{
border-color: #CC22DD;
}
</style>