Shades of Deep Magenta #CE1CBE
Tints of Deep Magenta #CE1CBE
RGB
CMYK
RGB Variations
Color information
#CE1CBE (or 0xCE1CBE) is known color: Deep Magenta. HEX triplet: CE, 1C and BE. RGB value is (206,28,190). Sum of RGB (Red+Green+Blue) = 206+28+190=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1CBE is #31E341. Grayscale: #636363. Windows color (decimal): -3269442 or 12459214. OLE color: 12459214.
HSL color Cylindrical-coordinate representation of color #CE1CBE: hue angle of 305.39º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1CBE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 190 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.19 |
| HSL | 305.39º | 0.76% | 0.46% | - |
| HSV(B) | 305.39º | 0.86% | 0.81% | - |
| XYZ | 35.16 | 17.67 | 50.27 | - |
| YUV | 99.69 | 178.97 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 190 | 0 | 0.86 | 0.08 | 0.19 | 305.39 | 0.76 | 0.46 |
| Hex | CE | 1C | BE | 0 | 56 | 8 | 13 | 131 | 4C | 2E |
| Octal | 316 | 34 | 276 | 0 | 126 | 10 | 23 | 461 | 114 | 56 |
| Binary | 11001110 | 11100 | 10111110 | 0 | 1010110 | 1000 | 10011 | 100110001 | 1001100 | 101110 |
Color Harmonies of #CE1CBE
Complementary color
Monochromatic Colors of #CE1CBE
Black with #CE1CBE
Text Example
Text Example
White with #CE1CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1CBE; }
p { color: rgb(206,28,190); }
H1.HeaderClassName
{
color: #CE1CBE;
}
.AnyTagClassName
{
color: #CE1CBE;
}
</style>
background-color css
<style>
a { background-color: #CE1CBE; }
a { background-color: rgb(206,28,190); }
div.DivClassName
{
background-color: #CE1CBE;
}
.BgClassName
{
background-color: #CE1CBE;
}
</style>
border-color css
<style>
span { border-color: #CE1CBE; }
span { border-color: rgb(206,28,190); }
td.TdClassName
{
border-color: #CE1CBE;
}
.TagClassName
{
border-color: #CE1CBE;
}
</style>