Shades of Deep Magenta #CC21DB
Tints of Deep Magenta #CC21DB
RGB
CMYK
RGB Variations
Color information
#CC21DB (or 0xCC21DB) is known color: Deep Magenta. HEX triplet: CC, 21 and DB. RGB value is (204,33,219). Sum of RGB (Red+Green+Blue) = 204+33+219=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC21DB is #33DE24. Grayscale: #686868. Windows color (decimal): -3399205 or 14361036. OLE color: 14361036.
HSL color Cylindrical-coordinate representation of color #CC21DB: hue angle of 295.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC21DB is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 33 | 219 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.14 |
| HSL | 295.16º | 0.74% | 0.49% | - |
| HSV(B) | 295.16º | 0.85% | 0.86% | - |
| XYZ | 38.23 | 19.04 | 68.68 | - |
| YUV | 105.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 219 | 0.07 | 0.85 | 0 | 0.14 | 295.16 | 0.74 | 0.49 |
| Hex | CC | 21 | DB | 7 | 55 | 0 | E | 127 | 4A | 31 |
| Octal | 314 | 41 | 333 | 7 | 125 | 0 | 16 | 447 | 112 | 61 |
| Binary | 11001100 | 100001 | 11011011 | 111 | 1010101 | 0 | 1110 | 100100111 | 1001010 | 110001 |
Color Harmonies of #CC21DB
Complementary color
Monochromatic Colors of #CC21DB
Black with #CC21DB
Text Example
Text Example
White with #CC21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21DB; }
p { color: rgb(204,33,219); }
H1.HeaderClassName
{
color: #CC21DB;
}
.AnyTagClassName
{
color: #CC21DB;
}
</style>
background-color css
<style>
a { background-color: #CC21DB; }
a { background-color: rgb(204,33,219); }
div.DivClassName
{
background-color: #CC21DB;
}
.BgClassName
{
background-color: #CC21DB;
}
</style>
border-color css
<style>
span { border-color: #CC21DB; }
span { border-color: rgb(204,33,219); }
td.TdClassName
{
border-color: #CC21DB;
}
.TagClassName
{
border-color: #CC21DB;
}
</style>