Shades of Deep Magenta #CE0AAD
Tints of Deep Magenta #CE0AAD
RGB
CMYK
RGB Variations
Color information
#CE0AAD (or 0xCE0AAD) is known color: Deep Magenta. HEX triplet: CE, 0A and AD. RGB value is (206,10,173). Sum of RGB (Red+Green+Blue) = 206+10+173=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0AAD is #31F552. Grayscale: #565656. Windows color (decimal): -3274067 or 11340494. OLE color: 11340494.
HSL color Cylindrical-coordinate representation of color #CE0AAD: hue angle of 310.1º 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 #CE0AAD is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 173 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.19 |
| HSL | 310.1º | 0.91% | 0.42% | - |
| HSV(B) | 310.1º | 0.95% | 0.81% | - |
| XYZ | 33.1 | 16.36 | 40.95 | - |
| YUV | 87.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 173 | 0 | 0.95 | 0.16 | 0.19 | 310.1 | 0.91 | 0.42 |
| Hex | CE | A | AD | 0 | 5F | 10 | 13 | 136 | 5B | 2A |
| Octal | 316 | 12 | 255 | 0 | 137 | 20 | 23 | 466 | 133 | 52 |
| Binary | 11001110 | 1010 | 10101101 | 0 | 1011111 | 10000 | 10011 | 100110110 | 1011011 | 101010 |
Color Harmonies of #CE0AAD
Complementary color
Monochromatic Colors of #CE0AAD
Black with #CE0AAD
Text Example
Text Example
White with #CE0AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AAD; }
p { color: rgb(206,10,173); }
H1.HeaderClassName
{
color: #CE0AAD;
}
.AnyTagClassName
{
color: #CE0AAD;
}
</style>
background-color css
<style>
a { background-color: #CE0AAD; }
a { background-color: rgb(206,10,173); }
div.DivClassName
{
background-color: #CE0AAD;
}
.BgClassName
{
background-color: #CE0AAD;
}
</style>
border-color css
<style>
span { border-color: #CE0AAD; }
span { border-color: rgb(206,10,173); }
td.TdClassName
{
border-color: #CE0AAD;
}
.TagClassName
{
border-color: #CE0AAD;
}
</style>