Shades of Medium Violet Red #C10395
Tints of Medium Violet Red #C10395
RGB
CMYK
RGB Variations
Color information
#C10395 (or 0xC10395) is known color: Medium Violet Red. HEX triplet: C1, 03 and 95. RGB value is (193,3,149). Sum of RGB (Red+Green+Blue) = 193+3+149=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C10395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10395 is #3EFC6A. Grayscale: #4C4C4C. Windows color (decimal): -4127851 or 9765825. OLE color: 9765825.
HSL color Cylindrical-coordinate representation of color #C10395: hue angle of 313.89º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10395 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 149 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.24 |
| HSL | 313.89º | 0.97% | 0.38% | - |
| HSV(B) | 313.89º | 0.98% | 0.76% | - |
| XYZ | 27.45 | 13.57 | 29.61 | - |
| YUV | 76.45 | 168.95 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 149 | 0 | 0.98 | 0.23 | 0.24 | 313.89 | 0.97 | 0.38 |
| Hex | C1 | 3 | 95 | 0 | 62 | 17 | 18 | 13A | 61 | 26 |
| Octal | 301 | 3 | 225 | 0 | 142 | 27 | 30 | 472 | 141 | 46 |
| Binary | 11000001 | 11 | 10010101 | 0 | 1100010 | 10111 | 11000 | 100111010 | 1100001 | 100110 |
Color Harmonies of #C10395
Complementary color
Monochromatic Colors of #C10395
Black with #C10395
Text Example
Text Example
White with #C10395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10395; }
p { color: rgb(193,3,149); }
H1.HeaderClassName
{
color: #C10395;
}
.AnyTagClassName
{
color: #C10395;
}
</style>
background-color css
<style>
a { background-color: #C10395; }
a { background-color: rgb(193,3,149); }
div.DivClassName
{
background-color: #C10395;
}
.BgClassName
{
background-color: #C10395;
}
</style>
border-color css
<style>
span { border-color: #C10395; }
span { border-color: rgb(193,3,149); }
td.TdClassName
{
border-color: #C10395;
}
.TagClassName
{
border-color: #C10395;
}
</style>