Shades of Deep Magenta #CE0AB7
Tints of Deep Magenta #CE0AB7
RGB
CMYK
RGB Variations
Color information
#CE0AB7 (or 0xCE0AB7) is known color: Deep Magenta. HEX triplet: CE, 0A and B7. RGB value is (206,10,183). Sum of RGB (Red+Green+Blue) = 206+10+183=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AB7 is #31F548. Grayscale: #575757. Windows color (decimal): -3274057 or 11995854. OLE color: 11995854.
HSL color Cylindrical-coordinate representation of color #CE0AB7: hue angle of 307.04º 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 #CE0AB7 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 183 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.19 |
| HSL | 307.04º | 0.91% | 0.42% | - |
| HSV(B) | 307.04º | 0.95% | 0.81% | - |
| XYZ | 34.11 | 16.76 | 46.24 | - |
| YUV | 88.33 | 181.43 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 183 | 0 | 0.95 | 0.11 | 0.19 | 307.04 | 0.91 | 0.42 |
| Hex | CE | A | B7 | 0 | 5F | B | 13 | 133 | 5B | 2A |
| Octal | 316 | 12 | 267 | 0 | 137 | 13 | 23 | 463 | 133 | 52 |
| Binary | 11001110 | 1010 | 10110111 | 0 | 1011111 | 1011 | 10011 | 100110011 | 1011011 | 101010 |
Color Harmonies of #CE0AB7
Complementary color
Monochromatic Colors of #CE0AB7
Black with #CE0AB7
Text Example
Text Example
White with #CE0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AB7; }
p { color: rgb(206,10,183); }
H1.HeaderClassName
{
color: #CE0AB7;
}
.AnyTagClassName
{
color: #CE0AB7;
}
</style>
background-color css
<style>
a { background-color: #CE0AB7; }
a { background-color: rgb(206,10,183); }
div.DivClassName
{
background-color: #CE0AB7;
}
.BgClassName
{
background-color: #CE0AB7;
}
</style>
border-color css
<style>
span { border-color: #CE0AB7; }
span { border-color: rgb(206,10,183); }
td.TdClassName
{
border-color: #CE0AB7;
}
.TagClassName
{
border-color: #CE0AB7;
}
</style>