Shades of Deep Magenta #CE0AC6
Tints of Deep Magenta #CE0AC6
RGB
CMYK
RGB Variations
Color information
#CE0AC6 (or 0xCE0AC6) is known color: Deep Magenta. HEX triplet: CE, 0A and C6. RGB value is (206,10,198). Sum of RGB (Red+Green+Blue) = 206+10+198=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AC6 is #31F539. Grayscale: #595959. Windows color (decimal): -3274042 or 12978894. OLE color: 12978894.
HSL color Cylindrical-coordinate representation of color #CE0AC6: hue angle of 302.45º 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 #CE0AC6 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 198 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.19 |
| HSL | 302.45º | 0.91% | 0.42% | - |
| HSV(B) | 302.45º | 0.95% | 0.81% | - |
| XYZ | 35.76 | 17.42 | 54.9 | - |
| YUV | 90.04 | 188.93 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 198 | 0 | 0.95 | 0.04 | 0.19 | 302.45 | 0.91 | 0.42 |
| Hex | CE | A | C6 | 0 | 5F | 4 | 13 | 12E | 5B | 2A |
| Octal | 316 | 12 | 306 | 0 | 137 | 4 | 23 | 456 | 133 | 52 |
| Binary | 11001110 | 1010 | 11000110 | 0 | 1011111 | 100 | 10011 | 100101110 | 1011011 | 101010 |
Color Harmonies of #CE0AC6
Complementary color
Monochromatic Colors of #CE0AC6
Black with #CE0AC6
Text Example
Text Example
White with #CE0AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AC6; }
p { color: rgb(206,10,198); }
H1.HeaderClassName
{
color: #CE0AC6;
}
.AnyTagClassName
{
color: #CE0AC6;
}
</style>
background-color css
<style>
a { background-color: #CE0AC6; }
a { background-color: rgb(206,10,198); }
div.DivClassName
{
background-color: #CE0AC6;
}
.BgClassName
{
background-color: #CE0AC6;
}
</style>
border-color css
<style>
span { border-color: #CE0AC6; }
span { border-color: rgb(206,10,198); }
td.TdClassName
{
border-color: #CE0AC6;
}
.TagClassName
{
border-color: #CE0AC6;
}
</style>