Shades of Deep Magenta #CE0AC2
Tints of Deep Magenta #CE0AC2
RGB
CMYK
RGB Variations
Color information
#CE0AC2 (or 0xCE0AC2) is known color: Deep Magenta. HEX triplet: CE, 0A and C2. RGB value is (206,10,194). Sum of RGB (Red+Green+Blue) = 206+10+194=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 194 (76.17% from 255 or 47.32% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0AC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AC2 is #31F53D. Grayscale: #595959. Windows color (decimal): -3274046 or 12716750. OLE color: 12716750.
HSL color Cylindrical-coordinate representation of color #CE0AC2: hue angle of 303.67º 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 #CE0AC2 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 194 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.19 |
| HSL | 303.67º | 0.91% | 0.42% | - |
| HSV(B) | 303.67º | 0.95% | 0.81% | - |
| XYZ | 35.3 | 17.23 | 52.5 | - |
| YUV | 89.58 | 186.93 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 194 | 0 | 0.95 | 0.06 | 0.19 | 303.67 | 0.91 | 0.42 |
| Hex | CE | A | C2 | 0 | 5F | 6 | 13 | 130 | 5B | 2A |
| Octal | 316 | 12 | 302 | 0 | 137 | 6 | 23 | 460 | 133 | 52 |
| Binary | 11001110 | 1010 | 11000010 | 0 | 1011111 | 110 | 10011 | 100110000 | 1011011 | 101010 |
Color Harmonies of #CE0AC2
Complementary color
Monochromatic Colors of #CE0AC2
Black with #CE0AC2
Text Example
Text Example
White with #CE0AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AC2; }
p { color: rgb(206,10,194); }
H1.HeaderClassName
{
color: #CE0AC2;
}
.AnyTagClassName
{
color: #CE0AC2;
}
</style>
background-color css
<style>
a { background-color: #CE0AC2; }
a { background-color: rgb(206,10,194); }
div.DivClassName
{
background-color: #CE0AC2;
}
.BgClassName
{
background-color: #CE0AC2;
}
</style>
border-color css
<style>
span { border-color: #CE0AC2; }
span { border-color: rgb(206,10,194); }
td.TdClassName
{
border-color: #CE0AC2;
}
.TagClassName
{
border-color: #CE0AC2;
}
</style>