Shades of Deep Magenta #CE21B2
Tints of Deep Magenta #CE21B2
RGB
CMYK
RGB Variations
Color information
#CE21B2 (or 0xCE21B2) is known color: Deep Magenta. HEX triplet: CE, 21 and B2. RGB value is (206,33,178). Sum of RGB (Red+Green+Blue) = 206+33+178=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21B2 is #31DE4D. Grayscale: #646464. Windows color (decimal): -3268174 or 11674062. OLE color: 11674062.
HSL color Cylindrical-coordinate representation of color #CE21B2: hue angle of 309.71º 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 #CE21B2 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 178 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.19 |
| HSL | 309.71º | 0.72% | 0.47% | - |
| HSV(B) | 309.71º | 0.84% | 0.81% | - |
| XYZ | 34.03 | 17.42 | 43.69 | - |
| YUV | 101.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 178 | 0 | 0.84 | 0.14 | 0.19 | 309.71 | 0.72 | 0.47 |
| Hex | CE | 21 | B2 | 0 | 54 | E | 13 | 136 | 48 | 2F |
| Octal | 316 | 41 | 262 | 0 | 124 | 16 | 23 | 466 | 110 | 57 |
| Binary | 11001110 | 100001 | 10110010 | 0 | 1010100 | 1110 | 10011 | 100110110 | 1001000 | 101111 |
Color Harmonies of #CE21B2
Complementary color
Monochromatic Colors of #CE21B2
Black with #CE21B2
Text Example
Text Example
White with #CE21B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21B2; }
p { color: rgb(206,33,178); }
H1.HeaderClassName
{
color: #CE21B2;
}
.AnyTagClassName
{
color: #CE21B2;
}
</style>
background-color css
<style>
a { background-color: #CE21B2; }
a { background-color: rgb(206,33,178); }
div.DivClassName
{
background-color: #CE21B2;
}
.BgClassName
{
background-color: #CE21B2;
}
</style>
border-color css
<style>
span { border-color: #CE21B2; }
span { border-color: rgb(206,33,178); }
td.TdClassName
{
border-color: #CE21B2;
}
.TagClassName
{
border-color: #CE21B2;
}
</style>