Shades of Deep Magenta #CE10AD
Tints of Deep Magenta #CE10AD
RGB
CMYK
RGB Variations
Color information
#CE10AD (or 0xCE10AD) is known color: Deep Magenta. HEX triplet: CE, 10 and AD. RGB value is (206,16,173). Sum of RGB (Red+Green+Blue) = 206+16+173=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10AD is #31EF52. Grayscale: #5A5A5A. Windows color (decimal): -3272531 or 11342030. OLE color: 11342030.
HSL color Cylindrical-coordinate representation of color #CE10AD: hue angle of 310.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10AD is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 173 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.19 |
| HSL | 310.42º | 0.86% | 0.44% | - |
| HSV(B) | 310.42º | 0.92% | 0.81% | - |
| XYZ | 33.18 | 16.51 | 40.97 | - |
| YUV | 90.71 | 174.45 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 173 | 0 | 0.92 | 0.16 | 0.19 | 310.42 | 0.86 | 0.44 |
| Hex | CE | 10 | AD | 0 | 5C | 10 | 13 | 136 | 56 | 2C |
| Octal | 316 | 20 | 255 | 0 | 134 | 20 | 23 | 466 | 126 | 54 |
| Binary | 11001110 | 10000 | 10101101 | 0 | 1011100 | 10000 | 10011 | 100110110 | 1010110 | 101100 |
Color Harmonies of #CE10AD
Complementary color
Monochromatic Colors of #CE10AD
Black with #CE10AD
Text Example
Text Example
White with #CE10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE10AD; }
p { color: rgb(206,16,173); }
H1.HeaderClassName
{
color: #CE10AD;
}
.AnyTagClassName
{
color: #CE10AD;
}
</style>
background-color css
<style>
a { background-color: #CE10AD; }
a { background-color: rgb(206,16,173); }
div.DivClassName
{
background-color: #CE10AD;
}
.BgClassName
{
background-color: #CE10AD;
}
</style>
border-color css
<style>
span { border-color: #CE10AD; }
span { border-color: rgb(206,16,173); }
td.TdClassName
{
border-color: #CE10AD;
}
.TagClassName
{
border-color: #CE10AD;
}
</style>