Shades of Medium Violet Red #C10B95
Tints of Medium Violet Red #C10B95
RGB
CMYK
RGB Variations
Color information
#C10B95 (or 0xC10B95) is known color: Medium Violet Red. HEX triplet: C1, 0B and 95. RGB value is (193,11,149). Sum of RGB (Red+Green+Blue) = 193+11+149=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10B95 is #3EF46A. Grayscale: #505050. Windows color (decimal): -4125803 or 9767873. OLE color: 9767873.
HSL color Cylindrical-coordinate representation of color #C10B95: hue angle of 314.51º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10B95 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 149 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.24 |
| HSL | 314.51º | 0.89% | 0.4% | - |
| HSV(B) | 314.51º | 0.94% | 0.76% | - |
| XYZ | 27.54 | 13.75 | 29.64 | - |
| YUV | 81.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 149 | 0 | 0.94 | 0.23 | 0.24 | 314.51 | 0.89 | 0.4 |
| Hex | C1 | B | 95 | 0 | 5E | 17 | 18 | 13B | 59 | 28 |
| Octal | 301 | 13 | 225 | 0 | 136 | 27 | 30 | 473 | 131 | 50 |
| Binary | 11000001 | 1011 | 10010101 | 0 | 1011110 | 10111 | 11000 | 100111011 | 1011001 | 101000 |
Color Harmonies of #C10B95
Complementary color
Monochromatic Colors of #C10B95
Black with #C10B95
Text Example
Text Example
White with #C10B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10B95; }
p { color: rgb(193,11,149); }
H1.HeaderClassName
{
color: #C10B95;
}
.AnyTagClassName
{
color: #C10B95;
}
</style>
background-color css
<style>
a { background-color: #C10B95; }
a { background-color: rgb(193,11,149); }
div.DivClassName
{
background-color: #C10B95;
}
.BgClassName
{
background-color: #C10B95;
}
</style>
border-color css
<style>
span { border-color: #C10B95; }
span { border-color: rgb(193,11,149); }
td.TdClassName
{
border-color: #C10B95;
}
.TagClassName
{
border-color: #C10B95;
}
</style>