Shades of Deep Magenta #CE1EB2
Tints of Deep Magenta #CE1EB2
RGB
CMYK
RGB Variations
Color information
#CE1EB2 (or 0xCE1EB2) is known color: Deep Magenta. HEX triplet: CE, 1E and B2. RGB value is (206,30,178). Sum of RGB (Red+Green+Blue) = 206+30+178=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1EB2 is #31E14D. Grayscale: #636363. Windows color (decimal): -3268942 or 11673294. OLE color: 11673294.
HSL color Cylindrical-coordinate representation of color #CE1EB2: hue angle of 309.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1EB2 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 178 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.19 |
| HSL | 309.55º | 0.75% | 0.46% | - |
| HSV(B) | 309.55º | 0.85% | 0.81% | - |
| XYZ | 33.95 | 17.26 | 43.66 | - |
| YUV | 99.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 178 | 0 | 0.85 | 0.14 | 0.19 | 309.55 | 0.75 | 0.46 |
| Hex | CE | 1E | B2 | 0 | 55 | E | 13 | 136 | 4B | 2E |
| Octal | 316 | 36 | 262 | 0 | 125 | 16 | 23 | 466 | 113 | 56 |
| Binary | 11001110 | 11110 | 10110010 | 0 | 1010101 | 1110 | 10011 | 100110110 | 1001011 | 101110 |
Color Harmonies of #CE1EB2
Complementary color
Monochromatic Colors of #CE1EB2
Black with #CE1EB2
Text Example
Text Example
White with #CE1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EB2; }
p { color: rgb(206,30,178); }
H1.HeaderClassName
{
color: #CE1EB2;
}
.AnyTagClassName
{
color: #CE1EB2;
}
</style>
background-color css
<style>
a { background-color: #CE1EB2; }
a { background-color: rgb(206,30,178); }
div.DivClassName
{
background-color: #CE1EB2;
}
.BgClassName
{
background-color: #CE1EB2;
}
</style>
border-color css
<style>
span { border-color: #CE1EB2; }
span { border-color: rgb(206,30,178); }
td.TdClassName
{
border-color: #CE1EB2;
}
.TagClassName
{
border-color: #CE1EB2;
}
</style>