Shades of Deep Magenta #C009DD
Tints of Deep Magenta #C009DD
RGB
CMYK
RGB Variations
Color information
#C009DD (or 0xC009DD) is known color: Deep Magenta. HEX triplet: C0, 09 and DD. RGB value is (192,9,221). Sum of RGB (Red+Green+Blue) = 192+9+221=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #C009DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009DD is #3FF622. Grayscale: #575757. Windows color (decimal): -4191779 or 14485952. OLE color: 14485952.
HSL color Cylindrical-coordinate representation of color #C009DD: hue angle of 291.79º 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 #C009DD is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 9 | 221 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.13 |
| HSL | 291.79º | 0.92% | 0.45% | - |
| HSV(B) | 291.79º | 0.96% | 0.87% | - |
| XYZ | 34.89 | 16.62 | 69.78 | - |
| YUV | 87.89 | 203.13 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 221 | 0.13 | 0.96 | 0 | 0.13 | 291.79 | 0.92 | 0.45 |
| Hex | C0 | 9 | DD | D | 60 | 0 | D | 124 | 5C | 2D |
| Octal | 300 | 11 | 335 | 15 | 140 | 0 | 15 | 444 | 134 | 55 |
| Binary | 11000000 | 1001 | 11011101 | 1101 | 1100000 | 0 | 1101 | 100100100 | 1011100 | 101101 |
Color Harmonies of #C009DD
Complementary color
Monochromatic Colors of #C009DD
Black with #C009DD
Text Example
Text Example
White with #C009DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009DD; }
p { color: rgb(192,9,221); }
H1.HeaderClassName
{
color: #C009DD;
}
.AnyTagClassName
{
color: #C009DD;
}
</style>
background-color css
<style>
a { background-color: #C009DD; }
a { background-color: rgb(192,9,221); }
div.DivClassName
{
background-color: #C009DD;
}
.BgClassName
{
background-color: #C009DD;
}
</style>
border-color css
<style>
span { border-color: #C009DD; }
span { border-color: rgb(192,9,221); }
td.TdClassName
{
border-color: #C009DD;
}
.TagClassName
{
border-color: #C009DD;
}
</style>