Shades of Deep Magenta #CE21E0
Tints of Deep Magenta #CE21E0
RGB
CMYK
RGB Variations
Color information
#CE21E0 (or 0xCE21E0) is known color: Deep Magenta. HEX triplet: CE, 21 and E0. RGB value is (206,33,224). Sum of RGB (Red+Green+Blue) = 206+33+224=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE21E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21E0 is #31DE1F. Grayscale: #696969. Windows color (decimal): -3268128 or 14688718. OLE color: 14688718.
HSL color Cylindrical-coordinate representation of color #CE21E0: hue angle of 294.35º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE21E0 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 33 | 224 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.12 |
| HSL | 294.35º | 0.75% | 0.5% | - |
| HSV(B) | 294.35º | 0.85% | 0.88% | - |
| XYZ | 39.45 | 19.59 | 72.22 | - |
| YUV | 106.5 | 194.31 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 224 | 0.08 | 0.85 | 0 | 0.12 | 294.35 | 0.75 | 0.5 |
| Hex | CE | 21 | E0 | 8 | 55 | 0 | C | 126 | 4B | 32 |
| Octal | 316 | 41 | 340 | 10 | 125 | 0 | 14 | 446 | 113 | 62 |
| Binary | 11001110 | 100001 | 11100000 | 1000 | 1010101 | 0 | 1100 | 100100110 | 1001011 | 110010 |
Color Harmonies of #CE21E0
Complementary color
Monochromatic Colors of #CE21E0
Black with #CE21E0
Text Example
Text Example
White with #CE21E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21E0; }
p { color: rgb(206,33,224); }
H1.HeaderClassName
{
color: #CE21E0;
}
.AnyTagClassName
{
color: #CE21E0;
}
</style>
background-color css
<style>
a { background-color: #CE21E0; }
a { background-color: rgb(206,33,224); }
div.DivClassName
{
background-color: #CE21E0;
}
.BgClassName
{
background-color: #CE21E0;
}
</style>
border-color css
<style>
span { border-color: #CE21E0; }
span { border-color: rgb(206,33,224); }
td.TdClassName
{
border-color: #CE21E0;
}
.TagClassName
{
border-color: #CE21E0;
}
</style>