Shades of Deep Magenta #C120BA
Tints of Deep Magenta #C120BA
RGB
CMYK
RGB Variations
Color information
#C120BA (or 0xC120BA) is known color: Deep Magenta. HEX triplet: C1, 20 and BA. RGB value is (193,32,186). Sum of RGB (Red+Green+Blue) = 193+32+186=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C120BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120BA is #3EDF45. Grayscale: #616161. Windows color (decimal): -4120390 or 12198081. OLE color: 12198081.
HSL color Cylindrical-coordinate representation of color #C120BA: hue angle of 302.61º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C120BA is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 186 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.24 |
| HSL | 302.61º | 0.72% | 0.44% | - |
| HSV(B) | 302.61º | 0.83% | 0.76% | - |
| XYZ | 31.37 | 15.92 | 47.87 | - |
| YUV | 97.7 | 177.84 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 186 | 0 | 0.83 | 0.04 | 0.24 | 302.61 | 0.72 | 0.44 |
| Hex | C1 | 20 | BA | 0 | 53 | 4 | 18 | 12F | 48 | 2C |
| Octal | 301 | 40 | 272 | 0 | 123 | 4 | 30 | 457 | 110 | 54 |
| Binary | 11000001 | 100000 | 10111010 | 0 | 1010011 | 100 | 11000 | 100101111 | 1001000 | 101100 |
Color Harmonies of #C120BA
Complementary color
Monochromatic Colors of #C120BA
Black with #C120BA
Text Example
Text Example
White with #C120BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120BA; }
p { color: rgb(193,32,186); }
H1.HeaderClassName
{
color: #C120BA;
}
.AnyTagClassName
{
color: #C120BA;
}
</style>
background-color css
<style>
a { background-color: #C120BA; }
a { background-color: rgb(193,32,186); }
div.DivClassName
{
background-color: #C120BA;
}
.BgClassName
{
background-color: #C120BA;
}
</style>
border-color css
<style>
span { border-color: #C120BA; }
span { border-color: rgb(193,32,186); }
td.TdClassName
{
border-color: #C120BA;
}
.TagClassName
{
border-color: #C120BA;
}
</style>