Shades of Deep Magenta #C103BA
Tints of Deep Magenta #C103BA
RGB
CMYK
RGB Variations
Color information
#C103BA (or 0xC103BA) is known color: Deep Magenta. HEX triplet: C1, 03 and BA. RGB value is (193,3,186). Sum of RGB (Red+Green+Blue) = 193+3+186=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C103BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103BA is #3EFC45. Grayscale: #505050. Windows color (decimal): -4127814 or 12190657. OLE color: 12190657.
HSL color Cylindrical-coordinate representation of color #C103BA: hue angle of 302.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C103BA is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 186 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.24 |
| HSL | 302.21º | 0.97% | 0.38% | - |
| HSV(B) | 302.21º | 0.98% | 0.76% | - |
| XYZ | 30.89 | 14.95 | 47.71 | - |
| YUV | 80.67 | 187.45 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 186 | 0 | 0.98 | 0.04 | 0.24 | 302.21 | 0.97 | 0.38 |
| Hex | C1 | 3 | BA | 0 | 62 | 4 | 18 | 12E | 61 | 26 |
| Octal | 301 | 3 | 272 | 0 | 142 | 4 | 30 | 456 | 141 | 46 |
| Binary | 11000001 | 11 | 10111010 | 0 | 1100010 | 100 | 11000 | 100101110 | 1100001 | 100110 |
Color Harmonies of #C103BA
Complementary color
Monochromatic Colors of #C103BA
Black with #C103BA
Text Example
Text Example
White with #C103BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103BA; }
p { color: rgb(193,3,186); }
H1.HeaderClassName
{
color: #C103BA;
}
.AnyTagClassName
{
color: #C103BA;
}
</style>
background-color css
<style>
a { background-color: #C103BA; }
a { background-color: rgb(193,3,186); }
div.DivClassName
{
background-color: #C103BA;
}
.BgClassName
{
background-color: #C103BA;
}
</style>
border-color css
<style>
span { border-color: #C103BA; }
span { border-color: rgb(193,3,186); }
td.TdClassName
{
border-color: #C103BA;
}
.TagClassName
{
border-color: #C103BA;
}
</style>