Shades of Deep Magenta #C105BC
Tints of Deep Magenta #C105BC
RGB
CMYK
RGB Variations
Color information
#C105BC (or 0xC105BC) is known color: Deep Magenta. HEX triplet: C1, 05 and BC. RGB value is (193,5,188). Sum of RGB (Red+Green+Blue) = 193+5+188=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C105BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105BC is #3EFA43. Grayscale: #515151. Windows color (decimal): -4127300 or 12322241. OLE color: 12322241.
HSL color Cylindrical-coordinate representation of color #C105BC: hue angle of 301.6º 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 #C105BC is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 188 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.24 |
| HSL | 301.6º | 0.95% | 0.39% | - |
| HSV(B) | 301.6º | 0.97% | 0.76% | - |
| XYZ | 31.12 | 15.08 | 48.85 | - |
| YUV | 82.07 | 187.78 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 188 | 0 | 0.97 | 0.03 | 0.24 | 301.6 | 0.95 | 0.39 |
| Hex | C1 | 5 | BC | 0 | 61 | 3 | 18 | 12E | 5F | 27 |
| Octal | 301 | 5 | 274 | 0 | 141 | 3 | 30 | 456 | 137 | 47 |
| Binary | 11000001 | 101 | 10111100 | 0 | 1100001 | 11 | 11000 | 100101110 | 1011111 | 100111 |
Color Harmonies of #C105BC
Complementary color
Monochromatic Colors of #C105BC
Black with #C105BC
Text Example
Text Example
White with #C105BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105BC; }
p { color: rgb(193,5,188); }
H1.HeaderClassName
{
color: #C105BC;
}
.AnyTagClassName
{
color: #C105BC;
}
</style>
background-color css
<style>
a { background-color: #C105BC; }
a { background-color: rgb(193,5,188); }
div.DivClassName
{
background-color: #C105BC;
}
.BgClassName
{
background-color: #C105BC;
}
</style>
border-color css
<style>
span { border-color: #C105BC; }
span { border-color: rgb(193,5,188); }
td.TdClassName
{
border-color: #C105BC;
}
.TagClassName
{
border-color: #C105BC;
}
</style>