Shades of Deep Magenta #CE01AF
Tints of Deep Magenta #CE01AF
RGB
CMYK
RGB Variations
Color information
#CE01AF (or 0xCE01AF) is known color: Deep Magenta. HEX triplet: CE, 01 and AF. RGB value is (206,1,175). Sum of RGB (Red+Green+Blue) = 206+1+175=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE01AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE01AF is #31FE50. Grayscale: #515151. Windows color (decimal): -3276369 or 11469262. OLE color: 11469262.
HSL color Cylindrical-coordinate representation of color #CE01AF: hue angle of 309.07º 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 #CE01AF is Cyan = 0, Magento = 1.00, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.15 | 0.19 |
| HSL | 309.07º | 0.99% | 0.41% | - |
| HSV(B) | 309.07º | 1% | 0.81% | - |
| XYZ | 33.2 | 16.24 | 41.94 | - |
| YUV | 82.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 175 | 0 | 1.00 | 0.15 | 0.19 | 309.07 | 0.99 | 0.41 |
| Hex | CE | 1 | AF | 0 | 64 | F | 13 | 135 | 63 | 29 |
| Octal | 316 | 1 | 257 | 0 | 144 | 17 | 23 | 465 | 143 | 51 |
| Binary | 11001110 | 1 | 10101111 | 0 | 1100100 | 1111 | 10011 | 100110101 | 1100011 | 101001 |
Color Harmonies of #CE01AF
Complementary color
Monochromatic Colors of #CE01AF
Black with #CE01AF
Text Example
Text Example
White with #CE01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE01AF; }
p { color: rgb(206,1,175); }
H1.HeaderClassName
{
color: #CE01AF;
}
.AnyTagClassName
{
color: #CE01AF;
}
</style>
background-color css
<style>
a { background-color: #CE01AF; }
a { background-color: rgb(206,1,175); }
div.DivClassName
{
background-color: #CE01AF;
}
.BgClassName
{
background-color: #CE01AF;
}
</style>
border-color css
<style>
span { border-color: #CE01AF; }
span { border-color: rgb(206,1,175); }
td.TdClassName
{
border-color: #CE01AF;
}
.TagClassName
{
border-color: #CE01AF;
}
</style>