Shades of Deep Magenta #C107BC
Tints of Deep Magenta #C107BC
RGB
CMYK
RGB Variations
Color information
#C107BC (or 0xC107BC) is known color: Deep Magenta. HEX triplet: C1, 07 and BC. RGB value is (193,7,188). Sum of RGB (Red+Green+Blue) = 193+7+188=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C107BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107BC is #3EF843. Grayscale: #525252. Windows color (decimal): -4126788 or 12322753. OLE color: 12322753.
HSL color Cylindrical-coordinate representation of color #C107BC: hue angle of 301.61º 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 #C107BC is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 188 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.24 |
| HSL | 301.61º | 0.93% | 0.39% | - |
| HSV(B) | 301.61º | 0.96% | 0.76% | - |
| XYZ | 31.15 | 15.12 | 48.85 | - |
| YUV | 83.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 188 | 0 | 0.96 | 0.03 | 0.24 | 301.61 | 0.93 | 0.39 |
| Hex | C1 | 7 | BC | 0 | 60 | 3 | 18 | 12E | 5D | 27 |
| Octal | 301 | 7 | 274 | 0 | 140 | 3 | 30 | 456 | 135 | 47 |
| Binary | 11000001 | 111 | 10111100 | 0 | 1100000 | 11 | 11000 | 100101110 | 1011101 | 100111 |
Color Harmonies of #C107BC
Complementary color
Monochromatic Colors of #C107BC
Black with #C107BC
Text Example
Text Example
White with #C107BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107BC; }
p { color: rgb(193,7,188); }
H1.HeaderClassName
{
color: #C107BC;
}
.AnyTagClassName
{
color: #C107BC;
}
</style>
background-color css
<style>
a { background-color: #C107BC; }
a { background-color: rgb(193,7,188); }
div.DivClassName
{
background-color: #C107BC;
}
.BgClassName
{
background-color: #C107BC;
}
</style>
border-color css
<style>
span { border-color: #C107BC; }
span { border-color: rgb(193,7,188); }
td.TdClassName
{
border-color: #C107BC;
}
.TagClassName
{
border-color: #C107BC;
}
</style>