Shades of Deep Magenta #CE01AB
Tints of Deep Magenta #CE01AB
RGB
CMYK
RGB Variations
Color information
#CE01AB (or 0xCE01AB) is known color: Deep Magenta. HEX triplet: CE, 01 and AB. RGB value is (206,1,171). Sum of RGB (Red+Green+Blue) = 206+1+171=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE01AB is #31FE54. Grayscale: #515151. Windows color (decimal): -3276373 or 11207118. OLE color: 11207118.
HSL color Cylindrical-coordinate representation of color #CE01AB: hue angle of 310.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01AB is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.19 |
| HSL | 310.24º | 0.99% | 0.41% | - |
| HSV(B) | 310.24º | 1% | 0.81% | - |
| XYZ | 32.82 | 16.08 | 39.9 | - |
| YUV | 81.68 | 178.42 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 171 | 0 | 1.00 | 0.17 | 0.19 | 310.24 | 0.99 | 0.41 |
| Hex | CE | 1 | AB | 0 | 64 | 11 | 13 | 136 | 63 | 29 |
| Octal | 316 | 1 | 253 | 0 | 144 | 21 | 23 | 466 | 143 | 51 |
| Binary | 11001110 | 1 | 10101011 | 0 | 1100100 | 10001 | 10011 | 100110110 | 1100011 | 101001 |
Color Harmonies of #CE01AB
Complementary color
Monochromatic Colors of #CE01AB
Black with #CE01AB
Text Example
Text Example
White with #CE01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01AB; }
p { color: rgb(206,1,171); }
H1.HeaderClassName
{
color: #CE01AB;
}
.AnyTagClassName
{
color: #CE01AB;
}
</style>
background-color css
<style>
a { background-color: #CE01AB; }
a { background-color: rgb(206,1,171); }
div.DivClassName
{
background-color: #CE01AB;
}
.BgClassName
{
background-color: #CE01AB;
}
</style>
border-color css
<style>
span { border-color: #CE01AB; }
span { border-color: rgb(206,1,171); }
td.TdClassName
{
border-color: #CE01AB;
}
.TagClassName
{
border-color: #CE01AB;
}
</style>