Shades of Deep Magenta #CE0EC3
Tints of Deep Magenta #CE0EC3
RGB
CMYK
RGB Variations
Color information
#CE0EC3 (or 0xCE0EC3) is known color: Deep Magenta. HEX triplet: CE, 0E and C3. RGB value is (206,14,195). Sum of RGB (Red+Green+Blue) = 206+14+195=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0EC3 is #31F13C. Grayscale: #5B5B5B. Windows color (decimal): -3273021 or 12783310. OLE color: 12783310.
HSL color Cylindrical-coordinate representation of color #CE0EC3: hue angle of 303.44º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0EC3 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 195 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.19 |
| HSL | 303.44º | 0.87% | 0.43% | - |
| HSV(B) | 303.44º | 0.93% | 0.81% | - |
| XYZ | 35.46 | 17.38 | 53.11 | - |
| YUV | 92.04 | 186.11 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 195 | 0 | 0.93 | 0.05 | 0.19 | 303.44 | 0.87 | 0.43 |
| Hex | CE | E | C3 | 0 | 5D | 5 | 13 | 12F | 57 | 2B |
| Octal | 316 | 16 | 303 | 0 | 135 | 5 | 23 | 457 | 127 | 53 |
| Binary | 11001110 | 1110 | 11000011 | 0 | 1011101 | 101 | 10011 | 100101111 | 1010111 | 101011 |
Color Harmonies of #CE0EC3
Complementary color
Monochromatic Colors of #CE0EC3
Black with #CE0EC3
Text Example
Text Example
White with #CE0EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EC3; }
p { color: rgb(206,14,195); }
H1.HeaderClassName
{
color: #CE0EC3;
}
.AnyTagClassName
{
color: #CE0EC3;
}
</style>
background-color css
<style>
a { background-color: #CE0EC3; }
a { background-color: rgb(206,14,195); }
div.DivClassName
{
background-color: #CE0EC3;
}
.BgClassName
{
background-color: #CE0EC3;
}
</style>
border-color css
<style>
span { border-color: #CE0EC3; }
span { border-color: rgb(206,14,195); }
td.TdClassName
{
border-color: #CE0EC3;
}
.TagClassName
{
border-color: #CE0EC3;
}
</style>