Shades of Deep Magenta #CE0AAC
Tints of Deep Magenta #CE0AAC
RGB
CMYK
RGB Variations
Color information
#CE0AAC (or 0xCE0AAC) is known color: Deep Magenta. HEX triplet: CE, 0A and AC. RGB value is (206,10,172). Sum of RGB (Red+Green+Blue) = 206+10+172=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0AAC is #31F553. Grayscale: #565656. Windows color (decimal): -3274068 or 11274958. OLE color: 11274958.
HSL color Cylindrical-coordinate representation of color #CE0AAC: hue angle of 310.41º 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 #CE0AAC is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 172 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.19 |
| HSL | 310.41º | 0.91% | 0.42% | - |
| HSV(B) | 310.41º | 0.95% | 0.81% | - |
| XYZ | 33.01 | 16.32 | 40.44 | - |
| YUV | 87.07 | 175.93 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 172 | 0 | 0.95 | 0.17 | 0.19 | 310.41 | 0.91 | 0.42 |
| Hex | CE | A | AC | 0 | 5F | 11 | 13 | 136 | 5B | 2A |
| Octal | 316 | 12 | 254 | 0 | 137 | 21 | 23 | 466 | 133 | 52 |
| Binary | 11001110 | 1010 | 10101100 | 0 | 1011111 | 10001 | 10011 | 100110110 | 1011011 | 101010 |
Color Harmonies of #CE0AAC
Complementary color
Monochromatic Colors of #CE0AAC
Black with #CE0AAC
Text Example
Text Example
White with #CE0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AAC; }
p { color: rgb(206,10,172); }
H1.HeaderClassName
{
color: #CE0AAC;
}
.AnyTagClassName
{
color: #CE0AAC;
}
</style>
background-color css
<style>
a { background-color: #CE0AAC; }
a { background-color: rgb(206,10,172); }
div.DivClassName
{
background-color: #CE0AAC;
}
.BgClassName
{
background-color: #CE0AAC;
}
</style>
border-color css
<style>
span { border-color: #CE0AAC; }
span { border-color: rgb(206,10,172); }
td.TdClassName
{
border-color: #CE0AAC;
}
.TagClassName
{
border-color: #CE0AAC;
}
</style>