Shades of Deep Magenta #C106BE
Tints of Deep Magenta #C106BE
RGB
CMYK
RGB Variations
Color information
#C106BE (or 0xC106BE) is known color: Deep Magenta. HEX triplet: C1, 06 and BE. RGB value is (193,6,190). Sum of RGB (Red+Green+Blue) = 193+6+190=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C106BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106BE is #3EF941. Grayscale: #525252. Windows color (decimal): -4127042 or 12453569. OLE color: 12453569.
HSL color Cylindrical-coordinate representation of color #C106BE: hue angle of 300.96º degrees, saturation: 0.94, 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 #C106BE is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 190 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.24 |
| HSL | 300.96º | 0.94% | 0.39% | - |
| HSV(B) | 300.96º | 0.97% | 0.76% | - |
| XYZ | 31.35 | 15.19 | 49.99 | - |
| YUV | 82.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 190 | 0 | 0.97 | 0.02 | 0.24 | 300.96 | 0.94 | 0.39 |
| Hex | C1 | 6 | BE | 0 | 61 | 2 | 18 | 12D | 5E | 27 |
| Octal | 301 | 6 | 276 | 0 | 141 | 2 | 30 | 455 | 136 | 47 |
| Binary | 11000001 | 110 | 10111110 | 0 | 1100001 | 10 | 11000 | 100101101 | 1011110 | 100111 |
Color Harmonies of #C106BE
Complementary color
Monochromatic Colors of #C106BE
Black with #C106BE
Text Example
Text Example
White with #C106BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106BE; }
p { color: rgb(193,6,190); }
H1.HeaderClassName
{
color: #C106BE;
}
.AnyTagClassName
{
color: #C106BE;
}
</style>
background-color css
<style>
a { background-color: #C106BE; }
a { background-color: rgb(193,6,190); }
div.DivClassName
{
background-color: #C106BE;
}
.BgClassName
{
background-color: #C106BE;
}
</style>
border-color css
<style>
span { border-color: #C106BE; }
span { border-color: rgb(193,6,190); }
td.TdClassName
{
border-color: #C106BE;
}
.TagClassName
{
border-color: #C106BE;
}
</style>