Shades of Deep Magenta #C120C0
Tints of Deep Magenta #C120C0
RGB
CMYK
RGB Variations
Color information
#C120C0 (or 0xC120C0) is known color: Deep Magenta. HEX triplet: C1, 20 and C0. RGB value is (193,32,192). Sum of RGB (Red+Green+Blue) = 193+32+192=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C120C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120C0 is #3EDF3F. Grayscale: #616161. Windows color (decimal): -4120384 or 12591297. OLE color: 12591297.
HSL color Cylindrical-coordinate representation of color #C120C0: hue angle of 300.37º 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 #C120C0 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 192 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.24 |
| HSL | 300.37º | 0.72% | 0.44% | - |
| HSV(B) | 300.37º | 0.83% | 0.76% | - |
| XYZ | 32.02 | 16.18 | 51.3 | - |
| YUV | 98.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 192 | 0 | 0.83 | 0.01 | 0.24 | 300.37 | 0.72 | 0.44 |
| Hex | C1 | 20 | C0 | 0 | 53 | 1 | 18 | 12C | 48 | 2C |
| Octal | 301 | 40 | 300 | 0 | 123 | 1 | 30 | 454 | 110 | 54 |
| Binary | 11000001 | 100000 | 11000000 | 0 | 1010011 | 1 | 11000 | 100101100 | 1001000 | 101100 |
Color Harmonies of #C120C0
Complementary color
Monochromatic Colors of #C120C0
Black with #C120C0
Text Example
Text Example
White with #C120C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120C0; }
p { color: rgb(193,32,192); }
H1.HeaderClassName
{
color: #C120C0;
}
.AnyTagClassName
{
color: #C120C0;
}
</style>
background-color css
<style>
a { background-color: #C120C0; }
a { background-color: rgb(193,32,192); }
div.DivClassName
{
background-color: #C120C0;
}
.BgClassName
{
background-color: #C120C0;
}
</style>
border-color css
<style>
span { border-color: #C120C0; }
span { border-color: rgb(193,32,192); }
td.TdClassName
{
border-color: #C120C0;
}
.TagClassName
{
border-color: #C120C0;
}
</style>