Shades of Deep Magenta #CE1AB8
Tints of Deep Magenta #CE1AB8
RGB
CMYK
RGB Variations
Color information
#CE1AB8 (or 0xCE1AB8) is known color: Deep Magenta. HEX triplet: CE, 1A and B8. RGB value is (206,26,184). Sum of RGB (Red+Green+Blue) = 206+26+184=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1AB8 is #31E547. Grayscale: #616161. Windows color (decimal): -3269960 or 12065486. OLE color: 12065486.
HSL color Cylindrical-coordinate representation of color #CE1AB8: hue angle of 307.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 #CE1AB8 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 184 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.19 |
| HSL | 307.33º | 0.78% | 0.45% | - |
| HSV(B) | 307.33º | 0.87% | 0.81% | - |
| XYZ | 34.47 | 17.32 | 46.87 | - |
| YUV | 97.83 | 176.63 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 184 | 0 | 0.87 | 0.11 | 0.19 | 307.33 | 0.78 | 0.45 |
| Hex | CE | 1A | B8 | 0 | 57 | B | 13 | 133 | 4E | 2D |
| Octal | 316 | 32 | 270 | 0 | 127 | 13 | 23 | 463 | 116 | 55 |
| Binary | 11001110 | 11010 | 10111000 | 0 | 1010111 | 1011 | 10011 | 100110011 | 1001110 | 101101 |
Color Harmonies of #CE1AB8
Complementary color
Monochromatic Colors of #CE1AB8
Black with #CE1AB8
Text Example
Text Example
White with #CE1AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AB8; }
p { color: rgb(206,26,184); }
H1.HeaderClassName
{
color: #CE1AB8;
}
.AnyTagClassName
{
color: #CE1AB8;
}
</style>
background-color css
<style>
a { background-color: #CE1AB8; }
a { background-color: rgb(206,26,184); }
div.DivClassName
{
background-color: #CE1AB8;
}
.BgClassName
{
background-color: #CE1AB8;
}
</style>
border-color css
<style>
span { border-color: #CE1AB8; }
span { border-color: rgb(206,26,184); }
td.TdClassName
{
border-color: #CE1AB8;
}
.TagClassName
{
border-color: #CE1AB8;
}
</style>