Shades of Deep Magenta #CE04BE
Tints of Deep Magenta #CE04BE
RGB
CMYK
RGB Variations
Color information
#CE04BE (or 0xCE04BE) is known color: Deep Magenta. HEX triplet: CE, 04 and BE. RGB value is (206,4,190). Sum of RGB (Red+Green+Blue) = 206+4+190=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE04BE is #31FB41. Grayscale: #555555. Windows color (decimal): -3275586 or 12453070. OLE color: 12453070.
HSL color Cylindrical-coordinate representation of color #CE04BE: hue angle of 304.75º 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 #CE04BE is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.19 |
| HSL | 304.75º | 0.96% | 0.41% | - |
| HSV(B) | 304.75º | 0.98% | 0.81% | - |
| XYZ | 34.79 | 16.93 | 50.15 | - |
| YUV | 85.6 | 186.92 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 190 | 0 | 0.98 | 0.08 | 0.19 | 304.75 | 0.96 | 0.41 |
| Hex | CE | 4 | BE | 0 | 62 | 8 | 13 | 131 | 60 | 29 |
| Octal | 316 | 4 | 276 | 0 | 142 | 10 | 23 | 461 | 140 | 51 |
| Binary | 11001110 | 100 | 10111110 | 0 | 1100010 | 1000 | 10011 | 100110001 | 1100000 | 101001 |
Color Harmonies of #CE04BE
Complementary color
Monochromatic Colors of #CE04BE
Black with #CE04BE
Text Example
Text Example
White with #CE04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE04BE; }
p { color: rgb(206,4,190); }
H1.HeaderClassName
{
color: #CE04BE;
}
.AnyTagClassName
{
color: #CE04BE;
}
</style>
background-color css
<style>
a { background-color: #CE04BE; }
a { background-color: rgb(206,4,190); }
div.DivClassName
{
background-color: #CE04BE;
}
.BgClassName
{
background-color: #CE04BE;
}
</style>
border-color css
<style>
span { border-color: #CE04BE; }
span { border-color: rgb(206,4,190); }
td.TdClassName
{
border-color: #CE04BE;
}
.TagClassName
{
border-color: #CE04BE;
}
</style>