Shades of Deep Magenta #CE09CD
Tints of Deep Magenta #CE09CD
RGB
CMYK
RGB Variations
Color information
#CE09CD (or 0xCE09CD) is known color: Deep Magenta. HEX triplet: CE, 09 and CD. RGB value is (206,9,205). Sum of RGB (Red+Green+Blue) = 206+9+205=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE09CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE09CD is #31F632. Grayscale: #595959. Windows color (decimal): -3274291 or 13437390. OLE color: 13437390.
HSL color Cylindrical-coordinate representation of color #CE09CD: hue angle of 300.3º 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 #CE09CD is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 9 | 205 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.19 |
| HSL | 300.3º | 0.92% | 0.42% | - |
| HSV(B) | 300.3º | 0.96% | 0.81% | - |
| XYZ | 36.57 | 17.72 | 59.25 | - |
| YUV | 90.25 | 192.77 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 9 | 205 | 0 | 0.96 | 0.00 | 0.19 | 300.3 | 0.92 | 0.42 |
| Hex | CE | 9 | CD | 0 | 60 | 0 | 13 | 12C | 5C | 2A |
| Octal | 316 | 11 | 315 | 0 | 140 | 0 | 23 | 454 | 134 | 52 |
| Binary | 11001110 | 1001 | 11001101 | 0 | 1100000 | 0 | 10011 | 100101100 | 1011100 | 101010 |
Color Harmonies of #CE09CD
Complementary color
Monochromatic Colors of #CE09CD
Black with #CE09CD
Text Example
Text Example
White with #CE09CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE09CD; }
p { color: rgb(206,9,205); }
H1.HeaderClassName
{
color: #CE09CD;
}
.AnyTagClassName
{
color: #CE09CD;
}
</style>
background-color css
<style>
a { background-color: #CE09CD; }
a { background-color: rgb(206,9,205); }
div.DivClassName
{
background-color: #CE09CD;
}
.BgClassName
{
background-color: #CE09CD;
}
</style>
border-color css
<style>
span { border-color: #CE09CD; }
span { border-color: rgb(206,9,205); }
td.TdClassName
{
border-color: #CE09CD;
}
.TagClassName
{
border-color: #CE09CD;
}
</style>