Shades of Deep Magenta #CE09BC
Tints of Deep Magenta #CE09BC
RGB
CMYK
RGB Variations
Color information
#CE09BC (or 0xCE09BC) is known color: Deep Magenta. HEX triplet: CE, 09 and BC. RGB value is (206,9,188). Sum of RGB (Red+Green+Blue) = 206+9+188=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09BC is #31F643. Grayscale: #575757. Windows color (decimal): -3274308 or 12323278. OLE color: 12323278.
HSL color Cylindrical-coordinate representation of color #CE09BC: hue angle of 305.48º 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 #CE09BC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.19 |
| HSL | 305.48º | 0.92% | 0.42% | - |
| HSV(B) | 305.48º | 0.96% | 0.81% | - |
| XYZ | 34.63 | 16.95 | 49.02 | - |
| YUV | 88.31 | 184.27 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 188 | 0 | 0.96 | 0.09 | 0.19 | 305.48 | 0.92 | 0.42 |
| Hex | CE | 9 | BC | 0 | 60 | 9 | 13 | 131 | 5C | 2A |
| Octal | 316 | 11 | 274 | 0 | 140 | 11 | 23 | 461 | 134 | 52 |
| Binary | 11001110 | 1001 | 10111100 | 0 | 1100000 | 1001 | 10011 | 100110001 | 1011100 | 101010 |
Color Harmonies of #CE09BC
Complementary color
Monochromatic Colors of #CE09BC
Black with #CE09BC
Text Example
Text Example
White with #CE09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09BC; }
p { color: rgb(206,9,188); }
H1.HeaderClassName
{
color: #CE09BC;
}
.AnyTagClassName
{
color: #CE09BC;
}
</style>
background-color css
<style>
a { background-color: #CE09BC; }
a { background-color: rgb(206,9,188); }
div.DivClassName
{
background-color: #CE09BC;
}
.BgClassName
{
background-color: #CE09BC;
}
</style>
border-color css
<style>
span { border-color: #CE09BC; }
span { border-color: rgb(206,9,188); }
td.TdClassName
{
border-color: #CE09BC;
}
.TagClassName
{
border-color: #CE09BC;
}
</style>