Shades of Deep Magenta #CE02B9
Tints of Deep Magenta #CE02B9
RGB
CMYK
RGB Variations
Color information
#CE02B9 (or 0xCE02B9) is known color: Deep Magenta. HEX triplet: CE, 02 and B9. RGB value is (206,2,185). Sum of RGB (Red+Green+Blue) = 206+2+185=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02B9 is #31FD46. Grayscale: #535353. Windows color (decimal): -3276103 or 12124878. OLE color: 12124878.
HSL color Cylindrical-coordinate representation of color #CE02B9: hue angle of 306.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02B9 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 185 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.19 |
| HSL | 306.18º | 0.98% | 0.41% | - |
| HSV(B) | 306.18º | 0.99% | 0.81% | - |
| XYZ | 34.23 | 16.67 | 47.31 | - |
| YUV | 83.86 | 185.09 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 185 | 0 | 0.99 | 0.10 | 0.19 | 306.18 | 0.98 | 0.41 |
| Hex | CE | 2 | B9 | 0 | 63 | A | 13 | 132 | 62 | 29 |
| Octal | 316 | 2 | 271 | 0 | 143 | 12 | 23 | 462 | 142 | 51 |
| Binary | 11001110 | 10 | 10111001 | 0 | 1100011 | 1010 | 10011 | 100110010 | 1100010 | 101001 |
Color Harmonies of #CE02B9
Complementary color
Monochromatic Colors of #CE02B9
Black with #CE02B9
Text Example
Text Example
White with #CE02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02B9; }
p { color: rgb(206,2,185); }
H1.HeaderClassName
{
color: #CE02B9;
}
.AnyTagClassName
{
color: #CE02B9;
}
</style>
background-color css
<style>
a { background-color: #CE02B9; }
a { background-color: rgb(206,2,185); }
div.DivClassName
{
background-color: #CE02B9;
}
.BgClassName
{
background-color: #CE02B9;
}
</style>
border-color css
<style>
span { border-color: #CE02B9; }
span { border-color: rgb(206,2,185); }
td.TdClassName
{
border-color: #CE02B9;
}
.TagClassName
{
border-color: #CE02B9;
}
</style>