Shades of Medium Violet Red #C10773
Tints of Medium Violet Red #C10773
RGB
CMYK
RGB Variations
Color information
#C10773 (or 0xC10773) is known color: Medium Violet Red. HEX triplet: C1, 07 and 73. RGB value is (193,7,115). Sum of RGB (Red+Green+Blue) = 193+7+115=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C10773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10773 is #3EF88C. Grayscale: #4A4A4A. Windows color (decimal): -4126861 or 7538625. OLE color: 7538625.
HSL color Cylindrical-coordinate representation of color #C10773: hue angle of 325.16º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10773 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.24 |
| HSL | 325.16º | 0.93% | 0.39% | - |
| HSV(B) | 325.16º | 0.96% | 0.76% | - |
| XYZ | 25.16 | 12.73 | 17.35 | - |
| YUV | 74.93 | 150.62 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 7 | 115 | 0 | 0.96 | 0.40 | 0.24 | 325.16 | 0.93 | 0.39 |
| Hex | C1 | 7 | 73 | 0 | 60 | 28 | 18 | 145 | 5D | 27 |
| Octal | 301 | 7 | 163 | 0 | 140 | 50 | 30 | 505 | 135 | 47 |
| Binary | 11000001 | 111 | 1110011 | 0 | 1100000 | 101000 | 11000 | 101000101 | 1011101 | 100111 |
Color Harmonies of #C10773
Complementary color
Monochromatic Colors of #C10773
Black with #C10773
Text Example
Text Example
White with #C10773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10773; }
p { color: rgb(193,7,115); }
H1.HeaderClassName
{
color: #C10773;
}
.AnyTagClassName
{
color: #C10773;
}
</style>
background-color css
<style>
a { background-color: #C10773; }
a { background-color: rgb(193,7,115); }
div.DivClassName
{
background-color: #C10773;
}
.BgClassName
{
background-color: #C10773;
}
</style>
border-color css
<style>
span { border-color: #C10773; }
span { border-color: rgb(193,7,115); }
td.TdClassName
{
border-color: #C10773;
}
.TagClassName
{
border-color: #C10773;
}
</style>