Shades of Deep Magenta #C113BB
Tints of Deep Magenta #C113BB
RGB
CMYK
RGB Variations
Color information
#C113BB (or 0xC113BB) is known color: Deep Magenta. HEX triplet: C1, 13 and BB. RGB value is (193,19,187). Sum of RGB (Red+Green+Blue) = 193+19+187=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C113BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113BB is #3EEC44. Grayscale: #595959. Windows color (decimal): -4123717 or 12260289. OLE color: 12260289.
HSL color Cylindrical-coordinate representation of color #C113BB: hue angle of 302.07º 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 #C113BB is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 187 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.24 |
| HSL | 302.07º | 0.82% | 0.42% | - |
| HSV(B) | 302.07º | 0.9% | 0.76% | - |
| XYZ | 31.19 | 15.39 | 48.34 | - |
| YUV | 90.18 | 182.65 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 187 | 0 | 0.90 | 0.03 | 0.24 | 302.07 | 0.82 | 0.42 |
| Hex | C1 | 13 | BB | 0 | 5A | 3 | 18 | 12E | 52 | 2A |
| Octal | 301 | 23 | 273 | 0 | 132 | 3 | 30 | 456 | 122 | 52 |
| Binary | 11000001 | 10011 | 10111011 | 0 | 1011010 | 11 | 11000 | 100101110 | 1010010 | 101010 |
Color Harmonies of #C113BB
Complementary color
Monochromatic Colors of #C113BB
Black with #C113BB
Text Example
Text Example
White with #C113BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C113BB; }
p { color: rgb(193,19,187); }
H1.HeaderClassName
{
color: #C113BB;
}
.AnyTagClassName
{
color: #C113BB;
}
</style>
background-color css
<style>
a { background-color: #C113BB; }
a { background-color: rgb(193,19,187); }
div.DivClassName
{
background-color: #C113BB;
}
.BgClassName
{
background-color: #C113BB;
}
</style>
border-color css
<style>
span { border-color: #C113BB; }
span { border-color: rgb(193,19,187); }
td.TdClassName
{
border-color: #C113BB;
}
.TagClassName
{
border-color: #C113BB;
}
</style>