Shades of Deep Magenta #CE0AC5
Tints of Deep Magenta #CE0AC5
RGB
CMYK
RGB Variations
Color information
#CE0AC5 (or 0xCE0AC5) is known color: Deep Magenta. HEX triplet: CE, 0A and C5. RGB value is (206,10,197). Sum of RGB (Red+Green+Blue) = 206+10+197=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 10 (4.30% from 255 or 2.42% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AC5 is #31F53A. Grayscale: #595959. Windows color (decimal): -3274043 or 12913358. OLE color: 12913358.
HSL color Cylindrical-coordinate representation of color #CE0AC5: hue angle of 302.76º 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 #CE0AC5 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 197 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.19 |
| HSL | 302.76º | 0.91% | 0.42% | - |
| HSV(B) | 302.76º | 0.95% | 0.81% | - |
| XYZ | 35.64 | 17.37 | 54.3 | - |
| YUV | 89.92 | 188.43 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 197 | 0 | 0.95 | 0.04 | 0.19 | 302.76 | 0.91 | 0.42 |
| Hex | CE | A | C5 | 0 | 5F | 4 | 13 | 12F | 5B | 2A |
| Octal | 316 | 12 | 305 | 0 | 137 | 4 | 23 | 457 | 133 | 52 |
| Binary | 11001110 | 1010 | 11000101 | 0 | 1011111 | 100 | 10011 | 100101111 | 1011011 | 101010 |
Color Harmonies of #CE0AC5
Complementary color
Monochromatic Colors of #CE0AC5
Black with #CE0AC5
Text Example
Text Example
White with #CE0AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AC5; }
p { color: rgb(206,10,197); }
H1.HeaderClassName
{
color: #CE0AC5;
}
.AnyTagClassName
{
color: #CE0AC5;
}
</style>
background-color css
<style>
a { background-color: #CE0AC5; }
a { background-color: rgb(206,10,197); }
div.DivClassName
{
background-color: #CE0AC5;
}
.BgClassName
{
background-color: #CE0AC5;
}
</style>
border-color css
<style>
span { border-color: #CE0AC5; }
span { border-color: rgb(206,10,197); }
td.TdClassName
{
border-color: #CE0AC5;
}
.TagClassName
{
border-color: #CE0AC5;
}
</style>