Shades of Deep Magenta #C113AA
Tints of Deep Magenta #C113AA
RGB
CMYK
RGB Variations
Color information
#C113AA (or 0xC113AA) is known color: Deep Magenta. HEX triplet: C1, 13 and AA. RGB value is (193,19,170). Sum of RGB (Red+Green+Blue) = 193+19+170=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C113AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113AA is #3EEC55. Grayscale: #575757. Windows color (decimal): -4123734 or 11146177. OLE color: 11146177.
HSL color Cylindrical-coordinate representation of color #C113AA: hue angle of 307.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C113AA is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 170 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.24 |
| HSL | 307.93º | 0.82% | 0.42% | - |
| HSV(B) | 307.93º | 0.9% | 0.76% | - |
| XYZ | 29.48 | 14.71 | 39.31 | - |
| YUV | 88.24 | 174.15 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 170 | 0 | 0.90 | 0.12 | 0.24 | 307.93 | 0.82 | 0.42 |
| Hex | C1 | 13 | AA | 0 | 5A | C | 18 | 134 | 52 | 2A |
| Octal | 301 | 23 | 252 | 0 | 132 | 14 | 30 | 464 | 122 | 52 |
| Binary | 11000001 | 10011 | 10101010 | 0 | 1011010 | 1100 | 11000 | 100110100 | 1010010 | 101010 |
Color Harmonies of #C113AA
Complementary color
Monochromatic Colors of #C113AA
Black with #C113AA
Text Example
Text Example
White with #C113AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113AA; }
p { color: rgb(193,19,170); }
H1.HeaderClassName
{
color: #C113AA;
}
.AnyTagClassName
{
color: #C113AA;
}
</style>
background-color css
<style>
a { background-color: #C113AA; }
a { background-color: rgb(193,19,170); }
div.DivClassName
{
background-color: #C113AA;
}
.BgClassName
{
background-color: #C113AA;
}
</style>
border-color css
<style>
span { border-color: #C113AA; }
span { border-color: rgb(193,19,170); }
td.TdClassName
{
border-color: #C113AA;
}
.TagClassName
{
border-color: #C113AA;
}
</style>