Shades of Deep Magenta #CE02B4
Tints of Deep Magenta #CE02B4
RGB
CMYK
RGB Variations
Color information
#CE02B4 (or 0xCE02B4) is known color: Deep Magenta. HEX triplet: CE, 02 and B4. RGB value is (206,2,180). Sum of RGB (Red+Green+Blue) = 206+2+180=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE02B4 is #31FD4B. Grayscale: #525252. Windows color (decimal): -3276108 or 11797198. OLE color: 11797198.
HSL color Cylindrical-coordinate representation of color #CE02B4: hue angle of 307.65º 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 #CE02B4 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 180 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.19 |
| HSL | 307.65º | 0.98% | 0.41% | - |
| HSV(B) | 307.65º | 0.99% | 0.81% | - |
| XYZ | 33.71 | 16.46 | 44.58 | - |
| YUV | 83.29 | 182.59 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 180 | 0 | 0.99 | 0.13 | 0.19 | 307.65 | 0.98 | 0.41 |
| Hex | CE | 2 | B4 | 0 | 63 | D | 13 | 134 | 62 | 29 |
| Octal | 316 | 2 | 264 | 0 | 143 | 15 | 23 | 464 | 142 | 51 |
| Binary | 11001110 | 10 | 10110100 | 0 | 1100011 | 1101 | 10011 | 100110100 | 1100010 | 101001 |
Color Harmonies of #CE02B4
Complementary color
Monochromatic Colors of #CE02B4
Black with #CE02B4
Text Example
Text Example
White with #CE02B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02B4; }
p { color: rgb(206,2,180); }
H1.HeaderClassName
{
color: #CE02B4;
}
.AnyTagClassName
{
color: #CE02B4;
}
</style>
background-color css
<style>
a { background-color: #CE02B4; }
a { background-color: rgb(206,2,180); }
div.DivClassName
{
background-color: #CE02B4;
}
.BgClassName
{
background-color: #CE02B4;
}
</style>
border-color css
<style>
span { border-color: #CE02B4; }
span { border-color: rgb(206,2,180); }
td.TdClassName
{
border-color: #CE02B4;
}
.TagClassName
{
border-color: #CE02B4;
}
</style>