Shades of Deep Magenta #CE04BB
Tints of Deep Magenta #CE04BB
RGB
CMYK
RGB Variations
Color information
#CE04BB (or 0xCE04BB) is known color: Deep Magenta. HEX triplet: CE, 04 and BB. RGB value is (206,4,187). Sum of RGB (Red+Green+Blue) = 206+4+187=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04BB is #31FB44. Grayscale: #545454. Windows color (decimal): -3275589 or 12256462. OLE color: 12256462.
HSL color Cylindrical-coordinate representation of color #CE04BB: hue angle of 305.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE04BB is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.19 |
| HSL | 305.64º | 0.96% | 0.41% | - |
| HSV(B) | 305.64º | 0.98% | 0.81% | - |
| XYZ | 34.47 | 16.8 | 48.44 | - |
| YUV | 85.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 187 | 0 | 0.98 | 0.09 | 0.19 | 305.64 | 0.96 | 0.41 |
| Hex | CE | 4 | BB | 0 | 62 | 9 | 13 | 132 | 60 | 29 |
| Octal | 316 | 4 | 273 | 0 | 142 | 11 | 23 | 462 | 140 | 51 |
| Binary | 11001110 | 100 | 10111011 | 0 | 1100010 | 1001 | 10011 | 100110010 | 1100000 | 101001 |
Color Harmonies of #CE04BB
Complementary color
Monochromatic Colors of #CE04BB
Black with #CE04BB
Text Example
Text Example
White with #CE04BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04BB; }
p { color: rgb(206,4,187); }
H1.HeaderClassName
{
color: #CE04BB;
}
.AnyTagClassName
{
color: #CE04BB;
}
</style>
background-color css
<style>
a { background-color: #CE04BB; }
a { background-color: rgb(206,4,187); }
div.DivClassName
{
background-color: #CE04BB;
}
.BgClassName
{
background-color: #CE04BB;
}
</style>
border-color css
<style>
span { border-color: #CE04BB; }
span { border-color: rgb(206,4,187); }
td.TdClassName
{
border-color: #CE04BB;
}
.TagClassName
{
border-color: #CE04BB;
}
</style>