Shades of Deep Magenta #CE0BE6
Tints of Deep Magenta #CE0BE6
RGB
CMYK
RGB Variations
Color information
#CE0BE6 (or 0xCE0BE6) is known color: Deep Magenta. HEX triplet: CE, 0B and E6. RGB value is (206,11,230). Sum of RGB (Red+Green+Blue) = 206+11+230=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE0BE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BE6 is #31F419. Grayscale: #5D5D5D. Windows color (decimal): -3273754 or 15076302. OLE color: 15076302.
HSL color Cylindrical-coordinate representation of color #CE0BE6: hue angle of 293.42º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BE6 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 11 | 230 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.10 |
| HSL | 293.42º | 0.91% | 0.47% | - |
| HSV(B) | 293.42º | 0.95% | 0.9% | - |
| XYZ | 39.86 | 19.07 | 76.44 | - |
| YUV | 94.27 | 204.6 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 230 | 0.10 | 0.95 | 0 | 0.10 | 293.42 | 0.91 | 0.47 |
| Hex | CE | B | E6 | A | 5F | 0 | A | 125 | 5B | 2F |
| Octal | 316 | 13 | 346 | 12 | 137 | 0 | 12 | 445 | 133 | 57 |
| Binary | 11001110 | 1011 | 11100110 | 1010 | 1011111 | 0 | 1010 | 100100101 | 1011011 | 101111 |
Color Harmonies of #CE0BE6
Complementary color
Monochromatic Colors of #CE0BE6
Black with #CE0BE6
Text Example
Text Example
White with #CE0BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BE6; }
p { color: rgb(206,11,230); }
H1.HeaderClassName
{
color: #CE0BE6;
}
.AnyTagClassName
{
color: #CE0BE6;
}
</style>
background-color css
<style>
a { background-color: #CE0BE6; }
a { background-color: rgb(206,11,230); }
div.DivClassName
{
background-color: #CE0BE6;
}
.BgClassName
{
background-color: #CE0BE6;
}
</style>
border-color css
<style>
span { border-color: #CE0BE6; }
span { border-color: rgb(206,11,230); }
td.TdClassName
{
border-color: #CE0BE6;
}
.TagClassName
{
border-color: #CE0BE6;
}
</style>