Shades of Deep Magenta #CE21E4
Tints of Deep Magenta #CE21E4
RGB
CMYK
RGB Variations
Color information
#CE21E4 (or 0xCE21E4) is known color: Deep Magenta. HEX triplet: CE, 21 and E4. RGB value is (206,33,228). Sum of RGB (Red+Green+Blue) = 206+33+228=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE21E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21E4 is #31DE1B. Grayscale: #6A6A6A. Windows color (decimal): -3268124 or 14950862. OLE color: 14950862.
HSL color Cylindrical-coordinate representation of color #CE21E4: hue angle of 293.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE21E4 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 33 | 228 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.11 |
| HSL | 293.23º | 0.78% | 0.51% | - |
| HSV(B) | 293.23º | 0.86% | 0.89% | - |
| XYZ | 40 | 19.81 | 75.11 | - |
| YUV | 106.96 | 196.31 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 228 | 0.10 | 0.86 | 0 | 0.11 | 293.23 | 0.78 | 0.51 |
| Hex | CE | 21 | E4 | A | 56 | 0 | B | 125 | 4E | 33 |
| Octal | 316 | 41 | 344 | 12 | 126 | 0 | 13 | 445 | 116 | 63 |
| Binary | 11001110 | 100001 | 11100100 | 1010 | 1010110 | 0 | 1011 | 100100101 | 1001110 | 110011 |
Color Harmonies of #CE21E4
Complementary color
Monochromatic Colors of #CE21E4
Black with #CE21E4
Text Example
Text Example
White with #CE21E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21E4; }
p { color: rgb(206,33,228); }
H1.HeaderClassName
{
color: #CE21E4;
}
.AnyTagClassName
{
color: #CE21E4;
}
</style>
background-color css
<style>
a { background-color: #CE21E4; }
a { background-color: rgb(206,33,228); }
div.DivClassName
{
background-color: #CE21E4;
}
.BgClassName
{
background-color: #CE21E4;
}
</style>
border-color css
<style>
span { border-color: #CE21E4; }
span { border-color: rgb(206,33,228); }
td.TdClassName
{
border-color: #CE21E4;
}
.TagClassName
{
border-color: #CE21E4;
}
</style>