Shades of Deep Magenta #CE0CC6
Tints of Deep Magenta #CE0CC6
RGB
CMYK
RGB Variations
Color information
#CE0CC6 (or 0xCE0CC6) is known color: Deep Magenta. HEX triplet: CE, 0C and C6. RGB value is (206,12,198). Sum of RGB (Red+Green+Blue) = 206+12+198=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CC6 is #31F339. Grayscale: #5A5A5A. Windows color (decimal): -3273530 or 12979406. OLE color: 12979406.
HSL color Cylindrical-coordinate representation of color #CE0CC6: hue angle of 302.47º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0CC6 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 198 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.19 |
| HSL | 302.47º | 0.89% | 0.43% | - |
| HSV(B) | 302.47º | 0.94% | 0.81% | - |
| XYZ | 35.78 | 17.46 | 54.91 | - |
| YUV | 91.21 | 188.27 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 198 | 0 | 0.94 | 0.04 | 0.19 | 302.47 | 0.89 | 0.43 |
| Hex | CE | C | C6 | 0 | 5E | 4 | 13 | 12E | 59 | 2B |
| Octal | 316 | 14 | 306 | 0 | 136 | 4 | 23 | 456 | 131 | 53 |
| Binary | 11001110 | 1100 | 11000110 | 0 | 1011110 | 100 | 10011 | 100101110 | 1011001 | 101011 |
Color Harmonies of #CE0CC6
Complementary color
Monochromatic Colors of #CE0CC6
Black with #CE0CC6
Text Example
Text Example
White with #CE0CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CC6; }
p { color: rgb(206,12,198); }
H1.HeaderClassName
{
color: #CE0CC6;
}
.AnyTagClassName
{
color: #CE0CC6;
}
</style>
background-color css
<style>
a { background-color: #CE0CC6; }
a { background-color: rgb(206,12,198); }
div.DivClassName
{
background-color: #CE0CC6;
}
.BgClassName
{
background-color: #CE0CC6;
}
</style>
border-color css
<style>
span { border-color: #CE0CC6; }
span { border-color: rgb(206,12,198); }
td.TdClassName
{
border-color: #CE0CC6;
}
.TagClassName
{
border-color: #CE0CC6;
}
</style>