Shades of Deep Magenta #CE21D4
Tints of Deep Magenta #CE21D4
RGB
CMYK
RGB Variations
Color information
#CE21D4 (or 0xCE21D4) is known color: Deep Magenta. HEX triplet: CE, 21 and D4. RGB value is (206,33,212). Sum of RGB (Red+Green+Blue) = 206+33+212=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 33 (13.28% from 255 or 7.32% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE21D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21D4 is #31DE2B. Grayscale: #686868. Windows color (decimal): -3268140 or 13902286. OLE color: 13902286.
HSL color Cylindrical-coordinate representation of color #CE21D4: hue angle of 297.99º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE21D4 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 33 | 212 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.17 |
| HSL | 297.99º | 0.73% | 0.48% | - |
| HSV(B) | 297.99º | 0.84% | 0.83% | - |
| XYZ | 37.88 | 18.96 | 63.95 | - |
| YUV | 105.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 212 | 0.03 | 0.84 | 0 | 0.17 | 297.99 | 0.73 | 0.48 |
| Hex | CE | 21 | D4 | 3 | 54 | 0 | 11 | 12A | 49 | 30 |
| Octal | 316 | 41 | 324 | 3 | 124 | 0 | 21 | 452 | 111 | 60 |
| Binary | 11001110 | 100001 | 11010100 | 11 | 1010100 | 0 | 10001 | 100101010 | 1001001 | 110000 |
Color Harmonies of #CE21D4
Complementary color
Monochromatic Colors of #CE21D4
Black with #CE21D4
Text Example
Text Example
White with #CE21D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21D4; }
p { color: rgb(206,33,212); }
H1.HeaderClassName
{
color: #CE21D4;
}
.AnyTagClassName
{
color: #CE21D4;
}
</style>
background-color css
<style>
a { background-color: #CE21D4; }
a { background-color: rgb(206,33,212); }
div.DivClassName
{
background-color: #CE21D4;
}
.BgClassName
{
background-color: #CE21D4;
}
</style>
border-color css
<style>
span { border-color: #CE21D4; }
span { border-color: rgb(206,33,212); }
td.TdClassName
{
border-color: #CE21D4;
}
.TagClassName
{
border-color: #CE21D4;
}
</style>