Shades of Deep Magenta #CE1AB0
Tints of Deep Magenta #CE1AB0
RGB
CMYK
RGB Variations
Color information
#CE1AB0 (or 0xCE1AB0) is known color: Deep Magenta. HEX triplet: CE, 1A and B0. RGB value is (206,26,176). Sum of RGB (Red+Green+Blue) = 206+26+176=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1AB0 is #31E54F. Grayscale: #606060. Windows color (decimal): -3269968 or 11541198. OLE color: 11541198.
HSL color Cylindrical-coordinate representation of color #CE1AB0: hue angle of 310º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1AB0 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 176 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.19 |
| HSL | 310º | 0.78% | 0.45% | - |
| HSV(B) | 310º | 0.87% | 0.81% | - |
| XYZ | 33.66 | 17 | 42.58 | - |
| YUV | 96.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 176 | 0 | 0.87 | 0.15 | 0.19 | 310 | 0.78 | 0.45 |
| Hex | CE | 1A | B0 | 0 | 57 | F | 13 | 136 | 4E | 2D |
| Octal | 316 | 32 | 260 | 0 | 127 | 17 | 23 | 466 | 116 | 55 |
| Binary | 11001110 | 11010 | 10110000 | 0 | 1010111 | 1111 | 10011 | 100110110 | 1001110 | 101101 |
Color Harmonies of #CE1AB0
Complementary color
Monochromatic Colors of #CE1AB0
Black with #CE1AB0
Text Example
Text Example
White with #CE1AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AB0; }
p { color: rgb(206,26,176); }
H1.HeaderClassName
{
color: #CE1AB0;
}
.AnyTagClassName
{
color: #CE1AB0;
}
</style>
background-color css
<style>
a { background-color: #CE1AB0; }
a { background-color: rgb(206,26,176); }
div.DivClassName
{
background-color: #CE1AB0;
}
.BgClassName
{
background-color: #CE1AB0;
}
</style>
border-color css
<style>
span { border-color: #CE1AB0; }
span { border-color: rgb(206,26,176); }
td.TdClassName
{
border-color: #CE1AB0;
}
.TagClassName
{
border-color: #CE1AB0;
}
</style>