Shades of Deep Magenta #C009CE
Tints of Deep Magenta #C009CE
RGB
CMYK
RGB Variations
Color information
#C009CE (or 0xC009CE) is known color: Deep Magenta. HEX triplet: C0, 09 and CE. RGB value is (192,9,206). Sum of RGB (Red+Green+Blue) = 192+9+206=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #C009CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009CE is #3FF631. Grayscale: #555555. Windows color (decimal): -4191794 or 13502912. OLE color: 13502912.
HSL color Cylindrical-coordinate representation of color #C009CE: hue angle of 295.74º 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 #C009CE is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 9 | 206 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.19 |
| HSL | 295.74º | 0.92% | 0.42% | - |
| HSV(B) | 295.74º | 0.96% | 0.81% | - |
| XYZ | 32.98 | 15.86 | 59.72 | - |
| YUV | 86.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 206 | 0.07 | 0.96 | 0 | 0.19 | 295.74 | 0.92 | 0.42 |
| Hex | C0 | 9 | CE | 7 | 60 | 0 | 13 | 128 | 5C | 2A |
| Octal | 300 | 11 | 316 | 7 | 140 | 0 | 23 | 450 | 134 | 52 |
| Binary | 11000000 | 1001 | 11001110 | 111 | 1100000 | 0 | 10011 | 100101000 | 1011100 | 101010 |
Color Harmonies of #C009CE
Complementary color
Monochromatic Colors of #C009CE
Black with #C009CE
Text Example
Text Example
White with #C009CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009CE; }
p { color: rgb(192,9,206); }
H1.HeaderClassName
{
color: #C009CE;
}
.AnyTagClassName
{
color: #C009CE;
}
</style>
background-color css
<style>
a { background-color: #C009CE; }
a { background-color: rgb(192,9,206); }
div.DivClassName
{
background-color: #C009CE;
}
.BgClassName
{
background-color: #C009CE;
}
</style>
border-color css
<style>
span { border-color: #C009CE; }
span { border-color: rgb(192,9,206); }
td.TdClassName
{
border-color: #C009CE;
}
.TagClassName
{
border-color: #C009CE;
}
</style>