Shades of Medium Violet Red #C10795
Tints of Medium Violet Red #C10795
RGB
CMYK
RGB Variations
Color information
#C10795 (or 0xC10795) is known color: Medium Violet Red. HEX triplet: C1, 07 and 95. RGB value is (193,7,149). Sum of RGB (Red+Green+Blue) = 193+7+149=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C10795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10795 is #3EF86A. Grayscale: #4E4E4E. Windows color (decimal): -4126827 or 9766849. OLE color: 9766849.
HSL color Cylindrical-coordinate representation of color #C10795: hue angle of 314.19º 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 #C10795 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 149 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.24 |
| HSL | 314.19º | 0.93% | 0.39% | - |
| HSV(B) | 314.19º | 0.96% | 0.76% | - |
| XYZ | 27.49 | 13.66 | 29.62 | - |
| YUV | 78.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 149 | 0 | 0.96 | 0.23 | 0.24 | 314.19 | 0.93 | 0.39 |
| Hex | C1 | 7 | 95 | 0 | 60 | 17 | 18 | 13A | 5D | 27 |
| Octal | 301 | 7 | 225 | 0 | 140 | 27 | 30 | 472 | 135 | 47 |
| Binary | 11000001 | 111 | 10010101 | 0 | 1100000 | 10111 | 11000 | 100111010 | 1011101 | 100111 |
Color Harmonies of #C10795
Complementary color
Monochromatic Colors of #C10795
Black with #C10795
Text Example
Text Example
White with #C10795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10795; }
p { color: rgb(193,7,149); }
H1.HeaderClassName
{
color: #C10795;
}
.AnyTagClassName
{
color: #C10795;
}
</style>
background-color css
<style>
a { background-color: #C10795; }
a { background-color: rgb(193,7,149); }
div.DivClassName
{
background-color: #C10795;
}
.BgClassName
{
background-color: #C10795;
}
</style>
border-color css
<style>
span { border-color: #C10795; }
span { border-color: rgb(193,7,149); }
td.TdClassName
{
border-color: #C10795;
}
.TagClassName
{
border-color: #C10795;
}
</style>