Shades of Deep Magenta #CE1BC8
Tints of Deep Magenta #CE1BC8
RGB
CMYK
RGB Variations
Color information
#CE1BC8 (or 0xCE1BC8) is known color: Deep Magenta. HEX triplet: CE, 1B and C8. RGB value is (206,27,200). Sum of RGB (Red+Green+Blue) = 206+27+200=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 200 (78.52% from 255 or 46.19% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BC8 is #31E437. Grayscale: #636363. Windows color (decimal): -3269688 or 13114318. OLE color: 13114318.
HSL color Cylindrical-coordinate representation of color #CE1BC8: hue angle of 302.01º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1BC8 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 200 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.19 |
| HSL | 302.01º | 0.77% | 0.46% | - |
| HSV(B) | 302.01º | 0.87% | 0.81% | - |
| XYZ | 36.27 | 18.08 | 56.22 | - |
| YUV | 100.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 200 | 0 | 0.87 | 0.03 | 0.19 | 302.01 | 0.77 | 0.46 |
| Hex | CE | 1B | C8 | 0 | 57 | 3 | 13 | 12E | 4D | 2E |
| Octal | 316 | 33 | 310 | 0 | 127 | 3 | 23 | 456 | 115 | 56 |
| Binary | 11001110 | 11011 | 11001000 | 0 | 1010111 | 11 | 10011 | 100101110 | 1001101 | 101110 |
Color Harmonies of #CE1BC8
Complementary color
Monochromatic Colors of #CE1BC8
Black with #CE1BC8
Text Example
Text Example
White with #CE1BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BC8; }
p { color: rgb(206,27,200); }
H1.HeaderClassName
{
color: #CE1BC8;
}
.AnyTagClassName
{
color: #CE1BC8;
}
</style>
background-color css
<style>
a { background-color: #CE1BC8; }
a { background-color: rgb(206,27,200); }
div.DivClassName
{
background-color: #CE1BC8;
}
.BgClassName
{
background-color: #CE1BC8;
}
</style>
border-color css
<style>
span { border-color: #CE1BC8; }
span { border-color: rgb(206,27,200); }
td.TdClassName
{
border-color: #CE1BC8;
}
.TagClassName
{
border-color: #CE1BC8;
}
</style>