Shades of Deep Magenta #C009DE
Tints of Deep Magenta #C009DE
RGB
CMYK
RGB Variations
Color information
#C009DE (or 0xC009DE) is known color: Deep Magenta. HEX triplet: C0, 09 and DE. RGB value is (192,9,222). Sum of RGB (Red+Green+Blue) = 192+9+222=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #C009DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009DE is #3FF621. Grayscale: #575757. Windows color (decimal): -4191778 or 14551488. OLE color: 14551488.
HSL color Cylindrical-coordinate representation of color #C009DE: hue angle of 291.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009DE is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 9 | 222 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.13 |
| HSL | 291.55º | 0.92% | 0.45% | - |
| HSV(B) | 291.55º | 0.96% | 0.87% | - |
| XYZ | 35.02 | 16.68 | 70.48 | - |
| YUV | 88 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 222 | 0.14 | 0.96 | 0 | 0.13 | 291.55 | 0.92 | 0.45 |
| Hex | C0 | 9 | DE | E | 60 | 0 | D | 124 | 5C | 2D |
| Octal | 300 | 11 | 336 | 16 | 140 | 0 | 15 | 444 | 134 | 55 |
| Binary | 11000000 | 1001 | 11011110 | 1110 | 1100000 | 0 | 1101 | 100100100 | 1011100 | 101101 |
Color Harmonies of #C009DE
Complementary color
Monochromatic Colors of #C009DE
Black with #C009DE
Text Example
Text Example
White with #C009DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009DE; }
p { color: rgb(192,9,222); }
H1.HeaderClassName
{
color: #C009DE;
}
.AnyTagClassName
{
color: #C009DE;
}
</style>
background-color css
<style>
a { background-color: #C009DE; }
a { background-color: rgb(192,9,222); }
div.DivClassName
{
background-color: #C009DE;
}
.BgClassName
{
background-color: #C009DE;
}
</style>
border-color css
<style>
span { border-color: #C009DE; }
span { border-color: rgb(192,9,222); }
td.TdClassName
{
border-color: #C009DE;
}
.TagClassName
{
border-color: #C009DE;
}
</style>