Shades of Deep Magenta #C115AB
Tints of Deep Magenta #C115AB
RGB
CMYK
RGB Variations
Color information
#C115AB (or 0xC115AB) is known color: Deep Magenta. HEX triplet: C1, 15 and AB. RGB value is (193,21,171). Sum of RGB (Red+Green+Blue) = 193+21+171=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C115AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C115AB is #3EEA54. Grayscale: #595959. Windows color (decimal): -4123221 or 11212225. OLE color: 11212225.
HSL color Cylindrical-coordinate representation of color #C115AB: hue angle of 307.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C115AB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 171 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.24 |
| HSL | 307.67º | 0.8% | 0.42% | - |
| HSV(B) | 307.67º | 0.89% | 0.76% | - |
| XYZ | 29.61 | 14.81 | 39.83 | - |
| YUV | 89.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 171 | 0 | 0.89 | 0.11 | 0.24 | 307.67 | 0.8 | 0.42 |
| Hex | C1 | 15 | AB | 0 | 59 | B | 18 | 134 | 50 | 2A |
| Octal | 301 | 25 | 253 | 0 | 131 | 13 | 30 | 464 | 120 | 52 |
| Binary | 11000001 | 10101 | 10101011 | 0 | 1011001 | 1011 | 11000 | 100110100 | 1010000 | 101010 |
Color Harmonies of #C115AB
Complementary color
Monochromatic Colors of #C115AB
Black with #C115AB
Text Example
Text Example
White with #C115AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115AB; }
p { color: rgb(193,21,171); }
H1.HeaderClassName
{
color: #C115AB;
}
.AnyTagClassName
{
color: #C115AB;
}
</style>
background-color css
<style>
a { background-color: #C115AB; }
a { background-color: rgb(193,21,171); }
div.DivClassName
{
background-color: #C115AB;
}
.BgClassName
{
background-color: #C115AB;
}
</style>
border-color css
<style>
span { border-color: #C115AB; }
span { border-color: rgb(193,21,171); }
td.TdClassName
{
border-color: #C115AB;
}
.TagClassName
{
border-color: #C115AB;
}
</style>