Shades of Deep Magenta #CE0BE3
Tints of Deep Magenta #CE0BE3
RGB
CMYK
RGB Variations
Color information
#CE0BE3 (or 0xCE0BE3) is known color: Deep Magenta. HEX triplet: CE, 0B and E3. RGB value is (206,11,227). Sum of RGB (Red+Green+Blue) = 206+11+227=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 11 (4.69% from 255 or 2.48% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE0BE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BE3 is #31F41C. Grayscale: #5D5D5D. Windows color (decimal): -3273757 or 14879694. OLE color: 14879694.
HSL color Cylindrical-coordinate representation of color #CE0BE3: hue angle of 294.17º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BE3 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 11 | 227 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.11 |
| HSL | 294.17º | 0.91% | 0.47% | - |
| HSV(B) | 294.17º | 0.95% | 0.89% | - |
| XYZ | 39.44 | 18.91 | 74.24 | - |
| YUV | 93.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 227 | 0.09 | 0.95 | 0 | 0.11 | 294.17 | 0.91 | 0.47 |
| Hex | CE | B | E3 | 9 | 5F | 0 | B | 126 | 5B | 2F |
| Octal | 316 | 13 | 343 | 11 | 137 | 0 | 13 | 446 | 133 | 57 |
| Binary | 11001110 | 1011 | 11100011 | 1001 | 1011111 | 0 | 1011 | 100100110 | 1011011 | 101111 |
Color Harmonies of #CE0BE3
Complementary color
Monochromatic Colors of #CE0BE3
Black with #CE0BE3
Text Example
Text Example
White with #CE0BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BE3; }
p { color: rgb(206,11,227); }
H1.HeaderClassName
{
color: #CE0BE3;
}
.AnyTagClassName
{
color: #CE0BE3;
}
</style>
background-color css
<style>
a { background-color: #CE0BE3; }
a { background-color: rgb(206,11,227); }
div.DivClassName
{
background-color: #CE0BE3;
}
.BgClassName
{
background-color: #CE0BE3;
}
</style>
border-color css
<style>
span { border-color: #CE0BE3; }
span { border-color: rgb(206,11,227); }
td.TdClassName
{
border-color: #CE0BE3;
}
.TagClassName
{
border-color: #CE0BE3;
}
</style>