Shades of Deep Magenta #CE07AC
Tints of Deep Magenta #CE07AC
RGB
CMYK
RGB Variations
Color information
#CE07AC (or 0xCE07AC) is known color: Deep Magenta. HEX triplet: CE, 07 and AC. RGB value is (206,7,172). Sum of RGB (Red+Green+Blue) = 206+7+172=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE07AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE07AC is #31F853. Grayscale: #545454. Windows color (decimal): -3274836 or 11274190. OLE color: 11274190.
HSL color Cylindrical-coordinate representation of color #CE07AC: hue angle of 310.25º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE07AC is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.19 |
| HSL | 310.25º | 0.93% | 0.42% | - |
| HSV(B) | 310.25º | 0.97% | 0.81% | - |
| XYZ | 32.98 | 16.25 | 40.43 | - |
| YUV | 85.31 | 176.93 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 172 | 0 | 0.97 | 0.17 | 0.19 | 310.25 | 0.93 | 0.42 |
| Hex | CE | 7 | AC | 0 | 61 | 11 | 13 | 136 | 5D | 2A |
| Octal | 316 | 7 | 254 | 0 | 141 | 21 | 23 | 466 | 135 | 52 |
| Binary | 11001110 | 111 | 10101100 | 0 | 1100001 | 10001 | 10011 | 100110110 | 1011101 | 101010 |
Color Harmonies of #CE07AC
Complementary color
Monochromatic Colors of #CE07AC
Black with #CE07AC
Text Example
Text Example
White with #CE07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE07AC; }
p { color: rgb(206,7,172); }
H1.HeaderClassName
{
color: #CE07AC;
}
.AnyTagClassName
{
color: #CE07AC;
}
</style>
background-color css
<style>
a { background-color: #CE07AC; }
a { background-color: rgb(206,7,172); }
div.DivClassName
{
background-color: #CE07AC;
}
.BgClassName
{
background-color: #CE07AC;
}
</style>
border-color css
<style>
span { border-color: #CE07AC; }
span { border-color: rgb(206,7,172); }
td.TdClassName
{
border-color: #CE07AC;
}
.TagClassName
{
border-color: #CE07AC;
}
</style>