Shades of Medium Violet Red #C10971
Tints of Medium Violet Red #C10971
RGB
CMYK
RGB Variations
Color information
#C10971 (or 0xC10971) is known color: Medium Violet Red. HEX triplet: C1, 09 and 71. RGB value is (193,9,113). Sum of RGB (Red+Green+Blue) = 193+9+113=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C10971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10971 is #3EF68E. Grayscale: #4B4B4B. Windows color (decimal): -4126351 or 7408065. OLE color: 7408065.
HSL color Cylindrical-coordinate representation of color #C10971: hue angle of 326.09º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10971 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 9 | 113 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.24 |
| HSL | 326.09º | 0.91% | 0.4% | - |
| HSV(B) | 326.09º | 0.95% | 0.76% | - |
| XYZ | 25.07 | 12.73 | 16.76 | - |
| YUV | 75.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 113 | 0 | 0.95 | 0.41 | 0.24 | 326.09 | 0.91 | 0.4 |
| Hex | C1 | 9 | 71 | 0 | 5F | 29 | 18 | 146 | 5B | 28 |
| Octal | 301 | 11 | 161 | 0 | 137 | 51 | 30 | 506 | 133 | 50 |
| Binary | 11000001 | 1001 | 1110001 | 0 | 1011111 | 101001 | 11000 | 101000110 | 1011011 | 101000 |
Color Harmonies of #C10971
Complementary color
Monochromatic Colors of #C10971
Black with #C10971
Text Example
Text Example
White with #C10971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10971; }
p { color: rgb(193,9,113); }
H1.HeaderClassName
{
color: #C10971;
}
.AnyTagClassName
{
color: #C10971;
}
</style>
background-color css
<style>
a { background-color: #C10971; }
a { background-color: rgb(193,9,113); }
div.DivClassName
{
background-color: #C10971;
}
.BgClassName
{
background-color: #C10971;
}
</style>
border-color css
<style>
span { border-color: #C10971; }
span { border-color: rgb(193,9,113); }
td.TdClassName
{
border-color: #C10971;
}
.TagClassName
{
border-color: #C10971;
}
</style>