Shades of Deep Magenta #CE09CB
Tints of Deep Magenta #CE09CB
RGB
CMYK
RGB Variations
Color information
#CE09CB (or 0xCE09CB) is known color: Deep Magenta. HEX triplet: CE, 09 and CB. RGB value is (206,9,203). Sum of RGB (Red+Green+Blue) = 206+9+203=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09CB is #31F634. Grayscale: #595959. Windows color (decimal): -3274293 or 13306318. OLE color: 13306318.
HSL color Cylindrical-coordinate representation of color #CE09CB: hue angle of 300.91º 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 #CE09CB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.19 |
| HSL | 300.91º | 0.92% | 0.42% | - |
| HSV(B) | 300.91º | 0.96% | 0.81% | - |
| XYZ | 36.33 | 17.63 | 57.99 | - |
| YUV | 90.02 | 191.77 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 203 | 0 | 0.96 | 0.01 | 0.19 | 300.91 | 0.92 | 0.42 |
| Hex | CE | 9 | CB | 0 | 60 | 1 | 13 | 12D | 5C | 2A |
| Octal | 316 | 11 | 313 | 0 | 140 | 1 | 23 | 455 | 134 | 52 |
| Binary | 11001110 | 1001 | 11001011 | 0 | 1100000 | 1 | 10011 | 100101101 | 1011100 | 101010 |
Color Harmonies of #CE09CB
Complementary color
Monochromatic Colors of #CE09CB
Black with #CE09CB
Text Example
Text Example
White with #CE09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09CB; }
p { color: rgb(206,9,203); }
H1.HeaderClassName
{
color: #CE09CB;
}
.AnyTagClassName
{
color: #CE09CB;
}
</style>
background-color css
<style>
a { background-color: #CE09CB; }
a { background-color: rgb(206,9,203); }
div.DivClassName
{
background-color: #CE09CB;
}
.BgClassName
{
background-color: #CE09CB;
}
</style>
border-color css
<style>
span { border-color: #CE09CB; }
span { border-color: rgb(206,9,203); }
td.TdClassName
{
border-color: #CE09CB;
}
.TagClassName
{
border-color: #CE09CB;
}
</style>