Shades of Deep Magenta #CE06D6
Tints of Deep Magenta #CE06D6
RGB
CMYK
RGB Variations
Color information
#CE06D6 (or 0xCE06D6) is known color: Deep Magenta. HEX triplet: CE, 06 and D6. RGB value is (206,6,214). Sum of RGB (Red+Green+Blue) = 206+6+214=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE06D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06D6 is #31F929. Grayscale: #585858. Windows color (decimal): -3275050 or 14026446. OLE color: 14026446.
HSL color Cylindrical-coordinate representation of color #CE06D6: hue angle of 297.69º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06D6 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 6 | 214 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.16 |
| HSL | 297.69º | 0.95% | 0.43% | - |
| HSV(B) | 297.69º | 0.97% | 0.84% | - |
| XYZ | 37.66 | 18.11 | 65.13 | - |
| YUV | 89.51 | 198.26 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 214 | 0.04 | 0.97 | 0 | 0.16 | 297.69 | 0.95 | 0.43 |
| Hex | CE | 6 | D6 | 4 | 61 | 0 | 10 | 12A | 5F | 2B |
| Octal | 316 | 6 | 326 | 4 | 141 | 0 | 20 | 452 | 137 | 53 |
| Binary | 11001110 | 110 | 11010110 | 100 | 1100001 | 0 | 10000 | 100101010 | 1011111 | 101011 |
Color Harmonies of #CE06D6
Complementary color
Monochromatic Colors of #CE06D6
Black with #CE06D6
Text Example
Text Example
White with #CE06D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06D6; }
p { color: rgb(206,6,214); }
H1.HeaderClassName
{
color: #CE06D6;
}
.AnyTagClassName
{
color: #CE06D6;
}
</style>
background-color css
<style>
a { background-color: #CE06D6; }
a { background-color: rgb(206,6,214); }
div.DivClassName
{
background-color: #CE06D6;
}
.BgClassName
{
background-color: #CE06D6;
}
</style>
border-color css
<style>
span { border-color: #CE06D6; }
span { border-color: rgb(206,6,214); }
td.TdClassName
{
border-color: #CE06D6;
}
.TagClassName
{
border-color: #CE06D6;
}
</style>