Shades of Deep Magenta #CE2ACE
Tints of Deep Magenta #CE2ACE
RGB
CMYK
RGB Variations
Color information
#CE2ACE (or 0xCE2ACE) is known color: Deep Magenta. HEX triplet: CE, 2A and CE. RGB value is (206,42,206). Sum of RGB (Red+Green+Blue) = 206+42+206=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ACE is #31D531. Grayscale: #6D6D6D. Windows color (decimal): -3265842 or 13511374. OLE color: 13511374.
HSL color Cylindrical-coordinate representation of color #CE2ACE: hue angle of 300º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE2ACE is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 206 | - |
| CMYK | 0 | 0.80 | 0 | 0.19 |
| HSL | 300º | 0.66% | 0.49% | - |
| HSV(B) | 300º | 0.8% | 0.81% | - |
| XYZ | 37.42 | 19.23 | 60.13 | - |
| YUV | 109.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 206 | 0 | 0.80 | 0 | 0.19 | 300 | 0.66 | 0.49 |
| Hex | CE | 2A | CE | 0 | 50 | 0 | 13 | 12C | 42 | 31 |
| Octal | 316 | 52 | 316 | 0 | 120 | 0 | 23 | 454 | 102 | 61 |
| Binary | 11001110 | 101010 | 11001110 | 0 | 1010000 | 0 | 10011 | 100101100 | 1000010 | 110001 |
Color Harmonies of #CE2ACE
Complementary color
Monochromatic Colors of #CE2ACE
Black with #CE2ACE
Text Example
Text Example
White with #CE2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ACE; }
p { color: rgb(206,42,206); }
H1.HeaderClassName
{
color: #CE2ACE;
}
.AnyTagClassName
{
color: #CE2ACE;
}
</style>
background-color css
<style>
a { background-color: #CE2ACE; }
a { background-color: rgb(206,42,206); }
div.DivClassName
{
background-color: #CE2ACE;
}
.BgClassName
{
background-color: #CE2ACE;
}
</style>
border-color css
<style>
span { border-color: #CE2ACE; }
span { border-color: rgb(206,42,206); }
td.TdClassName
{
border-color: #CE2ACE;
}
.TagClassName
{
border-color: #CE2ACE;
}
</style>