Shades of Deep Magenta #C010BA
Tints of Deep Magenta #C010BA
RGB
CMYK
RGB Variations
Color information
#C010BA (or 0xC010BA) is known color: Deep Magenta. HEX triplet: C0, 10 and BA. RGB value is (192,16,186). Sum of RGB (Red+Green+Blue) = 192+16+186=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C010BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010BA is #3FEF45. Grayscale: #575757. Windows color (decimal): -4190022 or 12193984. OLE color: 12193984.
HSL color Cylindrical-coordinate representation of color #C010BA: hue angle of 302.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010BA is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 186 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.25 |
| HSL | 302.05º | 0.85% | 0.41% | - |
| HSV(B) | 302.05º | 0.92% | 0.75% | - |
| XYZ | 30.79 | 15.12 | 47.75 | - |
| YUV | 88 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 186 | 0 | 0.92 | 0.03 | 0.25 | 302.05 | 0.85 | 0.41 |
| Hex | C0 | 10 | BA | 0 | 5C | 3 | 19 | 12E | 55 | 29 |
| Octal | 300 | 20 | 272 | 0 | 134 | 3 | 31 | 456 | 125 | 51 |
| Binary | 11000000 | 10000 | 10111010 | 0 | 1011100 | 11 | 11001 | 100101110 | 1010101 | 101001 |
Color Harmonies of #C010BA
Complementary color
Monochromatic Colors of #C010BA
Black with #C010BA
Text Example
Text Example
White with #C010BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010BA; }
p { color: rgb(192,16,186); }
H1.HeaderClassName
{
color: #C010BA;
}
.AnyTagClassName
{
color: #C010BA;
}
</style>
background-color css
<style>
a { background-color: #C010BA; }
a { background-color: rgb(192,16,186); }
div.DivClassName
{
background-color: #C010BA;
}
.BgClassName
{
background-color: #C010BA;
}
</style>
border-color css
<style>
span { border-color: #C010BA; }
span { border-color: rgb(192,16,186); }
td.TdClassName
{
border-color: #C010BA;
}
.TagClassName
{
border-color: #C010BA;
}
</style>