Shades of Deep Magenta #CE1ABE
Tints of Deep Magenta #CE1ABE
RGB
CMYK
RGB Variations
Color information
#CE1ABE (or 0xCE1ABE) is known color: Deep Magenta. HEX triplet: CE, 1A and BE. RGB value is (206,26,190). Sum of RGB (Red+Green+Blue) = 206+26+190=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ABE is #31E541. Grayscale: #626262. Windows color (decimal): -3269954 or 12458702. OLE color: 12458702.
HSL color Cylindrical-coordinate representation of color #CE1ABE: hue angle of 305.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1ABE is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 26 | 190 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.19 |
| HSL | 305.33º | 0.78% | 0.45% | - |
| HSV(B) | 305.33º | 0.87% | 0.81% | - |
| XYZ | 35.12 | 17.58 | 50.26 | - |
| YUV | 98.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 190 | 0 | 0.87 | 0.08 | 0.19 | 305.33 | 0.78 | 0.45 |
| Hex | CE | 1A | BE | 0 | 57 | 8 | 13 | 131 | 4E | 2D |
| Octal | 316 | 32 | 276 | 0 | 127 | 10 | 23 | 461 | 116 | 55 |
| Binary | 11001110 | 11010 | 10111110 | 0 | 1010111 | 1000 | 10011 | 100110001 | 1001110 | 101101 |
Color Harmonies of #CE1ABE
Complementary color
Monochromatic Colors of #CE1ABE
Black with #CE1ABE
Text Example
Text Example
White with #CE1ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1ABE; }
p { color: rgb(206,26,190); }
H1.HeaderClassName
{
color: #CE1ABE;
}
.AnyTagClassName
{
color: #CE1ABE;
}
</style>
background-color css
<style>
a { background-color: #CE1ABE; }
a { background-color: rgb(206,26,190); }
div.DivClassName
{
background-color: #CE1ABE;
}
.BgClassName
{
background-color: #CE1ABE;
}
</style>
border-color css
<style>
span { border-color: #CE1ABE; }
span { border-color: rgb(206,26,190); }
td.TdClassName
{
border-color: #CE1ABE;
}
.TagClassName
{
border-color: #CE1ABE;
}
</style>