Shades of Deep Magenta #CE0ABD
Tints of Deep Magenta #CE0ABD
RGB
CMYK
RGB Variations
Color information
#CE0ABD (or 0xCE0ABD) is known color: Deep Magenta. HEX triplet: CE, 0A and BD. RGB value is (206,10,189). Sum of RGB (Red+Green+Blue) = 206+10+189=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0ABD is #31F542. Grayscale: #585858. Windows color (decimal): -3274051 or 12389070. OLE color: 12389070.
HSL color Cylindrical-coordinate representation of color #CE0ABD: hue angle of 305.2º 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 #CE0ABD is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 189 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.19 |
| HSL | 305.2º | 0.91% | 0.42% | - |
| HSV(B) | 305.2º | 0.95% | 0.81% | - |
| XYZ | 34.75 | 17.01 | 49.6 | - |
| YUV | 89.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 189 | 0 | 0.95 | 0.08 | 0.19 | 305.2 | 0.91 | 0.42 |
| Hex | CE | A | BD | 0 | 5F | 8 | 13 | 131 | 5B | 2A |
| Octal | 316 | 12 | 275 | 0 | 137 | 10 | 23 | 461 | 133 | 52 |
| Binary | 11001110 | 1010 | 10111101 | 0 | 1011111 | 1000 | 10011 | 100110001 | 1011011 | 101010 |
Color Harmonies of #CE0ABD
Complementary color
Monochromatic Colors of #CE0ABD
Black with #CE0ABD
Text Example
Text Example
White with #CE0ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0ABD; }
p { color: rgb(206,10,189); }
H1.HeaderClassName
{
color: #CE0ABD;
}
.AnyTagClassName
{
color: #CE0ABD;
}
</style>
background-color css
<style>
a { background-color: #CE0ABD; }
a { background-color: rgb(206,10,189); }
div.DivClassName
{
background-color: #CE0ABD;
}
.BgClassName
{
background-color: #CE0ABD;
}
</style>
border-color css
<style>
span { border-color: #CE0ABD; }
span { border-color: rgb(206,10,189); }
td.TdClassName
{
border-color: #CE0ABD;
}
.TagClassName
{
border-color: #CE0ABD;
}
</style>