Shades of Deep Magenta #CE0CC2
Tints of Deep Magenta #CE0CC2
RGB
CMYK
RGB Variations
Color information
#CE0CC2 (or 0xCE0CC2) is known color: Deep Magenta. HEX triplet: CE, 0C and C2. RGB value is (206,12,194). Sum of RGB (Red+Green+Blue) = 206+12+194=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0CC2 is #31F33D. Grayscale: #5A5A5A. Windows color (decimal): -3273534 or 12717262. OLE color: 12717262.
HSL color Cylindrical-coordinate representation of color #CE0CC2: hue angle of 303.71º 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 #CE0CC2 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 194 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.19 |
| HSL | 303.71º | 0.89% | 0.43% | - |
| HSV(B) | 303.71º | 0.94% | 0.81% | - |
| XYZ | 35.32 | 17.28 | 52.51 | - |
| YUV | 90.75 | 186.27 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 194 | 0 | 0.94 | 0.06 | 0.19 | 303.71 | 0.89 | 0.43 |
| Hex | CE | C | C2 | 0 | 5E | 6 | 13 | 130 | 59 | 2B |
| Octal | 316 | 14 | 302 | 0 | 136 | 6 | 23 | 460 | 131 | 53 |
| Binary | 11001110 | 1100 | 11000010 | 0 | 1011110 | 110 | 10011 | 100110000 | 1011001 | 101011 |
Color Harmonies of #CE0CC2
Complementary color
Monochromatic Colors of #CE0CC2
Black with #CE0CC2
Text Example
Text Example
White with #CE0CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0CC2; }
p { color: rgb(206,12,194); }
H1.HeaderClassName
{
color: #CE0CC2;
}
.AnyTagClassName
{
color: #CE0CC2;
}
</style>
background-color css
<style>
a { background-color: #CE0CC2; }
a { background-color: rgb(206,12,194); }
div.DivClassName
{
background-color: #CE0CC2;
}
.BgClassName
{
background-color: #CE0CC2;
}
</style>
border-color css
<style>
span { border-color: #CE0CC2; }
span { border-color: rgb(206,12,194); }
td.TdClassName
{
border-color: #CE0CC2;
}
.TagClassName
{
border-color: #CE0CC2;
}
</style>