Shades of Deep Magenta #C105BA
Tints of Deep Magenta #C105BA
RGB
CMYK
RGB Variations
Color information
#C105BA (or 0xC105BA) is known color: Deep Magenta. HEX triplet: C1, 05 and BA. RGB value is (193,5,186). Sum of RGB (Red+Green+Blue) = 193+5+186=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C105BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105BA is #3EFA45. Grayscale: #515151. Windows color (decimal): -4127302 or 12191169. OLE color: 12191169.
HSL color Cylindrical-coordinate representation of color #C105BA: hue angle of 302.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C105BA is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 186 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.24 |
| HSL | 302.23º | 0.95% | 0.39% | - |
| HSV(B) | 302.23º | 0.97% | 0.76% | - |
| XYZ | 30.91 | 14.99 | 47.72 | - |
| YUV | 81.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 186 | 0 | 0.97 | 0.04 | 0.24 | 302.23 | 0.95 | 0.39 |
| Hex | C1 | 5 | BA | 0 | 61 | 4 | 18 | 12E | 5F | 27 |
| Octal | 301 | 5 | 272 | 0 | 141 | 4 | 30 | 456 | 137 | 47 |
| Binary | 11000001 | 101 | 10111010 | 0 | 1100001 | 100 | 11000 | 100101110 | 1011111 | 100111 |
Color Harmonies of #C105BA
Complementary color
Monochromatic Colors of #C105BA
Black with #C105BA
Text Example
Text Example
White with #C105BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105BA; }
p { color: rgb(193,5,186); }
H1.HeaderClassName
{
color: #C105BA;
}
.AnyTagClassName
{
color: #C105BA;
}
</style>
background-color css
<style>
a { background-color: #C105BA; }
a { background-color: rgb(193,5,186); }
div.DivClassName
{
background-color: #C105BA;
}
.BgClassName
{
background-color: #C105BA;
}
</style>
border-color css
<style>
span { border-color: #C105BA; }
span { border-color: rgb(193,5,186); }
td.TdClassName
{
border-color: #C105BA;
}
.TagClassName
{
border-color: #C105BA;
}
</style>