Shades of Deep Magenta #CE21DF
Tints of Deep Magenta #CE21DF
RGB
CMYK
RGB Variations
Color information
#CE21DF (or 0xCE21DF) is known color: Deep Magenta. HEX triplet: CE, 21 and DF. RGB value is (206,33,223). Sum of RGB (Red+Green+Blue) = 206+33+223=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE21DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21DF is #31DE20. Grayscale: #696969. Windows color (decimal): -3268129 or 14623182. OLE color: 14623182.
HSL color Cylindrical-coordinate representation of color #CE21DF: hue angle of 294.63º degrees, saturation: 0.75, 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 #CE21DF is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 33 | 223 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.13 |
| HSL | 294.63º | 0.75% | 0.5% | - |
| HSV(B) | 294.63º | 0.85% | 0.87% | - |
| XYZ | 39.32 | 19.54 | 71.51 | - |
| YUV | 106.39 | 193.81 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 223 | 0.08 | 0.85 | 0 | 0.13 | 294.63 | 0.75 | 0.5 |
| Hex | CE | 21 | DF | 8 | 55 | 0 | D | 127 | 4B | 32 |
| Octal | 316 | 41 | 337 | 10 | 125 | 0 | 15 | 447 | 113 | 62 |
| Binary | 11001110 | 100001 | 11011111 | 1000 | 1010101 | 0 | 1101 | 100100111 | 1001011 | 110010 |
Color Harmonies of #CE21DF
Complementary color
Monochromatic Colors of #CE21DF
Black with #CE21DF
Text Example
Text Example
White with #CE21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21DF; }
p { color: rgb(206,33,223); }
H1.HeaderClassName
{
color: #CE21DF;
}
.AnyTagClassName
{
color: #CE21DF;
}
</style>
background-color css
<style>
a { background-color: #CE21DF; }
a { background-color: rgb(206,33,223); }
div.DivClassName
{
background-color: #CE21DF;
}
.BgClassName
{
background-color: #CE21DF;
}
</style>
border-color css
<style>
span { border-color: #CE21DF; }
span { border-color: rgb(206,33,223); }
td.TdClassName
{
border-color: #CE21DF;
}
.TagClassName
{
border-color: #CE21DF;
}
</style>