Shades of Deep Magenta #CE21DD
Tints of Deep Magenta #CE21DD
RGB
CMYK
RGB Variations
Color information
#CE21DD (or 0xCE21DD) is known color: Deep Magenta. HEX triplet: CE, 21 and DD. RGB value is (206,33,221). Sum of RGB (Red+Green+Blue) = 206+33+221=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21DD is #31DE22. Grayscale: #696969. Windows color (decimal): -3268131 or 14492110. OLE color: 14492110.
HSL color Cylindrical-coordinate representation of color #CE21DD: hue angle of 295.21º 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 #CE21DD is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 33 | 221 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.13 |
| HSL | 295.21º | 0.74% | 0.5% | - |
| HSV(B) | 295.21º | 0.85% | 0.87% | - |
| XYZ | 39.05 | 19.43 | 70.1 | - |
| YUV | 106.16 | 192.81 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 221 | 0.07 | 0.85 | 0 | 0.13 | 295.21 | 0.74 | 0.5 |
| Hex | CE | 21 | DD | 7 | 55 | 0 | D | 127 | 4A | 32 |
| Octal | 316 | 41 | 335 | 7 | 125 | 0 | 15 | 447 | 112 | 62 |
| Binary | 11001110 | 100001 | 11011101 | 111 | 1010101 | 0 | 1101 | 100100111 | 1001010 | 110010 |
Color Harmonies of #CE21DD
Complementary color
Monochromatic Colors of #CE21DD
Black with #CE21DD
Text Example
Text Example
White with #CE21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21DD; }
p { color: rgb(206,33,221); }
H1.HeaderClassName
{
color: #CE21DD;
}
.AnyTagClassName
{
color: #CE21DD;
}
</style>
background-color css
<style>
a { background-color: #CE21DD; }
a { background-color: rgb(206,33,221); }
div.DivClassName
{
background-color: #CE21DD;
}
.BgClassName
{
background-color: #CE21DD;
}
</style>
border-color css
<style>
span { border-color: #CE21DD; }
span { border-color: rgb(206,33,221); }
td.TdClassName
{
border-color: #CE21DD;
}
.TagClassName
{
border-color: #CE21DD;
}
</style>