Shades of Medium Violet Red #C10571
Tints of Medium Violet Red #C10571
RGB
CMYK
RGB Variations
Color information
#C10571 (or 0xC10571) is known color: Medium Violet Red. HEX triplet: C1, 05 and 71. RGB value is (193,5,113). Sum of RGB (Red+Green+Blue) = 193+5+113=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C10571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10571 is #3EFA8E. Grayscale: #494949. Windows color (decimal): -4127375 or 7407041. OLE color: 7407041.
HSL color Cylindrical-coordinate representation of color #C10571: hue angle of 325.53º 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 #C10571 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 113 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.24 |
| HSL | 325.53º | 0.95% | 0.39% | - |
| HSV(B) | 325.53º | 0.97% | 0.76% | - |
| XYZ | 25.03 | 12.64 | 16.74 | - |
| YUV | 73.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 113 | 0 | 0.97 | 0.41 | 0.24 | 325.53 | 0.95 | 0.39 |
| Hex | C1 | 5 | 71 | 0 | 61 | 29 | 18 | 146 | 5F | 27 |
| Octal | 301 | 5 | 161 | 0 | 141 | 51 | 30 | 506 | 137 | 47 |
| Binary | 11000001 | 101 | 1110001 | 0 | 1100001 | 101001 | 11000 | 101000110 | 1011111 | 100111 |
Color Harmonies of #C10571
Complementary color
Monochromatic Colors of #C10571
Black with #C10571
Text Example
Text Example
White with #C10571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10571; }
p { color: rgb(193,5,113); }
H1.HeaderClassName
{
color: #C10571;
}
.AnyTagClassName
{
color: #C10571;
}
</style>
background-color css
<style>
a { background-color: #C10571; }
a { background-color: rgb(193,5,113); }
div.DivClassName
{
background-color: #C10571;
}
.BgClassName
{
background-color: #C10571;
}
</style>
border-color css
<style>
span { border-color: #C10571; }
span { border-color: rgb(193,5,113); }
td.TdClassName
{
border-color: #C10571;
}
.TagClassName
{
border-color: #C10571;
}
</style>