Shades of Deep Magenta #CE0AC1
Tints of Deep Magenta #CE0AC1
RGB
CMYK
RGB Variations
Color information
#CE0AC1 (or 0xCE0AC1) is known color: Deep Magenta. HEX triplet: CE, 0A and C1. RGB value is (206,10,193). Sum of RGB (Red+Green+Blue) = 206+10+193=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AC1 is #31F53E. Grayscale: #585858. Windows color (decimal): -3274047 or 12651214. OLE color: 12651214.
HSL color Cylindrical-coordinate representation of color #CE0AC1: hue angle of 303.98º 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 #CE0AC1 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 193 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.19 |
| HSL | 303.98º | 0.91% | 0.42% | - |
| HSV(B) | 303.98º | 0.95% | 0.81% | - |
| XYZ | 35.19 | 17.19 | 51.92 | - |
| YUV | 89.47 | 186.43 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 193 | 0 | 0.95 | 0.06 | 0.19 | 303.98 | 0.91 | 0.42 |
| Hex | CE | A | C1 | 0 | 5F | 6 | 13 | 130 | 5B | 2A |
| Octal | 316 | 12 | 301 | 0 | 137 | 6 | 23 | 460 | 133 | 52 |
| Binary | 11001110 | 1010 | 11000001 | 0 | 1011111 | 110 | 10011 | 100110000 | 1011011 | 101010 |
Color Harmonies of #CE0AC1
Complementary color
Monochromatic Colors of #CE0AC1
Black with #CE0AC1
Text Example
Text Example
White with #CE0AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AC1; }
p { color: rgb(206,10,193); }
H1.HeaderClassName
{
color: #CE0AC1;
}
.AnyTagClassName
{
color: #CE0AC1;
}
</style>
background-color css
<style>
a { background-color: #CE0AC1; }
a { background-color: rgb(206,10,193); }
div.DivClassName
{
background-color: #CE0AC1;
}
.BgClassName
{
background-color: #CE0AC1;
}
</style>
border-color css
<style>
span { border-color: #CE0AC1; }
span { border-color: rgb(206,10,193); }
td.TdClassName
{
border-color: #CE0AC1;
}
.TagClassName
{
border-color: #CE0AC1;
}
</style>