Shades of Deep Magenta #C120BC
Tints of Deep Magenta #C120BC
RGB
CMYK
RGB Variations
Color information
#C120BC (or 0xC120BC) is known color: Deep Magenta. HEX triplet: C1, 20 and BC. RGB value is (193,32,188). Sum of RGB (Red+Green+Blue) = 193+32+188=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C120BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120BC is #3EDF43. Grayscale: #616161. Windows color (decimal): -4120388 or 12329153. OLE color: 12329153.
HSL color Cylindrical-coordinate representation of color #C120BC: hue angle of 301.86º 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 #C120BC is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 188 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.24 |
| HSL | 301.86º | 0.72% | 0.44% | - |
| HSV(B) | 301.86º | 0.83% | 0.76% | - |
| XYZ | 31.59 | 16 | 49 | - |
| YUV | 97.92 | 178.84 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 188 | 0 | 0.83 | 0.03 | 0.24 | 301.86 | 0.72 | 0.44 |
| Hex | C1 | 20 | BC | 0 | 53 | 3 | 18 | 12E | 48 | 2C |
| Octal | 301 | 40 | 274 | 0 | 123 | 3 | 30 | 456 | 110 | 54 |
| Binary | 11000001 | 100000 | 10111100 | 0 | 1010011 | 11 | 11000 | 100101110 | 1001000 | 101100 |
Color Harmonies of #C120BC
Complementary color
Monochromatic Colors of #C120BC
Black with #C120BC
Text Example
Text Example
White with #C120BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120BC; }
p { color: rgb(193,32,188); }
H1.HeaderClassName
{
color: #C120BC;
}
.AnyTagClassName
{
color: #C120BC;
}
</style>
background-color css
<style>
a { background-color: #C120BC; }
a { background-color: rgb(193,32,188); }
div.DivClassName
{
background-color: #C120BC;
}
.BgClassName
{
background-color: #C120BC;
}
</style>
border-color css
<style>
span { border-color: #C120BC; }
span { border-color: rgb(193,32,188); }
td.TdClassName
{
border-color: #C120BC;
}
.TagClassName
{
border-color: #C120BC;
}
</style>