Shades of Deep Magenta #C103BD
Tints of Deep Magenta #C103BD
RGB
CMYK
RGB Variations
Color information
#C103BD (or 0xC103BD) is known color: Deep Magenta. HEX triplet: C1, 03 and BD. RGB value is (193,3,189). Sum of RGB (Red+Green+Blue) = 193+3+189=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C103BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103BD is #3EFC42. Grayscale: #505050. Windows color (decimal): -4127811 or 12387265. OLE color: 12387265.
HSL color Cylindrical-coordinate representation of color #C103BD: hue angle of 301.26º 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 #C103BD is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 189 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.24 |
| HSL | 301.26º | 0.97% | 0.38% | - |
| HSV(B) | 301.26º | 0.98% | 0.76% | - |
| XYZ | 31.21 | 15.08 | 49.41 | - |
| YUV | 81.01 | 188.95 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 189 | 0 | 0.98 | 0.02 | 0.24 | 301.26 | 0.97 | 0.38 |
| Hex | C1 | 3 | BD | 0 | 62 | 2 | 18 | 12D | 61 | 26 |
| Octal | 301 | 3 | 275 | 0 | 142 | 2 | 30 | 455 | 141 | 46 |
| Binary | 11000001 | 11 | 10111101 | 0 | 1100010 | 10 | 11000 | 100101101 | 1100001 | 100110 |
Color Harmonies of #C103BD
Complementary color
Monochromatic Colors of #C103BD
Black with #C103BD
Text Example
Text Example
White with #C103BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103BD; }
p { color: rgb(193,3,189); }
H1.HeaderClassName
{
color: #C103BD;
}
.AnyTagClassName
{
color: #C103BD;
}
</style>
background-color css
<style>
a { background-color: #C103BD; }
a { background-color: rgb(193,3,189); }
div.DivClassName
{
background-color: #C103BD;
}
.BgClassName
{
background-color: #C103BD;
}
</style>
border-color css
<style>
span { border-color: #C103BD; }
span { border-color: rgb(193,3,189); }
td.TdClassName
{
border-color: #C103BD;
}
.TagClassName
{
border-color: #C103BD;
}
</style>