Shades of Deep Magenta #CE21C2
Tints of Deep Magenta #CE21C2
RGB
CMYK
RGB Variations
Color information
#CE21C2 (or 0xCE21C2) is known color: Deep Magenta. HEX triplet: CE, 21 and C2. RGB value is (206,33,194). Sum of RGB (Red+Green+Blue) = 206+33+194=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE21C2 is #31DE3D. Grayscale: #666666. Windows color (decimal): -3268158 or 12722638. OLE color: 12722638.
HSL color Cylindrical-coordinate representation of color #CE21C2: hue angle of 304.16º 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 #CE21C2 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 194 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.19 |
| HSL | 304.16º | 0.72% | 0.47% | - |
| HSV(B) | 304.16º | 0.84% | 0.81% | - |
| XYZ | 35.74 | 18.1 | 52.65 | - |
| YUV | 103.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 194 | 0 | 0.84 | 0.06 | 0.19 | 304.16 | 0.72 | 0.47 |
| Hex | CE | 21 | C2 | 0 | 54 | 6 | 13 | 130 | 48 | 2F |
| Octal | 316 | 41 | 302 | 0 | 124 | 6 | 23 | 460 | 110 | 57 |
| Binary | 11001110 | 100001 | 11000010 | 0 | 1010100 | 110 | 10011 | 100110000 | 1001000 | 101111 |
Color Harmonies of #CE21C2
Complementary color
Monochromatic Colors of #CE21C2
Black with #CE21C2
Text Example
Text Example
White with #CE21C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21C2; }
p { color: rgb(206,33,194); }
H1.HeaderClassName
{
color: #CE21C2;
}
.AnyTagClassName
{
color: #CE21C2;
}
</style>
background-color css
<style>
a { background-color: #CE21C2; }
a { background-color: rgb(206,33,194); }
div.DivClassName
{
background-color: #CE21C2;
}
.BgClassName
{
background-color: #CE21C2;
}
</style>
border-color css
<style>
span { border-color: #CE21C2; }
span { border-color: rgb(206,33,194); }
td.TdClassName
{
border-color: #CE21C2;
}
.TagClassName
{
border-color: #CE21C2;
}
</style>