Shades of Deep Magenta #C103BC
Tints of Deep Magenta #C103BC
RGB
CMYK
RGB Variations
Color information
#C103BC (or 0xC103BC) is known color: Deep Magenta. HEX triplet: C1, 03 and BC. RGB value is (193,3,188). Sum of RGB (Red+Green+Blue) = 193+3+188=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C103BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103BC is #3EFC43. Grayscale: #505050. Windows color (decimal): -4127812 or 12321729. OLE color: 12321729.
HSL color Cylindrical-coordinate representation of color #C103BC: hue angle of 301.58º 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 #C103BC is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 188 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.24 |
| HSL | 301.58º | 0.97% | 0.38% | - |
| HSV(B) | 301.58º | 0.98% | 0.76% | - |
| XYZ | 31.1 | 15.03 | 48.84 | - |
| YUV | 80.9 | 188.45 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 188 | 0 | 0.98 | 0.03 | 0.24 | 301.58 | 0.97 | 0.38 |
| Hex | C1 | 3 | BC | 0 | 62 | 3 | 18 | 12E | 61 | 26 |
| Octal | 301 | 3 | 274 | 0 | 142 | 3 | 30 | 456 | 141 | 46 |
| Binary | 11000001 | 11 | 10111100 | 0 | 1100010 | 11 | 11000 | 100101110 | 1100001 | 100110 |
Color Harmonies of #C103BC
Complementary color
Monochromatic Colors of #C103BC
Black with #C103BC
Text Example
Text Example
White with #C103BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103BC; }
p { color: rgb(193,3,188); }
H1.HeaderClassName
{
color: #C103BC;
}
.AnyTagClassName
{
color: #C103BC;
}
</style>
background-color css
<style>
a { background-color: #C103BC; }
a { background-color: rgb(193,3,188); }
div.DivClassName
{
background-color: #C103BC;
}
.BgClassName
{
background-color: #C103BC;
}
</style>
border-color css
<style>
span { border-color: #C103BC; }
span { border-color: rgb(193,3,188); }
td.TdClassName
{
border-color: #C103BC;
}
.TagClassName
{
border-color: #C103BC;
}
</style>