Shades of Deep Magenta #C113AC
Tints of Deep Magenta #C113AC
RGB
CMYK
RGB Variations
Color information
#C113AC (or 0xC113AC) is known color: Deep Magenta. HEX triplet: C1, 13 and AC. RGB value is (193,19,172). Sum of RGB (Red+Green+Blue) = 193+19+172=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C113AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113AC is #3EEC53. Grayscale: #585858. Windows color (decimal): -4123732 or 11277249. OLE color: 11277249.
HSL color Cylindrical-coordinate representation of color #C113AC: hue angle of 307.24º 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 #C113AC is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 172 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.24 |
| HSL | 307.24º | 0.82% | 0.42% | - |
| HSV(B) | 307.24º | 0.9% | 0.76% | - |
| XYZ | 29.67 | 14.78 | 40.32 | - |
| YUV | 88.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 172 | 0 | 0.90 | 0.11 | 0.24 | 307.24 | 0.82 | 0.42 |
| Hex | C1 | 13 | AC | 0 | 5A | B | 18 | 133 | 52 | 2A |
| Octal | 301 | 23 | 254 | 0 | 132 | 13 | 30 | 463 | 122 | 52 |
| Binary | 11000001 | 10011 | 10101100 | 0 | 1011010 | 1011 | 11000 | 100110011 | 1010010 | 101010 |
Color Harmonies of #C113AC
Complementary color
Monochromatic Colors of #C113AC
Black with #C113AC
Text Example
Text Example
White with #C113AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113AC; }
p { color: rgb(193,19,172); }
H1.HeaderClassName
{
color: #C113AC;
}
.AnyTagClassName
{
color: #C113AC;
}
</style>
background-color css
<style>
a { background-color: #C113AC; }
a { background-color: rgb(193,19,172); }
div.DivClassName
{
background-color: #C113AC;
}
.BgClassName
{
background-color: #C113AC;
}
</style>
border-color css
<style>
span { border-color: #C113AC; }
span { border-color: rgb(193,19,172); }
td.TdClassName
{
border-color: #C113AC;
}
.TagClassName
{
border-color: #C113AC;
}
</style>