Shades of Deep Magenta #CE1BC7
Tints of Deep Magenta #CE1BC7
RGB
CMYK
RGB Variations
Color information
#CE1BC7 (or 0xCE1BC7) is known color: Deep Magenta. HEX triplet: CE, 1B and C7. RGB value is (206,27,199). Sum of RGB (Red+Green+Blue) = 206+27+199=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BC7 is #31E438. Grayscale: #636363. Windows color (decimal): -3269689 or 13048782. OLE color: 13048782.
HSL color Cylindrical-coordinate representation of color #CE1BC7: hue angle of 302.35º 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 #CE1BC7 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 199 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.19 |
| HSL | 302.35º | 0.77% | 0.46% | - |
| HSV(B) | 302.35º | 0.87% | 0.81% | - |
| XYZ | 36.15 | 18.03 | 55.61 | - |
| YUV | 100.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 199 | 0 | 0.87 | 0.03 | 0.19 | 302.35 | 0.77 | 0.46 |
| Hex | CE | 1B | C7 | 0 | 57 | 3 | 13 | 12E | 4D | 2E |
| Octal | 316 | 33 | 307 | 0 | 127 | 3 | 23 | 456 | 115 | 56 |
| Binary | 11001110 | 11011 | 11000111 | 0 | 1010111 | 11 | 10011 | 100101110 | 1001101 | 101110 |
Color Harmonies of #CE1BC7
Complementary color
Monochromatic Colors of #CE1BC7
Black with #CE1BC7
Text Example
Text Example
White with #CE1BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BC7; }
p { color: rgb(206,27,199); }
H1.HeaderClassName
{
color: #CE1BC7;
}
.AnyTagClassName
{
color: #CE1BC7;
}
</style>
background-color css
<style>
a { background-color: #CE1BC7; }
a { background-color: rgb(206,27,199); }
div.DivClassName
{
background-color: #CE1BC7;
}
.BgClassName
{
background-color: #CE1BC7;
}
</style>
border-color css
<style>
span { border-color: #CE1BC7; }
span { border-color: rgb(206,27,199); }
td.TdClassName
{
border-color: #CE1BC7;
}
.TagClassName
{
border-color: #CE1BC7;
}
</style>