Shades of Medium Violet Red #C10495
Tints of Medium Violet Red #C10495
RGB
CMYK
RGB Variations
Color information
#C10495 (or 0xC10495) is known color: Medium Violet Red. HEX triplet: C1, 04 and 95. RGB value is (193,4,149). Sum of RGB (Red+Green+Blue) = 193+4+149=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C10495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10495 is #3EFB6A. Grayscale: #4C4C4C. Windows color (decimal): -4127595 or 9766081. OLE color: 9766081.
HSL color Cylindrical-coordinate representation of color #C10495: hue angle of 313.97º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10495 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.24 |
| HSL | 313.97º | 0.96% | 0.39% | - |
| HSV(B) | 313.97º | 0.98% | 0.76% | - |
| XYZ | 27.46 | 13.59 | 29.61 | - |
| YUV | 77.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 4 | 149 | 0 | 0.98 | 0.23 | 0.24 | 313.97 | 0.96 | 0.39 |
| Hex | C1 | 4 | 95 | 0 | 62 | 17 | 18 | 13A | 60 | 27 |
| Octal | 301 | 4 | 225 | 0 | 142 | 27 | 30 | 472 | 140 | 47 |
| Binary | 11000001 | 100 | 10010101 | 0 | 1100010 | 10111 | 11000 | 100111010 | 1100000 | 100111 |
Color Harmonies of #C10495
Complementary color
Monochromatic Colors of #C10495
Black with #C10495
Text Example
Text Example
White with #C10495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10495; }
p { color: rgb(193,4,149); }
H1.HeaderClassName
{
color: #C10495;
}
.AnyTagClassName
{
color: #C10495;
}
</style>
background-color css
<style>
a { background-color: #C10495; }
a { background-color: rgb(193,4,149); }
div.DivClassName
{
background-color: #C10495;
}
.BgClassName
{
background-color: #C10495;
}
</style>
border-color css
<style>
span { border-color: #C10495; }
span { border-color: rgb(193,4,149); }
td.TdClassName
{
border-color: #C10495;
}
.TagClassName
{
border-color: #C10495;
}
</style>