Shades of Deep Magenta #CE2ADF
Tints of Deep Magenta #CE2ADF
RGB
CMYK
RGB Variations
Color information
#CE2ADF (or 0xCE2ADF) is known color: Deep Magenta. HEX triplet: CE, 2A and DF. RGB value is (206,42,223). Sum of RGB (Red+Green+Blue) = 206+42+223=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2ADF is #31D520. Grayscale: #6F6F6F. Windows color (decimal): -3265825 or 14625486. OLE color: 14625486.
HSL color Cylindrical-coordinate representation of color #CE2ADF: hue angle of 294.36º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE2ADF is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 42 | 223 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.13 |
| HSL | 294.36º | 0.74% | 0.52% | - |
| HSV(B) | 294.36º | 0.81% | 0.87% | - |
| XYZ | 39.6 | 20.11 | 71.61 | - |
| YUV | 111.67 | 190.83 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 223 | 0.08 | 0.81 | 0 | 0.13 | 294.36 | 0.74 | 0.52 |
| Hex | CE | 2A | DF | 8 | 51 | 0 | D | 126 | 4A | 34 |
| Octal | 316 | 52 | 337 | 10 | 121 | 0 | 15 | 446 | 112 | 64 |
| Binary | 11001110 | 101010 | 11011111 | 1000 | 1010001 | 0 | 1101 | 100100110 | 1001010 | 110100 |
Color Harmonies of #CE2ADF
Complementary color
Monochromatic Colors of #CE2ADF
Black with #CE2ADF
Text Example
Text Example
White with #CE2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2ADF; }
p { color: rgb(206,42,223); }
H1.HeaderClassName
{
color: #CE2ADF;
}
.AnyTagClassName
{
color: #CE2ADF;
}
</style>
background-color css
<style>
a { background-color: #CE2ADF; }
a { background-color: rgb(206,42,223); }
div.DivClassName
{
background-color: #CE2ADF;
}
.BgClassName
{
background-color: #CE2ADF;
}
</style>
border-color css
<style>
span { border-color: #CE2ADF; }
span { border-color: rgb(206,42,223); }
td.TdClassName
{
border-color: #CE2ADF;
}
.TagClassName
{
border-color: #CE2ADF;
}
</style>