Shades of Deep Magenta #C112AA
Tints of Deep Magenta #C112AA
RGB
CMYK
RGB Variations
Color information
#C112AA (or 0xC112AA) is known color: Deep Magenta. HEX triplet: C1, 12 and AA. RGB value is (193,18,170). Sum of RGB (Red+Green+Blue) = 193+18+170=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C112AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112AA is #3EED55. Grayscale: #575757. Windows color (decimal): -4123990 or 11145921. OLE color: 11145921.
HSL color Cylindrical-coordinate representation of color #C112AA: hue angle of 307.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C112AA is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 170 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.24 |
| HSL | 307.89º | 0.83% | 0.41% | - |
| HSV(B) | 307.89º | 0.91% | 0.76% | - |
| XYZ | 29.46 | 14.67 | 39.31 | - |
| YUV | 87.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 170 | 0 | 0.91 | 0.12 | 0.24 | 307.89 | 0.83 | 0.41 |
| Hex | C1 | 12 | AA | 0 | 5B | C | 18 | 134 | 53 | 29 |
| Octal | 301 | 22 | 252 | 0 | 133 | 14 | 30 | 464 | 123 | 51 |
| Binary | 11000001 | 10010 | 10101010 | 0 | 1011011 | 1100 | 11000 | 100110100 | 1010011 | 101001 |
Color Harmonies of #C112AA
Complementary color
Monochromatic Colors of #C112AA
Black with #C112AA
Text Example
Text Example
White with #C112AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C112AA; }
p { color: rgb(193,18,170); }
H1.HeaderClassName
{
color: #C112AA;
}
.AnyTagClassName
{
color: #C112AA;
}
</style>
background-color css
<style>
a { background-color: #C112AA; }
a { background-color: rgb(193,18,170); }
div.DivClassName
{
background-color: #C112AA;
}
.BgClassName
{
background-color: #C112AA;
}
</style>
border-color css
<style>
span { border-color: #C112AA; }
span { border-color: rgb(193,18,170); }
td.TdClassName
{
border-color: #C112AA;
}
.TagClassName
{
border-color: #C112AA;
}
</style>