Shades of Deep Magenta #CE1BCA
Tints of Deep Magenta #CE1BCA
RGB
CMYK
RGB Variations
Color information
#CE1BCA (or 0xCE1BCA) is known color: Deep Magenta. HEX triplet: CE, 1B and CA. RGB value is (206,27,202). Sum of RGB (Red+Green+Blue) = 206+27+202=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BCA is #31E435. Grayscale: #636363. Windows color (decimal): -3269686 or 13245390. OLE color: 13245390.
HSL color Cylindrical-coordinate representation of color #CE1BCA: hue angle of 301.34º 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 #CE1BCA is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 202 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.19 |
| HSL | 301.34º | 0.77% | 0.46% | - |
| HSV(B) | 301.34º | 0.87% | 0.81% | - |
| XYZ | 36.51 | 18.17 | 57.46 | - |
| YUV | 100.47 | 185.3 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 202 | 0 | 0.87 | 0.02 | 0.19 | 301.34 | 0.77 | 0.46 |
| Hex | CE | 1B | CA | 0 | 57 | 2 | 13 | 12D | 4D | 2E |
| Octal | 316 | 33 | 312 | 0 | 127 | 2 | 23 | 455 | 115 | 56 |
| Binary | 11001110 | 11011 | 11001010 | 0 | 1010111 | 10 | 10011 | 100101101 | 1001101 | 101110 |
Color Harmonies of #CE1BCA
Complementary color
Monochromatic Colors of #CE1BCA
Black with #CE1BCA
Text Example
Text Example
White with #CE1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BCA; }
p { color: rgb(206,27,202); }
H1.HeaderClassName
{
color: #CE1BCA;
}
.AnyTagClassName
{
color: #CE1BCA;
}
</style>
background-color css
<style>
a { background-color: #CE1BCA; }
a { background-color: rgb(206,27,202); }
div.DivClassName
{
background-color: #CE1BCA;
}
.BgClassName
{
background-color: #CE1BCA;
}
</style>
border-color css
<style>
span { border-color: #CE1BCA; }
span { border-color: rgb(206,27,202); }
td.TdClassName
{
border-color: #CE1BCA;
}
.TagClassName
{
border-color: #CE1BCA;
}
</style>