Shades of Medium Violet Red #C10F95
Tints of Medium Violet Red #C10F95
RGB
CMYK
RGB Variations
Color information
#C10F95 (or 0xC10F95) is known color: Medium Violet Red. HEX triplet: C1, 0F and 95. RGB value is (193,15,149). Sum of RGB (Red+Green+Blue) = 193+15+149=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10F95 is #3EF06A. Grayscale: #535353. Windows color (decimal): -4124779 or 9768897. OLE color: 9768897.
HSL color Cylindrical-coordinate representation of color #C10F95: hue angle of 314.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F95 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 15 | 149 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.24 |
| HSL | 314.83º | 0.86% | 0.41% | - |
| HSV(B) | 314.83º | 0.92% | 0.76% | - |
| XYZ | 27.59 | 13.85 | 29.65 | - |
| YUV | 83.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 149 | 0 | 0.92 | 0.23 | 0.24 | 314.83 | 0.86 | 0.41 |
| Hex | C1 | F | 95 | 0 | 5C | 17 | 18 | 13B | 56 | 29 |
| Octal | 301 | 17 | 225 | 0 | 134 | 27 | 30 | 473 | 126 | 51 |
| Binary | 11000001 | 1111 | 10010101 | 0 | 1011100 | 10111 | 11000 | 100111011 | 1010110 | 101001 |
Color Harmonies of #C10F95
Complementary color
Monochromatic Colors of #C10F95
Black with #C10F95
Text Example
Text Example
White with #C10F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10F95; }
p { color: rgb(193,15,149); }
H1.HeaderClassName
{
color: #C10F95;
}
.AnyTagClassName
{
color: #C10F95;
}
</style>
background-color css
<style>
a { background-color: #C10F95; }
a { background-color: rgb(193,15,149); }
div.DivClassName
{
background-color: #C10F95;
}
.BgClassName
{
background-color: #C10F95;
}
</style>
border-color css
<style>
span { border-color: #C10F95; }
span { border-color: rgb(193,15,149); }
td.TdClassName
{
border-color: #C10F95;
}
.TagClassName
{
border-color: #C10F95;
}
</style>