Shades of Deep Magenta #CE1BBE
Tints of Deep Magenta #CE1BBE
RGB
CMYK
RGB Variations
Color information
#CE1BBE (or 0xCE1BBE) is known color: Deep Magenta. HEX triplet: CE, 1B and BE. RGB value is (206,27,190). Sum of RGB (Red+Green+Blue) = 206+27+190=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1BBE is #31E441. Grayscale: #626262. Windows color (decimal): -3269698 or 12458958. OLE color: 12458958.
HSL color Cylindrical-coordinate representation of color #CE1BBE: hue angle of 305.36º 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 #CE1BBE is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 27 | 190 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.19 |
| HSL | 305.36º | 0.77% | 0.46% | - |
| HSV(B) | 305.36º | 0.87% | 0.81% | - |
| XYZ | 35.14 | 17.62 | 50.26 | - |
| YUV | 99.1 | 179.3 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 27 | 190 | 0 | 0.87 | 0.08 | 0.19 | 305.36 | 0.77 | 0.46 |
| Hex | CE | 1B | BE | 0 | 57 | 8 | 13 | 131 | 4D | 2E |
| Octal | 316 | 33 | 276 | 0 | 127 | 10 | 23 | 461 | 115 | 56 |
| Binary | 11001110 | 11011 | 10111110 | 0 | 1010111 | 1000 | 10011 | 100110001 | 1001101 | 101110 |
Color Harmonies of #CE1BBE
Complementary color
Monochromatic Colors of #CE1BBE
Black with #CE1BBE
Text Example
Text Example
White with #CE1BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1BBE; }
p { color: rgb(206,27,190); }
H1.HeaderClassName
{
color: #CE1BBE;
}
.AnyTagClassName
{
color: #CE1BBE;
}
</style>
background-color css
<style>
a { background-color: #CE1BBE; }
a { background-color: rgb(206,27,190); }
div.DivClassName
{
background-color: #CE1BBE;
}
.BgClassName
{
background-color: #CE1BBE;
}
</style>
border-color css
<style>
span { border-color: #CE1BBE; }
span { border-color: rgb(206,27,190); }
td.TdClassName
{
border-color: #CE1BBE;
}
.TagClassName
{
border-color: #CE1BBE;
}
</style>