Shades of Medium Violet Red #C10574
Tints of Medium Violet Red #C10574
RGB
CMYK
RGB Variations
Color information
#C10574 (or 0xC10574) is known color: Medium Violet Red. HEX triplet: C1, 05 and 74. RGB value is (193,5,116). Sum of RGB (Red+Green+Blue) = 193+5+116=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10574 is #3EFA8B. Grayscale: #494949. Windows color (decimal): -4127372 or 7603649. OLE color: 7603649.
HSL color Cylindrical-coordinate representation of color #C10574: hue angle of 324.57º 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 #C10574 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.24 |
| HSL | 324.57º | 0.95% | 0.39% | - |
| HSV(B) | 324.57º | 0.97% | 0.76% | - |
| XYZ | 25.2 | 12.71 | 17.65 | - |
| YUV | 73.87 | 151.78 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 116 | 0 | 0.97 | 0.40 | 0.24 | 324.57 | 0.95 | 0.39 |
| Hex | C1 | 5 | 74 | 0 | 61 | 28 | 18 | 145 | 5F | 27 |
| Octal | 301 | 5 | 164 | 0 | 141 | 50 | 30 | 505 | 137 | 47 |
| Binary | 11000001 | 101 | 1110100 | 0 | 1100001 | 101000 | 11000 | 101000101 | 1011111 | 100111 |
Color Harmonies of #C10574
Complementary color
Monochromatic Colors of #C10574
Black with #C10574
Text Example
Text Example
White with #C10574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10574; }
p { color: rgb(193,5,116); }
H1.HeaderClassName
{
color: #C10574;
}
.AnyTagClassName
{
color: #C10574;
}
</style>
background-color css
<style>
a { background-color: #C10574; }
a { background-color: rgb(193,5,116); }
div.DivClassName
{
background-color: #C10574;
}
.BgClassName
{
background-color: #C10574;
}
</style>
border-color css
<style>
span { border-color: #C10574; }
span { border-color: rgb(193,5,116); }
td.TdClassName
{
border-color: #C10574;
}
.TagClassName
{
border-color: #C10574;
}
</style>