Shades of Deep Magenta #C113AE
Tints of Deep Magenta #C113AE
RGB
CMYK
RGB Variations
Color information
#C113AE (or 0xC113AE) is known color: Deep Magenta. HEX triplet: C1, 13 and AE. RGB value is (193,19,174). Sum of RGB (Red+Green+Blue) = 193+19+174=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C113AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113AE is #3EEC51. Grayscale: #585858. Windows color (decimal): -4123730 or 11408321. OLE color: 11408321.
HSL color Cylindrical-coordinate representation of color #C113AE: hue angle of 306.55º 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 #C113AE is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 174 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.24 |
| HSL | 306.55º | 0.82% | 0.42% | - |
| HSV(B) | 306.55º | 0.9% | 0.76% | - |
| XYZ | 29.87 | 14.86 | 41.34 | - |
| YUV | 88.7 | 176.15 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 174 | 0 | 0.90 | 0.10 | 0.24 | 306.55 | 0.82 | 0.42 |
| Hex | C1 | 13 | AE | 0 | 5A | A | 18 | 133 | 52 | 2A |
| Octal | 301 | 23 | 256 | 0 | 132 | 12 | 30 | 463 | 122 | 52 |
| Binary | 11000001 | 10011 | 10101110 | 0 | 1011010 | 1010 | 11000 | 100110011 | 1010010 | 101010 |
Color Harmonies of #C113AE
Complementary color
Monochromatic Colors of #C113AE
Black with #C113AE
Text Example
Text Example
White with #C113AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113AE; }
p { color: rgb(193,19,174); }
H1.HeaderClassName
{
color: #C113AE;
}
.AnyTagClassName
{
color: #C113AE;
}
</style>
background-color css
<style>
a { background-color: #C113AE; }
a { background-color: rgb(193,19,174); }
div.DivClassName
{
background-color: #C113AE;
}
.BgClassName
{
background-color: #C113AE;
}
</style>
border-color css
<style>
span { border-color: #C113AE; }
span { border-color: rgb(193,19,174); }
td.TdClassName
{
border-color: #C113AE;
}
.TagClassName
{
border-color: #C113AE;
}
</style>