Shades of Deep Magenta #CE08E6
Tints of Deep Magenta #CE08E6
RGB
CMYK
RGB Variations
Color information
#CE08E6 (or 0xCE08E6) is known color: Deep Magenta. HEX triplet: CE, 08 and E6. RGB value is (206,8,230). Sum of RGB (Red+Green+Blue) = 206+8+230=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE08E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE08E6 is #31F719. Grayscale: #5B5B5B. Windows color (decimal): -3274522 or 15075534. OLE color: 15075534.
HSL color Cylindrical-coordinate representation of color #CE08E6: hue angle of 293.51º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE08E6 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 8 | 230 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.10 |
| HSL | 293.51º | 0.93% | 0.47% | - |
| HSV(B) | 293.51º | 0.97% | 0.9% | - |
| XYZ | 39.82 | 19.01 | 76.43 | - |
| YUV | 92.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 230 | 0.10 | 0.97 | 0 | 0.10 | 293.51 | 0.93 | 0.47 |
| Hex | CE | 8 | E6 | A | 61 | 0 | A | 126 | 5D | 2F |
| Octal | 316 | 10 | 346 | 12 | 141 | 0 | 12 | 446 | 135 | 57 |
| Binary | 11001110 | 1000 | 11100110 | 1010 | 1100001 | 0 | 1010 | 100100110 | 1011101 | 101111 |
Color Harmonies of #CE08E6
Complementary color
Monochromatic Colors of #CE08E6
Black with #CE08E6
Text Example
Text Example
White with #CE08E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE08E6; }
p { color: rgb(206,8,230); }
H1.HeaderClassName
{
color: #CE08E6;
}
.AnyTagClassName
{
color: #CE08E6;
}
</style>
background-color css
<style>
a { background-color: #CE08E6; }
a { background-color: rgb(206,8,230); }
div.DivClassName
{
background-color: #CE08E6;
}
.BgClassName
{
background-color: #CE08E6;
}
</style>
border-color css
<style>
span { border-color: #CE08E6; }
span { border-color: rgb(206,8,230); }
td.TdClassName
{
border-color: #CE08E6;
}
.TagClassName
{
border-color: #CE08E6;
}
</style>