Shades of Deep Magenta #C107B9
Tints of Deep Magenta #C107B9
RGB
CMYK
RGB Variations
Color information
#C107B9 (or 0xC107B9) is known color: Deep Magenta. HEX triplet: C1, 07 and B9. RGB value is (193,7,185). Sum of RGB (Red+Green+Blue) = 193+7+185=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C107B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C107B9 is #3EF846. Grayscale: #525252. Windows color (decimal): -4126791 or 12126145. OLE color: 12126145.
HSL color Cylindrical-coordinate representation of color #C107B9: hue angle of 302.58º 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 #C107B9 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 185 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.24 |
| HSL | 302.58º | 0.93% | 0.39% | - |
| HSV(B) | 302.58º | 0.96% | 0.76% | - |
| XYZ | 30.83 | 14.99 | 47.17 | - |
| YUV | 82.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 185 | 0 | 0.96 | 0.04 | 0.24 | 302.58 | 0.93 | 0.39 |
| Hex | C1 | 7 | B9 | 0 | 60 | 4 | 18 | 12F | 5D | 27 |
| Octal | 301 | 7 | 271 | 0 | 140 | 4 | 30 | 457 | 135 | 47 |
| Binary | 11000001 | 111 | 10111001 | 0 | 1100000 | 100 | 11000 | 100101111 | 1011101 | 100111 |
Color Harmonies of #C107B9
Complementary color
Monochromatic Colors of #C107B9
Black with #C107B9
Text Example
Text Example
White with #C107B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C107B9; }
p { color: rgb(193,7,185); }
H1.HeaderClassName
{
color: #C107B9;
}
.AnyTagClassName
{
color: #C107B9;
}
</style>
background-color css
<style>
a { background-color: #C107B9; }
a { background-color: rgb(193,7,185); }
div.DivClassName
{
background-color: #C107B9;
}
.BgClassName
{
background-color: #C107B9;
}
</style>
border-color css
<style>
span { border-color: #C107B9; }
span { border-color: rgb(193,7,185); }
td.TdClassName
{
border-color: #C107B9;
}
.TagClassName
{
border-color: #C107B9;
}
</style>