Shades of Deep Magenta #CE21C5
Tints of Deep Magenta #CE21C5
RGB
CMYK
RGB Variations
Color information
#CE21C5 (or 0xCE21C5) is known color: Deep Magenta. HEX triplet: CE, 21 and C5. RGB value is (206,33,197). Sum of RGB (Red+Green+Blue) = 206+33+197=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21C5 is #31DE3A. Grayscale: #666666. Windows color (decimal): -3268155 or 12919246. OLE color: 12919246.
HSL color Cylindrical-coordinate representation of color #CE21C5: hue angle of 303.12º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE21C5 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 197 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.19 |
| HSL | 303.12º | 0.72% | 0.47% | - |
| HSV(B) | 303.12º | 0.84% | 0.81% | - |
| XYZ | 36.08 | 18.24 | 54.44 | - |
| YUV | 103.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 197 | 0 | 0.84 | 0.04 | 0.19 | 303.12 | 0.72 | 0.47 |
| Hex | CE | 21 | C5 | 0 | 54 | 4 | 13 | 12F | 48 | 2F |
| Octal | 316 | 41 | 305 | 0 | 124 | 4 | 23 | 457 | 110 | 57 |
| Binary | 11001110 | 100001 | 11000101 | 0 | 1010100 | 100 | 10011 | 100101111 | 1001000 | 101111 |
Color Harmonies of #CE21C5
Complementary color
Monochromatic Colors of #CE21C5
Black with #CE21C5
Text Example
Text Example
White with #CE21C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21C5; }
p { color: rgb(206,33,197); }
H1.HeaderClassName
{
color: #CE21C5;
}
.AnyTagClassName
{
color: #CE21C5;
}
</style>
background-color css
<style>
a { background-color: #CE21C5; }
a { background-color: rgb(206,33,197); }
div.DivClassName
{
background-color: #CE21C5;
}
.BgClassName
{
background-color: #CE21C5;
}
</style>
border-color css
<style>
span { border-color: #CE21C5; }
span { border-color: rgb(206,33,197); }
td.TdClassName
{
border-color: #CE21C5;
}
.TagClassName
{
border-color: #CE21C5;
}
</style>