Shades of Deep Magenta #CE02BE
Tints of Deep Magenta #CE02BE
RGB
CMYK
RGB Variations
Color information
#CE02BE (or 0xCE02BE) is known color: Deep Magenta. HEX triplet: CE, 02 and BE. RGB value is (206,2,190). Sum of RGB (Red+Green+Blue) = 206+2+190=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02BE is #31FD41. Grayscale: #535353. Windows color (decimal): -3276098 or 12452558. OLE color: 12452558.
HSL color Cylindrical-coordinate representation of color #CE02BE: hue angle of 304.71º 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 #CE02BE is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 190 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.19 |
| HSL | 304.71º | 0.98% | 0.41% | - |
| HSV(B) | 304.71º | 0.99% | 0.81% | - |
| XYZ | 34.77 | 16.88 | 50.14 | - |
| YUV | 84.43 | 187.59 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 190 | 0 | 0.99 | 0.08 | 0.19 | 304.71 | 0.98 | 0.41 |
| Hex | CE | 2 | BE | 0 | 63 | 8 | 13 | 131 | 62 | 29 |
| Octal | 316 | 2 | 276 | 0 | 143 | 10 | 23 | 461 | 142 | 51 |
| Binary | 11001110 | 10 | 10111110 | 0 | 1100011 | 1000 | 10011 | 100110001 | 1100010 | 101001 |
Color Harmonies of #CE02BE
Complementary color
Monochromatic Colors of #CE02BE
Black with #CE02BE
Text Example
Text Example
White with #CE02BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02BE; }
p { color: rgb(206,2,190); }
H1.HeaderClassName
{
color: #CE02BE;
}
.AnyTagClassName
{
color: #CE02BE;
}
</style>
background-color css
<style>
a { background-color: #CE02BE; }
a { background-color: rgb(206,2,190); }
div.DivClassName
{
background-color: #CE02BE;
}
.BgClassName
{
background-color: #CE02BE;
}
</style>
border-color css
<style>
span { border-color: #CE02BE; }
span { border-color: rgb(206,2,190); }
td.TdClassName
{
border-color: #CE02BE;
}
.TagClassName
{
border-color: #CE02BE;
}
</style>