Shades of Deep Magenta #CC21DD
Tints of Deep Magenta #CC21DD
RGB
CMYK
RGB Variations
Color information
#CC21DD (or 0xCC21DD) is known color: Deep Magenta. HEX triplet: CC, 21 and DD. RGB value is (204,33,221). Sum of RGB (Red+Green+Blue) = 204+33+221=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21DD is #33DE22. Grayscale: #686868. Windows color (decimal): -3399203 or 14492108. OLE color: 14492108.
HSL color Cylindrical-coordinate representation of color #CC21DD: hue angle of 294.57º degrees, saturation: 0.74, 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 #CC21DD is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 33 | 221 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.13 |
| HSL | 294.57º | 0.74% | 0.5% | - |
| HSV(B) | 294.57º | 0.85% | 0.87% | - |
| XYZ | 38.5 | 19.15 | 70.07 | - |
| YUV | 105.56 | 193.15 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 221 | 0.08 | 0.85 | 0 | 0.13 | 294.57 | 0.74 | 0.5 |
| Hex | CC | 21 | DD | 8 | 55 | 0 | D | 127 | 4A | 32 |
| Octal | 314 | 41 | 335 | 10 | 125 | 0 | 15 | 447 | 112 | 62 |
| Binary | 11001100 | 100001 | 11011101 | 1000 | 1010101 | 0 | 1101 | 100100111 | 1001010 | 110010 |
Color Harmonies of #CC21DD
Complementary color
Monochromatic Colors of #CC21DD
Black with #CC21DD
Text Example
Text Example
White with #CC21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21DD; }
p { color: rgb(204,33,221); }
H1.HeaderClassName
{
color: #CC21DD;
}
.AnyTagClassName
{
color: #CC21DD;
}
</style>
background-color css
<style>
a { background-color: #CC21DD; }
a { background-color: rgb(204,33,221); }
div.DivClassName
{
background-color: #CC21DD;
}
.BgClassName
{
background-color: #CC21DD;
}
</style>
border-color css
<style>
span { border-color: #CC21DD; }
span { border-color: rgb(204,33,221); }
td.TdClassName
{
border-color: #CC21DD;
}
.TagClassName
{
border-color: #CC21DD;
}
</style>