Shades of Deep Magenta #CE00BC
Tints of Deep Magenta #CE00BC
RGB
CMYK
RGB Variations
Color information
#CE00BC (or 0xCE00BC) is known color: Deep Magenta. HEX triplet: CE, 00 and BC. RGB value is (206,0,188). Sum of RGB (Red+Green+Blue) = 206+0+188=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00BC is #31FF43. Grayscale: #525252. Windows color (decimal): -3276612 or 12320974. OLE color: 12320974.
HSL color Cylindrical-coordinate representation of color #CE00BC: hue angle of 305.24º 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 #CE00BC is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.09 | 0.19 |
| HSL | 305.24º | 1% | 0.4% | - |
| HSV(B) | 305.24º | 1% | 0.81% | - |
| XYZ | 34.53 | 16.75 | 48.99 | - |
| YUV | 83.03 | 187.25 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 188 | 0 | 1 | 0.09 | 0.19 | 305.24 | 1 | 0.4 |
| Hex | CE | 0 | BC | 0 | 64 | 9 | 13 | 131 | 64 | 28 |
| Octal | 316 | 0 | 274 | 0 | 144 | 11 | 23 | 461 | 144 | 50 |
| Binary | 11001110 | 0 | 10111100 | 0 | 1100100 | 1001 | 10011 | 100110001 | 1100100 | 101000 |
Color Harmonies of #CE00BC
Complementary color
Monochromatic Colors of #CE00BC
Black with #CE00BC
Text Example
Text Example
White with #CE00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE00BC; }
p { color: rgb(206,0,188); }
H1.HeaderClassName
{
color: #CE00BC;
}
.AnyTagClassName
{
color: #CE00BC;
}
</style>
background-color css
<style>
a { background-color: #CE00BC; }
a { background-color: rgb(206,0,188); }
div.DivClassName
{
background-color: #CE00BC;
}
.BgClassName
{
background-color: #CE00BC;
}
</style>
border-color css
<style>
span { border-color: #CE00BC; }
span { border-color: rgb(206,0,188); }
td.TdClassName
{
border-color: #CE00BC;
}
.TagClassName
{
border-color: #CE00BC;
}
</style>