Shades of Deep Magenta #CE0AAB
Tints of Deep Magenta #CE0AAB
RGB
CMYK
RGB Variations
Color information
#CE0AAB (or 0xCE0AAB) is known color: Deep Magenta. HEX triplet: CE, 0A and AB. RGB value is (206,10,171). Sum of RGB (Red+Green+Blue) = 206+10+171=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0AAB is #31F554. Grayscale: #565656. Windows color (decimal): -3274069 or 11209422. OLE color: 11209422.
HSL color Cylindrical-coordinate representation of color #CE0AAB: hue angle of 310.71º 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 #CE0AAB is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 171 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.19 |
| HSL | 310.71º | 0.91% | 0.42% | - |
| HSV(B) | 310.71º | 0.95% | 0.81% | - |
| XYZ | 32.91 | 16.28 | 39.94 | - |
| YUV | 86.96 | 175.43 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 171 | 0 | 0.95 | 0.17 | 0.19 | 310.71 | 0.91 | 0.42 |
| Hex | CE | A | AB | 0 | 5F | 11 | 13 | 137 | 5B | 2A |
| Octal | 316 | 12 | 253 | 0 | 137 | 21 | 23 | 467 | 133 | 52 |
| Binary | 11001110 | 1010 | 10101011 | 0 | 1011111 | 10001 | 10011 | 100110111 | 1011011 | 101010 |
Color Harmonies of #CE0AAB
Complementary color
Monochromatic Colors of #CE0AAB
Black with #CE0AAB
Text Example
Text Example
White with #CE0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AAB; }
p { color: rgb(206,10,171); }
H1.HeaderClassName
{
color: #CE0AAB;
}
.AnyTagClassName
{
color: #CE0AAB;
}
</style>
background-color css
<style>
a { background-color: #CE0AAB; }
a { background-color: rgb(206,10,171); }
div.DivClassName
{
background-color: #CE0AAB;
}
.BgClassName
{
background-color: #CE0AAB;
}
</style>
border-color css
<style>
span { border-color: #CE0AAB; }
span { border-color: rgb(206,10,171); }
td.TdClassName
{
border-color: #CE0AAB;
}
.TagClassName
{
border-color: #CE0AAB;
}
</style>