Shades of Deep Magenta #C107BE
Tints of Deep Magenta #C107BE
RGB
CMYK
RGB Variations
Color information
#C107BE (or 0xC107BE) is known color: Deep Magenta. HEX triplet: C1, 07 and BE. RGB value is (193,7,190). Sum of RGB (Red+Green+Blue) = 193+7+190=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C107BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107BE is #3EF841. Grayscale: #525252. Windows color (decimal): -4126786 or 12453825. OLE color: 12453825.
HSL color Cylindrical-coordinate representation of color #C107BE: hue angle of 300.97º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C107BE is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 190 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.24 |
| HSL | 300.97º | 0.93% | 0.39% | - |
| HSV(B) | 300.97º | 0.96% | 0.76% | - |
| XYZ | 31.36 | 15.21 | 50 | - |
| YUV | 83.48 | 188.12 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 190 | 0 | 0.96 | 0.02 | 0.24 | 300.97 | 0.93 | 0.39 |
| Hex | C1 | 7 | BE | 0 | 60 | 2 | 18 | 12D | 5D | 27 |
| Octal | 301 | 7 | 276 | 0 | 140 | 2 | 30 | 455 | 135 | 47 |
| Binary | 11000001 | 111 | 10111110 | 0 | 1100000 | 10 | 11000 | 100101101 | 1011101 | 100111 |
Color Harmonies of #C107BE
Complementary color
Monochromatic Colors of #C107BE
Black with #C107BE
Text Example
Text Example
White with #C107BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107BE; }
p { color: rgb(193,7,190); }
H1.HeaderClassName
{
color: #C107BE;
}
.AnyTagClassName
{
color: #C107BE;
}
</style>
background-color css
<style>
a { background-color: #C107BE; }
a { background-color: rgb(193,7,190); }
div.DivClassName
{
background-color: #C107BE;
}
.BgClassName
{
background-color: #C107BE;
}
</style>
border-color css
<style>
span { border-color: #C107BE; }
span { border-color: rgb(193,7,190); }
td.TdClassName
{
border-color: #C107BE;
}
.TagClassName
{
border-color: #C107BE;
}
</style>