Shades of Deep Magenta #CE06B8
Tints of Deep Magenta #CE06B8
RGB
CMYK
RGB Variations
Color information
#CE06B8 (or 0xCE06B8) is known color: Deep Magenta. HEX triplet: CE, 06 and B8. RGB value is (206,6,184). Sum of RGB (Red+Green+Blue) = 206+6+184=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE06B8 is #31F947. Grayscale: #555555. Windows color (decimal): -3275080 or 12060366. OLE color: 12060366.
HSL color Cylindrical-coordinate representation of color #CE06B8: hue angle of 306.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 #CE06B8 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 184 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.19 |
| HSL | 306.6º | 0.94% | 0.42% | - |
| HSV(B) | 306.6º | 0.97% | 0.81% | - |
| XYZ | 34.17 | 16.71 | 46.77 | - |
| YUV | 86.09 | 183.26 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 184 | 0 | 0.97 | 0.11 | 0.19 | 306.6 | 0.94 | 0.42 |
| Hex | CE | 6 | B8 | 0 | 61 | B | 13 | 133 | 5E | 2A |
| Octal | 316 | 6 | 270 | 0 | 141 | 13 | 23 | 463 | 136 | 52 |
| Binary | 11001110 | 110 | 10111000 | 0 | 1100001 | 1011 | 10011 | 100110011 | 1011110 | 101010 |
Color Harmonies of #CE06B8
Complementary color
Monochromatic Colors of #CE06B8
Black with #CE06B8
Text Example
Text Example
White with #CE06B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06B8; }
p { color: rgb(206,6,184); }
H1.HeaderClassName
{
color: #CE06B8;
}
.AnyTagClassName
{
color: #CE06B8;
}
</style>
background-color css
<style>
a { background-color: #CE06B8; }
a { background-color: rgb(206,6,184); }
div.DivClassName
{
background-color: #CE06B8;
}
.BgClassName
{
background-color: #CE06B8;
}
</style>
border-color css
<style>
span { border-color: #CE06B8; }
span { border-color: rgb(206,6,184); }
td.TdClassName
{
border-color: #CE06B8;
}
.TagClassName
{
border-color: #CE06B8;
}
</style>