Shades of Deep Magenta #CE02B7
Tints of Deep Magenta #CE02B7
RGB
CMYK
RGB Variations
Color information
#CE02B7 (or 0xCE02B7) is known color: Deep Magenta. HEX triplet: CE, 02 and B7. RGB value is (206,2,183). Sum of RGB (Red+Green+Blue) = 206+2+183=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02B7 is #31FD48. Grayscale: #535353. Windows color (decimal): -3276105 or 11993806. OLE color: 11993806.
HSL color Cylindrical-coordinate representation of color #CE02B7: hue angle of 306.76º 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 #CE02B7 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 183 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.19 |
| HSL | 306.76º | 0.98% | 0.41% | - |
| HSV(B) | 306.76º | 0.99% | 0.81% | - |
| XYZ | 34.02 | 16.58 | 46.21 | - |
| YUV | 83.63 | 184.09 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 183 | 0 | 0.99 | 0.11 | 0.19 | 306.76 | 0.98 | 0.41 |
| Hex | CE | 2 | B7 | 0 | 63 | B | 13 | 133 | 62 | 29 |
| Octal | 316 | 2 | 267 | 0 | 143 | 13 | 23 | 463 | 142 | 51 |
| Binary | 11001110 | 10 | 10110111 | 0 | 1100011 | 1011 | 10011 | 100110011 | 1100010 | 101001 |
Color Harmonies of #CE02B7
Complementary color
Monochromatic Colors of #CE02B7
Black with #CE02B7
Text Example
Text Example
White with #CE02B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02B7; }
p { color: rgb(206,2,183); }
H1.HeaderClassName
{
color: #CE02B7;
}
.AnyTagClassName
{
color: #CE02B7;
}
</style>
background-color css
<style>
a { background-color: #CE02B7; }
a { background-color: rgb(206,2,183); }
div.DivClassName
{
background-color: #CE02B7;
}
.BgClassName
{
background-color: #CE02B7;
}
</style>
border-color css
<style>
span { border-color: #CE02B7; }
span { border-color: rgb(206,2,183); }
td.TdClassName
{
border-color: #CE02B7;
}
.TagClassName
{
border-color: #CE02B7;
}
</style>