Shades of Deep Magenta #CE21DA
Tints of Deep Magenta #CE21DA
RGB
CMYK
RGB Variations
Color information
#CE21DA (or 0xCE21DA) is known color: Deep Magenta. HEX triplet: CE, 21 and DA. RGB value is (206,33,218). Sum of RGB (Red+Green+Blue) = 206+33+218=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE21DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21DA is #31DE25. Grayscale: #696969. Windows color (decimal): -3268134 or 14295502. OLE color: 14295502.
HSL color Cylindrical-coordinate representation of color #CE21DA: hue angle of 296.11º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE21DA is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 33 | 218 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.15 |
| HSL | 296.11º | 0.74% | 0.49% | - |
| HSV(B) | 296.11º | 0.85% | 0.85% | - |
| XYZ | 38.65 | 19.27 | 68.01 | - |
| YUV | 105.82 | 191.31 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 218 | 0.06 | 0.85 | 0 | 0.15 | 296.11 | 0.74 | 0.49 |
| Hex | CE | 21 | DA | 6 | 55 | 0 | F | 128 | 4A | 31 |
| Octal | 316 | 41 | 332 | 6 | 125 | 0 | 17 | 450 | 112 | 61 |
| Binary | 11001110 | 100001 | 11011010 | 110 | 1010101 | 0 | 1111 | 100101000 | 1001010 | 110001 |
Color Harmonies of #CE21DA
Complementary color
Monochromatic Colors of #CE21DA
Black with #CE21DA
Text Example
Text Example
White with #CE21DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21DA; }
p { color: rgb(206,33,218); }
H1.HeaderClassName
{
color: #CE21DA;
}
.AnyTagClassName
{
color: #CE21DA;
}
</style>
background-color css
<style>
a { background-color: #CE21DA; }
a { background-color: rgb(206,33,218); }
div.DivClassName
{
background-color: #CE21DA;
}
.BgClassName
{
background-color: #CE21DA;
}
</style>
border-color css
<style>
span { border-color: #CE21DA; }
span { border-color: rgb(206,33,218); }
td.TdClassName
{
border-color: #CE21DA;
}
.TagClassName
{
border-color: #CE21DA;
}
</style>