Shades of Medium Violet Red #C10570
Tints of Medium Violet Red #C10570
RGB
CMYK
RGB Variations
Color information
#C10570 (or 0xC10570) is known color: Medium Violet Red. HEX triplet: C1, 05 and 70. RGB value is (193,5,112). Sum of RGB (Red+Green+Blue) = 193+5+112=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C10570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10570 is #3EFA8F. Grayscale: #494949. Windows color (decimal): -4127376 or 7341505. OLE color: 7341505.
HSL color Cylindrical-coordinate representation of color #C10570: hue angle of 325.85º 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 #C10570 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.24 |
| HSL | 325.85º | 0.95% | 0.39% | - |
| HSV(B) | 325.85º | 0.97% | 0.76% | - |
| XYZ | 24.97 | 12.62 | 16.45 | - |
| YUV | 73.41 | 149.78 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 112 | 0 | 0.97 | 0.42 | 0.24 | 325.85 | 0.95 | 0.39 |
| Hex | C1 | 5 | 70 | 0 | 61 | 2A | 18 | 146 | 5F | 27 |
| Octal | 301 | 5 | 160 | 0 | 141 | 52 | 30 | 506 | 137 | 47 |
| Binary | 11000001 | 101 | 1110000 | 0 | 1100001 | 101010 | 11000 | 101000110 | 1011111 | 100111 |
Color Harmonies of #C10570
Complementary color
Monochromatic Colors of #C10570
Black with #C10570
Text Example
Text Example
White with #C10570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10570; }
p { color: rgb(193,5,112); }
H1.HeaderClassName
{
color: #C10570;
}
.AnyTagClassName
{
color: #C10570;
}
</style>
background-color css
<style>
a { background-color: #C10570; }
a { background-color: rgb(193,5,112); }
div.DivClassName
{
background-color: #C10570;
}
.BgClassName
{
background-color: #C10570;
}
</style>
border-color css
<style>
span { border-color: #C10570; }
span { border-color: rgb(193,5,112); }
td.TdClassName
{
border-color: #C10570;
}
.TagClassName
{
border-color: #C10570;
}
</style>