Shades of Medium Violet Red #C10597
Tints of Medium Violet Red #C10597
RGB
CMYK
RGB Variations
Color information
#C10597 (or 0xC10597) is known color: Medium Violet Red. HEX triplet: C1, 05 and 97. RGB value is (193,5,151). Sum of RGB (Red+Green+Blue) = 193+5+151=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C10597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10597 is #3EFA68. Grayscale: #4D4D4D. Windows color (decimal): -4127337 or 9897409. OLE color: 9897409.
HSL color Cylindrical-coordinate representation of color #C10597: hue angle of 313.4º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10597 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 151 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.24 |
| HSL | 313.4º | 0.95% | 0.39% | - |
| HSV(B) | 313.4º | 0.97% | 0.76% | - |
| XYZ | 27.63 | 13.68 | 30.46 | - |
| YUV | 77.86 | 169.28 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 151 | 0 | 0.97 | 0.22 | 0.24 | 313.4 | 0.95 | 0.39 |
| Hex | C1 | 5 | 97 | 0 | 61 | 16 | 18 | 139 | 5F | 27 |
| Octal | 301 | 5 | 227 | 0 | 141 | 26 | 30 | 471 | 137 | 47 |
| Binary | 11000001 | 101 | 10010111 | 0 | 1100001 | 10110 | 11000 | 100111001 | 1011111 | 100111 |
Color Harmonies of #C10597
Complementary color
Monochromatic Colors of #C10597
Black with #C10597
Text Example
Text Example
White with #C10597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10597; }
p { color: rgb(193,5,151); }
H1.HeaderClassName
{
color: #C10597;
}
.AnyTagClassName
{
color: #C10597;
}
</style>
background-color css
<style>
a { background-color: #C10597; }
a { background-color: rgb(193,5,151); }
div.DivClassName
{
background-color: #C10597;
}
.BgClassName
{
background-color: #C10597;
}
</style>
border-color css
<style>
span { border-color: #C10597; }
span { border-color: rgb(193,5,151); }
td.TdClassName
{
border-color: #C10597;
}
.TagClassName
{
border-color: #C10597;
}
</style>