Shades of Deep Magenta #CE06C2
Tints of Deep Magenta #CE06C2
RGB
CMYK
RGB Variations
Color information
#CE06C2 (or 0xCE06C2) is known color: Deep Magenta. HEX triplet: CE, 06 and C2. RGB value is (206,6,194). Sum of RGB (Red+Green+Blue) = 206+6+194=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06C2 is #31F93D. Grayscale: #565656. Windows color (decimal): -3275070 or 12715726. OLE color: 12715726.
HSL color Cylindrical-coordinate representation of color #CE06C2: hue angle of 303.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06C2 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 194 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.19 |
| HSL | 303.6º | 0.94% | 0.42% | - |
| HSV(B) | 303.6º | 0.97% | 0.81% | - |
| XYZ | 35.26 | 17.15 | 52.49 | - |
| YUV | 87.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 194 | 0 | 0.97 | 0.06 | 0.19 | 303.6 | 0.94 | 0.42 |
| Hex | CE | 6 | C2 | 0 | 61 | 6 | 13 | 130 | 5E | 2A |
| Octal | 316 | 6 | 302 | 0 | 141 | 6 | 23 | 460 | 136 | 52 |
| Binary | 11001110 | 110 | 11000010 | 0 | 1100001 | 110 | 10011 | 100110000 | 1011110 | 101010 |
Color Harmonies of #CE06C2
Complementary color
Monochromatic Colors of #CE06C2
Black with #CE06C2
Text Example
Text Example
White with #CE06C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06C2; }
p { color: rgb(206,6,194); }
H1.HeaderClassName
{
color: #CE06C2;
}
.AnyTagClassName
{
color: #CE06C2;
}
</style>
background-color css
<style>
a { background-color: #CE06C2; }
a { background-color: rgb(206,6,194); }
div.DivClassName
{
background-color: #CE06C2;
}
.BgClassName
{
background-color: #CE06C2;
}
</style>
border-color css
<style>
span { border-color: #CE06C2; }
span { border-color: rgb(206,6,194); }
td.TdClassName
{
border-color: #CE06C2;
}
.TagClassName
{
border-color: #CE06C2;
}
</style>