Shades of Deep Magenta #CE2ADC
Tints of Deep Magenta #CE2ADC
RGB
CMYK
RGB Variations
Color information
#CE2ADC (or 0xCE2ADC) is known color: Deep Magenta. HEX triplet: CE, 2A and DC. RGB value is (206,42,220). Sum of RGB (Red+Green+Blue) = 206+42+220=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ADC is #31D523. Grayscale: #6E6E6E. Windows color (decimal): -3265828 or 14428878. OLE color: 14428878.
HSL color Cylindrical-coordinate representation of color #CE2ADC: hue angle of 295.28º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2ADC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 42 | 220 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.14 |
| HSL | 295.28º | 0.72% | 0.51% | - |
| HSV(B) | 295.28º | 0.81% | 0.86% | - |
| XYZ | 39.2 | 19.95 | 69.49 | - |
| YUV | 111.33 | 189.33 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 220 | 0.06 | 0.81 | 0 | 0.14 | 295.28 | 0.72 | 0.51 |
| Hex | CE | 2A | DC | 6 | 51 | 0 | E | 127 | 48 | 33 |
| Octal | 316 | 52 | 334 | 6 | 121 | 0 | 16 | 447 | 110 | 63 |
| Binary | 11001110 | 101010 | 11011100 | 110 | 1010001 | 0 | 1110 | 100100111 | 1001000 | 110011 |
Color Harmonies of #CE2ADC
Complementary color
Monochromatic Colors of #CE2ADC
Black with #CE2ADC
Text Example
Text Example
White with #CE2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ADC; }
p { color: rgb(206,42,220); }
H1.HeaderClassName
{
color: #CE2ADC;
}
.AnyTagClassName
{
color: #CE2ADC;
}
</style>
background-color css
<style>
a { background-color: #CE2ADC; }
a { background-color: rgb(206,42,220); }
div.DivClassName
{
background-color: #CE2ADC;
}
.BgClassName
{
background-color: #CE2ADC;
}
</style>
border-color css
<style>
span { border-color: #CE2ADC; }
span { border-color: rgb(206,42,220); }
td.TdClassName
{
border-color: #CE2ADC;
}
.TagClassName
{
border-color: #CE2ADC;
}
</style>