Shades of Deep Magenta #CC22DF
Tints of Deep Magenta #CC22DF
RGB
CMYK
RGB Variations
Color information
#CC22DF (or 0xCC22DF) is known color: Deep Magenta. HEX triplet: CC, 22 and DF. RGB value is (204,34,223). Sum of RGB (Red+Green+Blue) = 204+34+223=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC22DF is #33DD20. Grayscale: #696969. Windows color (decimal): -3398945 or 14623436. OLE color: 14623436.
HSL color Cylindrical-coordinate representation of color #CC22DF: hue angle of 293.97º degrees, saturation: 0.75, 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 #CC22DF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 34 | 223 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.13 |
| HSL | 293.97º | 0.75% | 0.5% | - |
| HSV(B) | 293.97º | 0.85% | 0.87% | - |
| XYZ | 38.79 | 19.31 | 71.49 | - |
| YUV | 106.38 | 193.82 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 223 | 0.09 | 0.85 | 0 | 0.13 | 293.97 | 0.75 | 0.5 |
| Hex | CC | 22 | DF | 9 | 55 | 0 | D | 126 | 4B | 32 |
| Octal | 314 | 42 | 337 | 11 | 125 | 0 | 15 | 446 | 113 | 62 |
| Binary | 11001100 | 100010 | 11011111 | 1001 | 1010101 | 0 | 1101 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CC22DF
Complementary color
Monochromatic Colors of #CC22DF
Black with #CC22DF
Text Example
Text Example
White with #CC22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22DF; }
p { color: rgb(204,34,223); }
H1.HeaderClassName
{
color: #CC22DF;
}
.AnyTagClassName
{
color: #CC22DF;
}
</style>
background-color css
<style>
a { background-color: #CC22DF; }
a { background-color: rgb(204,34,223); }
div.DivClassName
{
background-color: #CC22DF;
}
.BgClassName
{
background-color: #CC22DF;
}
</style>
border-color css
<style>
span { border-color: #CC22DF; }
span { border-color: rgb(204,34,223); }
td.TdClassName
{
border-color: #CC22DF;
}
.TagClassName
{
border-color: #CC22DF;
}
</style>