Shades of Deep Magenta #C105BE
Tints of Deep Magenta #C105BE
RGB
CMYK
RGB Variations
Color information
#C105BE (or 0xC105BE) is known color: Deep Magenta. HEX triplet: C1, 05 and BE. RGB value is (193,5,190). Sum of RGB (Red+Green+Blue) = 193+5+190=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C105BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105BE is #3EFA41. Grayscale: #515151. Windows color (decimal): -4127298 or 12453313. OLE color: 12453313.
HSL color Cylindrical-coordinate representation of color #C105BE: hue angle of 300.96º 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 #C105BE is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 190 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.24 |
| HSL | 300.96º | 0.95% | 0.39% | - |
| HSV(B) | 300.96º | 0.97% | 0.76% | - |
| XYZ | 31.34 | 15.16 | 49.99 | - |
| YUV | 82.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 190 | 0 | 0.97 | 0.02 | 0.24 | 300.96 | 0.95 | 0.39 |
| Hex | C1 | 5 | BE | 0 | 61 | 2 | 18 | 12D | 5F | 27 |
| Octal | 301 | 5 | 276 | 0 | 141 | 2 | 30 | 455 | 137 | 47 |
| Binary | 11000001 | 101 | 10111110 | 0 | 1100001 | 10 | 11000 | 100101101 | 1011111 | 100111 |
Color Harmonies of #C105BE
Complementary color
Monochromatic Colors of #C105BE
Black with #C105BE
Text Example
Text Example
White with #C105BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105BE; }
p { color: rgb(193,5,190); }
H1.HeaderClassName
{
color: #C105BE;
}
.AnyTagClassName
{
color: #C105BE;
}
</style>
background-color css
<style>
a { background-color: #C105BE; }
a { background-color: rgb(193,5,190); }
div.DivClassName
{
background-color: #C105BE;
}
.BgClassName
{
background-color: #C105BE;
}
</style>
border-color css
<style>
span { border-color: #C105BE; }
span { border-color: rgb(193,5,190); }
td.TdClassName
{
border-color: #C105BE;
}
.TagClassName
{
border-color: #C105BE;
}
</style>