Shades of Deep Magenta #C115BA
Tints of Deep Magenta #C115BA
RGB
CMYK
RGB Variations
Color information
#C115BA (or 0xC115BA) is known color: Deep Magenta. HEX triplet: C1, 15 and BA. RGB value is (193,21,186). Sum of RGB (Red+Green+Blue) = 193+21+186=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C115BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115BA is #3EEA45. Grayscale: #5A5A5A. Windows color (decimal): -4123206 or 12195265. OLE color: 12195265.
HSL color Cylindrical-coordinate representation of color #C115BA: hue angle of 302.44º 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 #C115BA is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 186 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.24 |
| HSL | 302.44º | 0.8% | 0.42% | - |
| HSV(B) | 302.44º | 0.89% | 0.76% | - |
| XYZ | 31.12 | 15.42 | 47.79 | - |
| YUV | 91.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 186 | 0 | 0.89 | 0.04 | 0.24 | 302.44 | 0.8 | 0.42 |
| Hex | C1 | 15 | BA | 0 | 59 | 4 | 18 | 12E | 50 | 2A |
| Octal | 301 | 25 | 272 | 0 | 131 | 4 | 30 | 456 | 120 | 52 |
| Binary | 11000001 | 10101 | 10111010 | 0 | 1011001 | 100 | 11000 | 100101110 | 1010000 | 101010 |
Color Harmonies of #C115BA
Complementary color
Monochromatic Colors of #C115BA
Black with #C115BA
Text Example
Text Example
White with #C115BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C115BA; }
p { color: rgb(193,21,186); }
H1.HeaderClassName
{
color: #C115BA;
}
.AnyTagClassName
{
color: #C115BA;
}
</style>
background-color css
<style>
a { background-color: #C115BA; }
a { background-color: rgb(193,21,186); }
div.DivClassName
{
background-color: #C115BA;
}
.BgClassName
{
background-color: #C115BA;
}
</style>
border-color css
<style>
span { border-color: #C115BA; }
span { border-color: rgb(193,21,186); }
td.TdClassName
{
border-color: #C115BA;
}
.TagClassName
{
border-color: #C115BA;
}
</style>