Shades of Medium Violet Red #C10D97
Tints of Medium Violet Red #C10D97
RGB
CMYK
RGB Variations
Color information
#C10D97 (or 0xC10D97) is known color: Medium Violet Red. HEX triplet: C1, 0D and 97. RGB value is (193,13,151). Sum of RGB (Red+Green+Blue) = 193+13+151=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10D97 is #3EF268. Grayscale: #525252. Windows color (decimal): -4125289 or 9899457. OLE color: 9899457.
HSL color Cylindrical-coordinate representation of color #C10D97: hue angle of 314º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D97 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 13 | 151 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.24 |
| HSL | 314º | 0.87% | 0.4% | - |
| HSV(B) | 314º | 0.93% | 0.76% | - |
| XYZ | 27.72 | 13.86 | 30.49 | - |
| YUV | 82.55 | 166.63 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 151 | 0 | 0.93 | 0.22 | 0.24 | 314 | 0.87 | 0.4 |
| Hex | C1 | D | 97 | 0 | 5D | 16 | 18 | 13A | 57 | 28 |
| Octal | 301 | 15 | 227 | 0 | 135 | 26 | 30 | 472 | 127 | 50 |
| Binary | 11000001 | 1101 | 10010111 | 0 | 1011101 | 10110 | 11000 | 100111010 | 1010111 | 101000 |
Color Harmonies of #C10D97
Complementary color
Monochromatic Colors of #C10D97
Black with #C10D97
Text Example
Text Example
White with #C10D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10D97; }
p { color: rgb(193,13,151); }
H1.HeaderClassName
{
color: #C10D97;
}
.AnyTagClassName
{
color: #C10D97;
}
</style>
background-color css
<style>
a { background-color: #C10D97; }
a { background-color: rgb(193,13,151); }
div.DivClassName
{
background-color: #C10D97;
}
.BgClassName
{
background-color: #C10D97;
}
</style>
border-color css
<style>
span { border-color: #C10D97; }
span { border-color: rgb(193,13,151); }
td.TdClassName
{
border-color: #C10D97;
}
.TagClassName
{
border-color: #C10D97;
}
</style>