Shades of Deep Magenta #C009D8
Tints of Deep Magenta #C009D8
RGB
CMYK
RGB Variations
Color information
#C009D8 (or 0xC009D8) is known color: Deep Magenta. HEX triplet: C0, 09 and D8. RGB value is (192,9,216). Sum of RGB (Red+Green+Blue) = 192+9+216=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 216 (84.77% from 255 or 51.80% from 417); Max value from RGB is 216 - color contains mainly: blue. Hex color #C009D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009D8 is #3FF627. Grayscale: #565656. Windows color (decimal): -4191784 or 14158272. OLE color: 14158272.
HSL color Cylindrical-coordinate representation of color #C009D8: hue angle of 293.04º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009D8 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 9 | 216 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.15 |
| HSL | 293.04º | 0.92% | 0.44% | - |
| HSV(B) | 293.04º | 0.96% | 0.85% | - |
| XYZ | 34.23 | 16.36 | 66.32 | - |
| YUV | 87.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 216 | 0.11 | 0.96 | 0 | 0.15 | 293.04 | 0.92 | 0.44 |
| Hex | C0 | 9 | D8 | B | 60 | 0 | F | 125 | 5C | 2C |
| Octal | 300 | 11 | 330 | 13 | 140 | 0 | 17 | 445 | 134 | 54 |
| Binary | 11000000 | 1001 | 11011000 | 1011 | 1100000 | 0 | 1111 | 100100101 | 1011100 | 101100 |
Color Harmonies of #C009D8
Complementary color
Monochromatic Colors of #C009D8
Black with #C009D8
Text Example
Text Example
White with #C009D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009D8; }
p { color: rgb(192,9,216); }
H1.HeaderClassName
{
color: #C009D8;
}
.AnyTagClassName
{
color: #C009D8;
}
</style>
background-color css
<style>
a { background-color: #C009D8; }
a { background-color: rgb(192,9,216); }
div.DivClassName
{
background-color: #C009D8;
}
.BgClassName
{
background-color: #C009D8;
}
</style>
border-color css
<style>
span { border-color: #C009D8; }
span { border-color: rgb(192,9,216); }
td.TdClassName
{
border-color: #C009D8;
}
.TagClassName
{
border-color: #C009D8;
}
</style>