Shades of Deep Magenta #CE0AAF
Tints of Deep Magenta #CE0AAF
RGB
CMYK
RGB Variations
Color information
#CE0AAF (or 0xCE0AAF) is known color: Deep Magenta. HEX triplet: CE, 0A and AF. RGB value is (206,10,175). Sum of RGB (Red+Green+Blue) = 206+10+175=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0AAF is #31F550. Grayscale: #565656. Windows color (decimal): -3274065 or 11471566. OLE color: 11471566.
HSL color Cylindrical-coordinate representation of color #CE0AAF: hue angle of 309.49º 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 #CE0AAF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.19 |
| HSL | 309.49º | 0.91% | 0.42% | - |
| HSV(B) | 309.49º | 0.95% | 0.81% | - |
| XYZ | 33.3 | 16.43 | 41.97 | - |
| YUV | 87.41 | 177.43 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 175 | 0 | 0.95 | 0.15 | 0.19 | 309.49 | 0.91 | 0.42 |
| Hex | CE | A | AF | 0 | 5F | F | 13 | 135 | 5B | 2A |
| Octal | 316 | 12 | 257 | 0 | 137 | 17 | 23 | 465 | 133 | 52 |
| Binary | 11001110 | 1010 | 10101111 | 0 | 1011111 | 1111 | 10011 | 100110101 | 1011011 | 101010 |
Color Harmonies of #CE0AAF
Complementary color
Monochromatic Colors of #CE0AAF
Black with #CE0AAF
Text Example
Text Example
White with #CE0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AAF; }
p { color: rgb(206,10,175); }
H1.HeaderClassName
{
color: #CE0AAF;
}
.AnyTagClassName
{
color: #CE0AAF;
}
</style>
background-color css
<style>
a { background-color: #CE0AAF; }
a { background-color: rgb(206,10,175); }
div.DivClassName
{
background-color: #CE0AAF;
}
.BgClassName
{
background-color: #CE0AAF;
}
</style>
border-color css
<style>
span { border-color: #CE0AAF; }
span { border-color: rgb(206,10,175); }
td.TdClassName
{
border-color: #CE0AAF;
}
.TagClassName
{
border-color: #CE0AAF;
}
</style>