Shades of Medium Violet Red #C10097
Tints of Medium Violet Red #C10097
RGB
CMYK
RGB Variations
Color information
#C10097 (or 0xC10097) is known color: Medium Violet Red. HEX triplet: C1, 00 and 97. RGB value is (193,0,151). Sum of RGB (Red+Green+Blue) = 193+0+151=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C10097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10097 is #3EFF68. Grayscale: #4A4A4A. Windows color (decimal): -4128617 or 9896129. OLE color: 9896129.
HSL color Cylindrical-coordinate representation of color #C10097: hue angle of 313.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10097 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.22 | 0.24 |
| HSL | 313.06º | 1% | 0.38% | - |
| HSV(B) | 313.06º | 1% | 0.76% | - |
| XYZ | 27.58 | 13.57 | 30.44 | - |
| YUV | 74.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 151 | 0 | 1 | 0.22 | 0.24 | 313.06 | 1 | 0.38 |
| Hex | C1 | 0 | 97 | 0 | 64 | 16 | 18 | 139 | 64 | 26 |
| Octal | 301 | 0 | 227 | 0 | 144 | 26 | 30 | 471 | 144 | 46 |
| Binary | 11000001 | 0 | 10010111 | 0 | 1100100 | 10110 | 11000 | 100111001 | 1100100 | 100110 |
Color Harmonies of #C10097
Complementary color
Monochromatic Colors of #C10097
Black with #C10097
Text Example
Text Example
White with #C10097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10097; }
p { color: rgb(193,0,151); }
H1.HeaderClassName
{
color: #C10097;
}
.AnyTagClassName
{
color: #C10097;
}
</style>
background-color css
<style>
a { background-color: #C10097; }
a { background-color: rgb(193,0,151); }
div.DivClassName
{
background-color: #C10097;
}
.BgClassName
{
background-color: #C10097;
}
</style>
border-color css
<style>
span { border-color: #C10097; }
span { border-color: rgb(193,0,151); }
td.TdClassName
{
border-color: #C10097;
}
.TagClassName
{
border-color: #C10097;
}
</style>