Shades of Deep Magenta #CE0ADF
Tints of Deep Magenta #CE0ADF
RGB
CMYK
RGB Variations
Color information
#CE0ADF (or 0xCE0ADF) is known color: Deep Magenta. HEX triplet: CE, 0A and DF. RGB value is (206,10,223). Sum of RGB (Red+Green+Blue) = 206+10+223=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE0ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ADF is #31F520. Grayscale: #5C5C5C. Windows color (decimal): -3274017 or 14617294. OLE color: 14617294.
HSL color Cylindrical-coordinate representation of color #CE0ADF: hue angle of 295.21º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0ADF is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 10 | 223 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.13 |
| HSL | 295.21º | 0.91% | 0.46% | - |
| HSV(B) | 295.21º | 0.96% | 0.87% | - |
| XYZ | 38.88 | 18.67 | 71.37 | - |
| YUV | 92.89 | 201.43 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 223 | 0.08 | 0.96 | 0 | 0.13 | 295.21 | 0.91 | 0.46 |
| Hex | CE | A | DF | 8 | 60 | 0 | D | 127 | 5B | 2E |
| Octal | 316 | 12 | 337 | 10 | 140 | 0 | 15 | 447 | 133 | 56 |
| Binary | 11001110 | 1010 | 11011111 | 1000 | 1100000 | 0 | 1101 | 100100111 | 1011011 | 101110 |
Color Harmonies of #CE0ADF
Complementary color
Monochromatic Colors of #CE0ADF
Black with #CE0ADF
Text Example
Text Example
White with #CE0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ADF; }
p { color: rgb(206,10,223); }
H1.HeaderClassName
{
color: #CE0ADF;
}
.AnyTagClassName
{
color: #CE0ADF;
}
</style>
background-color css
<style>
a { background-color: #CE0ADF; }
a { background-color: rgb(206,10,223); }
div.DivClassName
{
background-color: #CE0ADF;
}
.BgClassName
{
background-color: #CE0ADF;
}
</style>
border-color css
<style>
span { border-color: #CE0ADF; }
span { border-color: rgb(206,10,223); }
td.TdClassName
{
border-color: #CE0ADF;
}
.TagClassName
{
border-color: #CE0ADF;
}
</style>