Shades of Deep Magenta #C009BA
Tints of Deep Magenta #C009BA
RGB
CMYK
RGB Variations
Color information
#C009BA (or 0xC009BA) is known color: Deep Magenta. HEX triplet: C0, 09 and BA. RGB value is (192,9,186). Sum of RGB (Red+Green+Blue) = 192+9+186=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C009BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C009BA is #3FF645. Grayscale: #535353. Windows color (decimal): -4191814 or 12192192. OLE color: 12192192.
HSL color Cylindrical-coordinate representation of color #C009BA: hue angle of 301.97º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C009BA is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 186 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.25 |
| HSL | 301.97º | 0.91% | 0.39% | - |
| HSV(B) | 301.97º | 0.95% | 0.75% | - |
| XYZ | 30.7 | 14.95 | 47.72 | - |
| YUV | 83.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 186 | 0 | 0.95 | 0.03 | 0.25 | 301.97 | 0.91 | 0.39 |
| Hex | C0 | 9 | BA | 0 | 5F | 3 | 19 | 12E | 5B | 27 |
| Octal | 300 | 11 | 272 | 0 | 137 | 3 | 31 | 456 | 133 | 47 |
| Binary | 11000000 | 1001 | 10111010 | 0 | 1011111 | 11 | 11001 | 100101110 | 1011011 | 100111 |
Color Harmonies of #C009BA
Complementary color
Monochromatic Colors of #C009BA
Black with #C009BA
Text Example
Text Example
White with #C009BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009BA; }
p { color: rgb(192,9,186); }
H1.HeaderClassName
{
color: #C009BA;
}
.AnyTagClassName
{
color: #C009BA;
}
</style>
background-color css
<style>
a { background-color: #C009BA; }
a { background-color: rgb(192,9,186); }
div.DivClassName
{
background-color: #C009BA;
}
.BgClassName
{
background-color: #C009BA;
}
</style>
border-color css
<style>
span { border-color: #C009BA; }
span { border-color: rgb(192,9,186); }
td.TdClassName
{
border-color: #C009BA;
}
.TagClassName
{
border-color: #C009BA;
}
</style>