Shades of Deep Magenta #CE09CA
Tints of Deep Magenta #CE09CA
RGB
CMYK
RGB Variations
Color information
#CE09CA (or 0xCE09CA) is known color: Deep Magenta. HEX triplet: CE, 09 and CA. RGB value is (206,9,202). Sum of RGB (Red+Green+Blue) = 206+9+202=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09CA is #31F635. Grayscale: #595959. Windows color (decimal): -3274294 or 13240782. OLE color: 13240782.
HSL color Cylindrical-coordinate representation of color #CE09CA: hue angle of 301.22º 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 #CE09CA is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 202 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.19 |
| HSL | 301.22º | 0.92% | 0.42% | - |
| HSV(B) | 301.22º | 0.96% | 0.81% | - |
| XYZ | 36.21 | 17.58 | 57.36 | - |
| YUV | 89.91 | 191.27 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 202 | 0 | 0.96 | 0.02 | 0.19 | 301.22 | 0.92 | 0.42 |
| Hex | CE | 9 | CA | 0 | 60 | 2 | 13 | 12D | 5C | 2A |
| Octal | 316 | 11 | 312 | 0 | 140 | 2 | 23 | 455 | 134 | 52 |
| Binary | 11001110 | 1001 | 11001010 | 0 | 1100000 | 10 | 10011 | 100101101 | 1011100 | 101010 |
Color Harmonies of #CE09CA
Complementary color
Monochromatic Colors of #CE09CA
Black with #CE09CA
Text Example
Text Example
White with #CE09CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09CA; }
p { color: rgb(206,9,202); }
H1.HeaderClassName
{
color: #CE09CA;
}
.AnyTagClassName
{
color: #CE09CA;
}
</style>
background-color css
<style>
a { background-color: #CE09CA; }
a { background-color: rgb(206,9,202); }
div.DivClassName
{
background-color: #CE09CA;
}
.BgClassName
{
background-color: #CE09CA;
}
</style>
border-color css
<style>
span { border-color: #CE09CA; }
span { border-color: rgb(206,9,202); }
td.TdClassName
{
border-color: #CE09CA;
}
.TagClassName
{
border-color: #CE09CA;
}
</style>