Shades of Deep Magenta #CC21DC
Tints of Deep Magenta #CC21DC
RGB
CMYK
RGB Variations
Color information
#CC21DC (or 0xCC21DC) is known color: Deep Magenta. HEX triplet: CC, 21 and DC. RGB value is (204,33,220). Sum of RGB (Red+Green+Blue) = 204+33+220=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC21DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21DC is #33DE23. Grayscale: #686868. Windows color (decimal): -3399204 or 14426572. OLE color: 14426572.
HSL color Cylindrical-coordinate representation of color #CC21DC: hue angle of 294.87º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC21DC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 33 | 220 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.14 |
| HSL | 294.87º | 0.74% | 0.5% | - |
| HSV(B) | 294.87º | 0.85% | 0.86% | - |
| XYZ | 38.36 | 19.09 | 69.37 | - |
| YUV | 105.45 | 192.65 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 220 | 0.07 | 0.85 | 0 | 0.14 | 294.87 | 0.74 | 0.5 |
| Hex | CC | 21 | DC | 7 | 55 | 0 | E | 127 | 4A | 32 |
| Octal | 314 | 41 | 334 | 7 | 125 | 0 | 16 | 447 | 112 | 62 |
| Binary | 11001100 | 100001 | 11011100 | 111 | 1010101 | 0 | 1110 | 100100111 | 1001010 | 110010 |
Color Harmonies of #CC21DC
Complementary color
Monochromatic Colors of #CC21DC
Black with #CC21DC
Text Example
Text Example
White with #CC21DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21DC; }
p { color: rgb(204,33,220); }
H1.HeaderClassName
{
color: #CC21DC;
}
.AnyTagClassName
{
color: #CC21DC;
}
</style>
background-color css
<style>
a { background-color: #CC21DC; }
a { background-color: rgb(204,33,220); }
div.DivClassName
{
background-color: #CC21DC;
}
.BgClassName
{
background-color: #CC21DC;
}
</style>
border-color css
<style>
span { border-color: #CC21DC; }
span { border-color: rgb(204,33,220); }
td.TdClassName
{
border-color: #CC21DC;
}
.TagClassName
{
border-color: #CC21DC;
}
</style>