Shades of Deep Magenta #CE1ABC
Tints of Deep Magenta #CE1ABC
RGB
CMYK
RGB Variations
Color information
#CE1ABC (or 0xCE1ABC) is known color: Deep Magenta. HEX triplet: CE, 1A and BC. RGB value is (206,26,188). Sum of RGB (Red+Green+Blue) = 206+26+188=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ABC is #31E543. Grayscale: #616161. Windows color (decimal): -3269956 or 12327630. OLE color: 12327630.
HSL color Cylindrical-coordinate representation of color #CE1ABC: hue angle of 306º 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 #CE1ABC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 188 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.19 |
| HSL | 306º | 0.78% | 0.45% | - |
| HSV(B) | 306º | 0.87% | 0.81% | - |
| XYZ | 34.9 | 17.49 | 49.11 | - |
| YUV | 98.29 | 178.63 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 188 | 0 | 0.87 | 0.09 | 0.19 | 306 | 0.78 | 0.45 |
| Hex | CE | 1A | BC | 0 | 57 | 9 | 13 | 132 | 4E | 2D |
| Octal | 316 | 32 | 274 | 0 | 127 | 11 | 23 | 462 | 116 | 55 |
| Binary | 11001110 | 11010 | 10111100 | 0 | 1010111 | 1001 | 10011 | 100110010 | 1001110 | 101101 |
Color Harmonies of #CE1ABC
Complementary color
Monochromatic Colors of #CE1ABC
Black with #CE1ABC
Text Example
Text Example
White with #CE1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1ABC; }
p { color: rgb(206,26,188); }
H1.HeaderClassName
{
color: #CE1ABC;
}
.AnyTagClassName
{
color: #CE1ABC;
}
</style>
background-color css
<style>
a { background-color: #CE1ABC; }
a { background-color: rgb(206,26,188); }
div.DivClassName
{
background-color: #CE1ABC;
}
.BgClassName
{
background-color: #CE1ABC;
}
</style>
border-color css
<style>
span { border-color: #CE1ABC; }
span { border-color: rgb(206,26,188); }
td.TdClassName
{
border-color: #CE1ABC;
}
.TagClassName
{
border-color: #CE1ABC;
}
</style>