Shades of Deep Magenta #CE1BCB
Tints of Deep Magenta #CE1BCB
RGB
CMYK
RGB Variations
Color information
#CE1BCB (or 0xCE1BCB) is known color: Deep Magenta. HEX triplet: CE, 1B and CB. RGB value is (206,27,203). Sum of RGB (Red+Green+Blue) = 206+27+203=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BCB is #31E434. Grayscale: #646464. Windows color (decimal): -3269685 or 13310926. OLE color: 13310926.
HSL color Cylindrical-coordinate representation of color #CE1BCB: hue angle of 301.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 #CE1BCB is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 203 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.19 |
| HSL | 301.01º | 0.77% | 0.46% | - |
| HSV(B) | 301.01º | 0.87% | 0.81% | - |
| XYZ | 36.63 | 18.22 | 58.09 | - |
| YUV | 100.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 203 | 0 | 0.87 | 0.01 | 0.19 | 301.01 | 0.77 | 0.46 |
| Hex | CE | 1B | CB | 0 | 57 | 1 | 13 | 12D | 4D | 2E |
| Octal | 316 | 33 | 313 | 0 | 127 | 1 | 23 | 455 | 115 | 56 |
| Binary | 11001110 | 11011 | 11001011 | 0 | 1010111 | 1 | 10011 | 100101101 | 1001101 | 101110 |
Color Harmonies of #CE1BCB
Complementary color
Monochromatic Colors of #CE1BCB
Black with #CE1BCB
Text Example
Text Example
White with #CE1BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BCB; }
p { color: rgb(206,27,203); }
H1.HeaderClassName
{
color: #CE1BCB;
}
.AnyTagClassName
{
color: #CE1BCB;
}
</style>
background-color css
<style>
a { background-color: #CE1BCB; }
a { background-color: rgb(206,27,203); }
div.DivClassName
{
background-color: #CE1BCB;
}
.BgClassName
{
background-color: #CE1BCB;
}
</style>
border-color css
<style>
span { border-color: #CE1BCB; }
span { border-color: rgb(206,27,203); }
td.TdClassName
{
border-color: #CE1BCB;
}
.TagClassName
{
border-color: #CE1BCB;
}
</style>