Shades of Deep Magenta #CE06A8
Tints of Deep Magenta #CE06A8
RGB
CMYK
RGB Variations
Color information
#CE06A8 (or 0xCE06A8) is known color: Deep Magenta. HEX triplet: CE, 06 and A8. RGB value is (206,6,168). Sum of RGB (Red+Green+Blue) = 206+6+168=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE06A8 is #31F957. Grayscale: #535353. Windows color (decimal): -3275096 or 11011790. OLE color: 11011790.
HSL color Cylindrical-coordinate representation of color #CE06A8: hue angle of 311.4º 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 #CE06A8 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.19 |
| HSL | 311.4º | 0.94% | 0.42% | - |
| HSV(B) | 311.4º | 0.97% | 0.81% | - |
| XYZ | 32.59 | 16.08 | 38.43 | - |
| YUV | 84.27 | 175.26 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 168 | 0 | 0.97 | 0.18 | 0.19 | 311.4 | 0.94 | 0.42 |
| Hex | CE | 6 | A8 | 0 | 61 | 12 | 13 | 137 | 5E | 2A |
| Octal | 316 | 6 | 250 | 0 | 141 | 22 | 23 | 467 | 136 | 52 |
| Binary | 11001110 | 110 | 10101000 | 0 | 1100001 | 10010 | 10011 | 100110111 | 1011110 | 101010 |
Color Harmonies of #CE06A8
Complementary color
Monochromatic Colors of #CE06A8
Black with #CE06A8
Text Example
Text Example
White with #CE06A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06A8; }
p { color: rgb(206,6,168); }
H1.HeaderClassName
{
color: #CE06A8;
}
.AnyTagClassName
{
color: #CE06A8;
}
</style>
background-color css
<style>
a { background-color: #CE06A8; }
a { background-color: rgb(206,6,168); }
div.DivClassName
{
background-color: #CE06A8;
}
.BgClassName
{
background-color: #CE06A8;
}
</style>
border-color css
<style>
span { border-color: #CE06A8; }
span { border-color: rgb(206,6,168); }
td.TdClassName
{
border-color: #CE06A8;
}
.TagClassName
{
border-color: #CE06A8;
}
</style>