Shades of Deep Magenta #C113AB
Tints of Deep Magenta #C113AB
RGB
CMYK
RGB Variations
Color information
#C113AB (or 0xC113AB) is known color: Deep Magenta. HEX triplet: C1, 13 and AB. RGB value is (193,19,171). Sum of RGB (Red+Green+Blue) = 193+19+171=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C113AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C113AB is #3EEC54. Grayscale: #575757. Windows color (decimal): -4123733 or 11211713. OLE color: 11211713.
HSL color Cylindrical-coordinate representation of color #C113AB: hue angle of 307.59º 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 #C113AB is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 171 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.24 |
| HSL | 307.59º | 0.82% | 0.42% | - |
| HSV(B) | 307.59º | 0.9% | 0.76% | - |
| XYZ | 29.58 | 14.74 | 39.82 | - |
| YUV | 88.35 | 174.65 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 171 | 0 | 0.90 | 0.11 | 0.24 | 307.59 | 0.82 | 0.42 |
| Hex | C1 | 13 | AB | 0 | 5A | B | 18 | 134 | 52 | 2A |
| Octal | 301 | 23 | 253 | 0 | 132 | 13 | 30 | 464 | 122 | 52 |
| Binary | 11000001 | 10011 | 10101011 | 0 | 1011010 | 1011 | 11000 | 100110100 | 1010010 | 101010 |
Color Harmonies of #C113AB
Complementary color
Monochromatic Colors of #C113AB
Black with #C113AB
Text Example
Text Example
White with #C113AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113AB; }
p { color: rgb(193,19,171); }
H1.HeaderClassName
{
color: #C113AB;
}
.AnyTagClassName
{
color: #C113AB;
}
</style>
background-color css
<style>
a { background-color: #C113AB; }
a { background-color: rgb(193,19,171); }
div.DivClassName
{
background-color: #C113AB;
}
.BgClassName
{
background-color: #C113AB;
}
</style>
border-color css
<style>
span { border-color: #C113AB; }
span { border-color: rgb(193,19,171); }
td.TdClassName
{
border-color: #C113AB;
}
.TagClassName
{
border-color: #C113AB;
}
</style>