Shades of Deep Magenta #CE09AC
Tints of Deep Magenta #CE09AC
RGB
CMYK
RGB Variations
Color information
#CE09AC (or 0xCE09AC) is known color: Deep Magenta. HEX triplet: CE, 09 and AC. RGB value is (206,9,172). Sum of RGB (Red+Green+Blue) = 206+9+172=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE09AC is #31F653. Grayscale: #565656. Windows color (decimal): -3274324 or 11274702. OLE color: 11274702.
HSL color Cylindrical-coordinate representation of color #CE09AC: hue angle of 310.36º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09AC is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 172 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.19 |
| HSL | 310.36º | 0.92% | 0.42% | - |
| HSV(B) | 310.36º | 0.96% | 0.81% | - |
| XYZ | 33 | 16.3 | 40.44 | - |
| YUV | 86.49 | 176.27 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 172 | 0 | 0.96 | 0.17 | 0.19 | 310.36 | 0.92 | 0.42 |
| Hex | CE | 9 | AC | 0 | 60 | 11 | 13 | 136 | 5C | 2A |
| Octal | 316 | 11 | 254 | 0 | 140 | 21 | 23 | 466 | 134 | 52 |
| Binary | 11001110 | 1001 | 10101100 | 0 | 1100000 | 10001 | 10011 | 100110110 | 1011100 | 101010 |
Color Harmonies of #CE09AC
Complementary color
Monochromatic Colors of #CE09AC
Black with #CE09AC
Text Example
Text Example
White with #CE09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09AC; }
p { color: rgb(206,9,172); }
H1.HeaderClassName
{
color: #CE09AC;
}
.AnyTagClassName
{
color: #CE09AC;
}
</style>
background-color css
<style>
a { background-color: #CE09AC; }
a { background-color: rgb(206,9,172); }
div.DivClassName
{
background-color: #CE09AC;
}
.BgClassName
{
background-color: #CE09AC;
}
</style>
border-color css
<style>
span { border-color: #CE09AC; }
span { border-color: rgb(206,9,172); }
td.TdClassName
{
border-color: #CE09AC;
}
.TagClassName
{
border-color: #CE09AC;
}
</style>