Shades of Medium Violet Red #C10171
Tints of Medium Violet Red #C10171
RGB
CMYK
RGB Variations
Color information
#C10171 (or 0xC10171) is known color: Medium Violet Red. HEX triplet: C1, 01 and 71. RGB value is (193,1,113). Sum of RGB (Red+Green+Blue) = 193+1+113=307 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.87% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 193 - color contains mainly: red. Hex color #C10171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10171 is #3EFE8E. Grayscale: #464646. Windows color (decimal): -4128399 or 7406017. OLE color: 7406017.
HSL color Cylindrical-coordinate representation of color #C10171: hue angle of 325º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10171 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.24 |
| HSL | 325º | 0.99% | 0.38% | - |
| HSV(B) | 325º | 0.99% | 0.76% | - |
| XYZ | 24.98 | 12.55 | 16.73 | - |
| YUV | 71.18 | 151.61 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 113 | 0 | 0.99 | 0.41 | 0.24 | 325 | 0.99 | 0.38 |
| Hex | C1 | 1 | 71 | 0 | 63 | 29 | 18 | 145 | 63 | 26 |
| Octal | 301 | 1 | 161 | 0 | 143 | 51 | 30 | 505 | 143 | 46 |
| Binary | 11000001 | 1 | 1110001 | 0 | 1100011 | 101001 | 11000 | 101000101 | 1100011 | 100110 |
Color Harmonies of #C10171
Complementary color
Monochromatic Colors of #C10171
Black with #C10171
Text Example
Text Example
White with #C10171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10171; }
p { color: rgb(193,1,113); }
H1.HeaderClassName
{
color: #C10171;
}
.AnyTagClassName
{
color: #C10171;
}
</style>
background-color css
<style>
a { background-color: #C10171; }
a { background-color: rgb(193,1,113); }
div.DivClassName
{
background-color: #C10171;
}
.BgClassName
{
background-color: #C10171;
}
</style>
border-color css
<style>
span { border-color: #C10171; }
span { border-color: rgb(193,1,113); }
td.TdClassName
{
border-color: #C10171;
}
.TagClassName
{
border-color: #C10171;
}
</style>