Shades of Deep Magenta #CE00B8
Tints of Deep Magenta #CE00B8
RGB
CMYK
RGB Variations
Color information
#CE00B8 (or 0xCE00B8) is known color: Deep Magenta. HEX triplet: CE, 00 and B8. RGB value is (206,0,184). Sum of RGB (Red+Green+Blue) = 206+0+184=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00B8 is #31FF47. Grayscale: #525252. Windows color (decimal): -3276616 or 12058830. OLE color: 12058830.
HSL color Cylindrical-coordinate representation of color #CE00B8: hue angle of 306.41º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00B8 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.11 | 0.19 |
| HSL | 306.41º | 1% | 0.4% | - |
| HSV(B) | 306.41º | 1% | 0.81% | - |
| XYZ | 34.11 | 16.58 | 46.75 | - |
| YUV | 82.57 | 185.25 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 184 | 0 | 1 | 0.11 | 0.19 | 306.41 | 1 | 0.4 |
| Hex | CE | 0 | B8 | 0 | 64 | B | 13 | 132 | 64 | 28 |
| Octal | 316 | 0 | 270 | 0 | 144 | 13 | 23 | 462 | 144 | 50 |
| Binary | 11001110 | 0 | 10111000 | 0 | 1100100 | 1011 | 10011 | 100110010 | 1100100 | 101000 |
Color Harmonies of #CE00B8
Complementary color
Monochromatic Colors of #CE00B8
Black with #CE00B8
Text Example
Text Example
White with #CE00B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00B8; }
p { color: rgb(206,0,184); }
H1.HeaderClassName
{
color: #CE00B8;
}
.AnyTagClassName
{
color: #CE00B8;
}
</style>
background-color css
<style>
a { background-color: #CE00B8; }
a { background-color: rgb(206,0,184); }
div.DivClassName
{
background-color: #CE00B8;
}
.BgClassName
{
background-color: #CE00B8;
}
</style>
border-color css
<style>
span { border-color: #CE00B8; }
span { border-color: rgb(206,0,184); }
td.TdClassName
{
border-color: #CE00B8;
}
.TagClassName
{
border-color: #CE00B8;
}
</style>