Shades of Deep Magenta #C107BB
Tints of Deep Magenta #C107BB
RGB
CMYK
RGB Variations
Color information
#C107BB (or 0xC107BB) is known color: Deep Magenta. HEX triplet: C1, 07 and BB. RGB value is (193,7,187). Sum of RGB (Red+Green+Blue) = 193+7+187=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C107BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107BB is #3EF844. Grayscale: #525252. Windows color (decimal): -4126789 or 12257217. OLE color: 12257217.
HSL color Cylindrical-coordinate representation of color #C107BB: hue angle of 301.94º 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 #C107BB is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 187 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.24 |
| HSL | 301.94º | 0.93% | 0.39% | - |
| HSV(B) | 301.94º | 0.96% | 0.76% | - |
| XYZ | 31.04 | 15.08 | 48.29 | - |
| YUV | 83.13 | 186.62 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 187 | 0 | 0.96 | 0.03 | 0.24 | 301.94 | 0.93 | 0.39 |
| Hex | C1 | 7 | BB | 0 | 60 | 3 | 18 | 12E | 5D | 27 |
| Octal | 301 | 7 | 273 | 0 | 140 | 3 | 30 | 456 | 135 | 47 |
| Binary | 11000001 | 111 | 10111011 | 0 | 1100000 | 11 | 11000 | 100101110 | 1011101 | 100111 |
Color Harmonies of #C107BB
Complementary color
Monochromatic Colors of #C107BB
Black with #C107BB
Text Example
Text Example
White with #C107BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107BB; }
p { color: rgb(193,7,187); }
H1.HeaderClassName
{
color: #C107BB;
}
.AnyTagClassName
{
color: #C107BB;
}
</style>
background-color css
<style>
a { background-color: #C107BB; }
a { background-color: rgb(193,7,187); }
div.DivClassName
{
background-color: #C107BB;
}
.BgClassName
{
background-color: #C107BB;
}
</style>
border-color css
<style>
span { border-color: #C107BB; }
span { border-color: rgb(193,7,187); }
td.TdClassName
{
border-color: #C107BB;
}
.TagClassName
{
border-color: #C107BB;
}
</style>