Shades of Deep Magenta #CE0ABC
Tints of Deep Magenta #CE0ABC
RGB
CMYK
RGB Variations
Color information
#CE0ABC (or 0xCE0ABC) is known color: Deep Magenta. HEX triplet: CE, 0A and BC. RGB value is (206,10,188). Sum of RGB (Red+Green+Blue) = 206+10+188=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ABC is #31F543. Grayscale: #585858. Windows color (decimal): -3274052 or 12323534. OLE color: 12323534.
HSL color Cylindrical-coordinate representation of color #CE0ABC: hue angle of 305.51º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.19 |
| HSL | 305.51º | 0.91% | 0.42% | - |
| HSV(B) | 305.51º | 0.95% | 0.81% | - |
| XYZ | 34.64 | 16.97 | 49.03 | - |
| YUV | 88.9 | 183.93 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 188 | 0 | 0.95 | 0.09 | 0.19 | 305.51 | 0.91 | 0.42 |
| Hex | CE | A | BC | 0 | 5F | 9 | 13 | 132 | 5B | 2A |
| Octal | 316 | 12 | 274 | 0 | 137 | 11 | 23 | 462 | 133 | 52 |
| Binary | 11001110 | 1010 | 10111100 | 0 | 1011111 | 1001 | 10011 | 100110010 | 1011011 | 101010 |
Color Harmonies of #CE0ABC
Complementary color
Monochromatic Colors of #CE0ABC
Black with #CE0ABC
Text Example
Text Example
White with #CE0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ABC; }
p { color: rgb(206,10,188); }
H1.HeaderClassName
{
color: #CE0ABC;
}
.AnyTagClassName
{
color: #CE0ABC;
}
</style>
background-color css
<style>
a { background-color: #CE0ABC; }
a { background-color: rgb(206,10,188); }
div.DivClassName
{
background-color: #CE0ABC;
}
.BgClassName
{
background-color: #CE0ABC;
}
</style>
border-color css
<style>
span { border-color: #CE0ABC; }
span { border-color: rgb(206,10,188); }
td.TdClassName
{
border-color: #CE0ABC;
}
.TagClassName
{
border-color: #CE0ABC;
}
</style>