Shades of Deep Magenta #C009CC
Tints of Deep Magenta #C009CC
RGB
CMYK
RGB Variations
Color information
#C009CC (or 0xC009CC) is known color: Deep Magenta. HEX triplet: C0, 09 and CC. RGB value is (192,9,204). Sum of RGB (Red+Green+Blue) = 192+9+204=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #C009CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009CC is #3FF633. Grayscale: #555555. Windows color (decimal): -4191796 or 13371840. OLE color: 13371840.
HSL color Cylindrical-coordinate representation of color #C009CC: hue angle of 296.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009CC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 9 | 204 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.2 |
| HSL | 296.31º | 0.92% | 0.42% | - |
| HSV(B) | 296.31º | 0.96% | 0.8% | - |
| XYZ | 32.74 | 15.76 | 58.44 | - |
| YUV | 85.95 | 194.63 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 204 | 0.06 | 0.96 | 0 | 0.2 | 296.31 | 0.92 | 0.42 |
| Hex | C0 | 9 | CC | 6 | 60 | 0 | 14 | 128 | 5C | 2A |
| Octal | 300 | 11 | 314 | 6 | 140 | 0 | 24 | 450 | 134 | 52 |
| Binary | 11000000 | 1001 | 11001100 | 110 | 1100000 | 0 | 10100 | 100101000 | 1011100 | 101010 |
Color Harmonies of #C009CC
Complementary color
Monochromatic Colors of #C009CC
Black with #C009CC
Text Example
Text Example
White with #C009CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009CC; }
p { color: rgb(192,9,204); }
H1.HeaderClassName
{
color: #C009CC;
}
.AnyTagClassName
{
color: #C009CC;
}
</style>
background-color css
<style>
a { background-color: #C009CC; }
a { background-color: rgb(192,9,204); }
div.DivClassName
{
background-color: #C009CC;
}
.BgClassName
{
background-color: #C009CC;
}
</style>
border-color css
<style>
span { border-color: #C009CC; }
span { border-color: rgb(192,9,204); }
td.TdClassName
{
border-color: #C009CC;
}
.TagClassName
{
border-color: #C009CC;
}
</style>