Shades of Deep Magenta #CE1AB2
Tints of Deep Magenta #CE1AB2
RGB
CMYK
RGB Variations
Color information
#CE1AB2 (or 0xCE1AB2) is known color: Deep Magenta. HEX triplet: CE, 1A and B2. RGB value is (206,26,178). Sum of RGB (Red+Green+Blue) = 206+26+178=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1AB2 is #31E54D. Grayscale: #606060. Windows color (decimal): -3269966 or 11672270. OLE color: 11672270.
HSL color Cylindrical-coordinate representation of color #CE1AB2: hue angle of 309.33º 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 #CE1AB2 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 178 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.19 |
| HSL | 309.33º | 0.78% | 0.45% | - |
| HSV(B) | 309.33º | 0.87% | 0.81% | - |
| XYZ | 33.86 | 17.07 | 43.63 | - |
| YUV | 97.15 | 173.63 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 178 | 0 | 0.87 | 0.14 | 0.19 | 309.33 | 0.78 | 0.45 |
| Hex | CE | 1A | B2 | 0 | 57 | E | 13 | 135 | 4E | 2D |
| Octal | 316 | 32 | 262 | 0 | 127 | 16 | 23 | 465 | 116 | 55 |
| Binary | 11001110 | 11010 | 10110010 | 0 | 1010111 | 1110 | 10011 | 100110101 | 1001110 | 101101 |
Color Harmonies of #CE1AB2
Complementary color
Monochromatic Colors of #CE1AB2
Black with #CE1AB2
Text Example
Text Example
White with #CE1AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AB2; }
p { color: rgb(206,26,178); }
H1.HeaderClassName
{
color: #CE1AB2;
}
.AnyTagClassName
{
color: #CE1AB2;
}
</style>
background-color css
<style>
a { background-color: #CE1AB2; }
a { background-color: rgb(206,26,178); }
div.DivClassName
{
background-color: #CE1AB2;
}
.BgClassName
{
background-color: #CE1AB2;
}
</style>
border-color css
<style>
span { border-color: #CE1AB2; }
span { border-color: rgb(206,26,178); }
td.TdClassName
{
border-color: #CE1AB2;
}
.TagClassName
{
border-color: #CE1AB2;
}
</style>