Shades of Deep Magenta #C120AF
Tints of Deep Magenta #C120AF
RGB
CMYK
RGB Variations
Color information
#C120AF (or 0xC120AF) is known color: Deep Magenta. HEX triplet: C1, 20 and AF. RGB value is (193,32,175). Sum of RGB (Red+Green+Blue) = 193+32+175=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C120AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C120AF is #3EDF50. Grayscale: #606060. Windows color (decimal): -4120401 or 11477185. OLE color: 11477185.
HSL color Cylindrical-coordinate representation of color #C120AF: hue angle of 306.71º 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 #C120AF is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 175 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.24 |
| HSL | 306.71º | 0.72% | 0.44% | - |
| HSV(B) | 306.71º | 0.83% | 0.76% | - |
| XYZ | 30.25 | 15.47 | 41.95 | - |
| YUV | 96.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 175 | 0 | 0.83 | 0.09 | 0.24 | 306.71 | 0.72 | 0.44 |
| Hex | C1 | 20 | AF | 0 | 53 | 9 | 18 | 133 | 48 | 2C |
| Octal | 301 | 40 | 257 | 0 | 123 | 11 | 30 | 463 | 110 | 54 |
| Binary | 11000001 | 100000 | 10101111 | 0 | 1010011 | 1001 | 11000 | 100110011 | 1001000 | 101100 |
Color Harmonies of #C120AF
Complementary color
Monochromatic Colors of #C120AF
Black with #C120AF
Text Example
Text Example
White with #C120AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120AF; }
p { color: rgb(193,32,175); }
H1.HeaderClassName
{
color: #C120AF;
}
.AnyTagClassName
{
color: #C120AF;
}
</style>
background-color css
<style>
a { background-color: #C120AF; }
a { background-color: rgb(193,32,175); }
div.DivClassName
{
background-color: #C120AF;
}
.BgClassName
{
background-color: #C120AF;
}
</style>
border-color css
<style>
span { border-color: #C120AF; }
span { border-color: rgb(193,32,175); }
td.TdClassName
{
border-color: #C120AF;
}
.TagClassName
{
border-color: #C120AF;
}
</style>