Shades of Medium Violet Red #C10173
Tints of Medium Violet Red #C10173
RGB
CMYK
RGB Variations
Color information
#C10173 (or 0xC10173) is known color: Medium Violet Red. HEX triplet: C1, 01 and 73. RGB value is (193,1,115). Sum of RGB (Red+Green+Blue) = 193+1+115=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C10173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10173 is #3EFE8C. Grayscale: #474747. Windows color (decimal): -4128397 or 7537089. OLE color: 7537089.
HSL color Cylindrical-coordinate representation of color #C10173: hue angle of 324.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C10173 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.24 |
| HSL | 324.38º | 0.99% | 0.38% | - |
| HSV(B) | 324.38º | 0.99% | 0.76% | - |
| XYZ | 25.1 | 12.6 | 17.33 | - |
| YUV | 71.4 | 152.61 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 115 | 0 | 0.99 | 0.40 | 0.24 | 324.38 | 0.99 | 0.38 |
| Hex | C1 | 1 | 73 | 0 | 63 | 28 | 18 | 144 | 63 | 26 |
| Octal | 301 | 1 | 163 | 0 | 143 | 50 | 30 | 504 | 143 | 46 |
| Binary | 11000001 | 1 | 1110011 | 0 | 1100011 | 101000 | 11000 | 101000100 | 1100011 | 100110 |
Color Harmonies of #C10173
Complementary color
Monochromatic Colors of #C10173
Black with #C10173
Text Example
Text Example
White with #C10173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10173; }
p { color: rgb(193,1,115); }
H1.HeaderClassName
{
color: #C10173;
}
.AnyTagClassName
{
color: #C10173;
}
</style>
background-color css
<style>
a { background-color: #C10173; }
a { background-color: rgb(193,1,115); }
div.DivClassName
{
background-color: #C10173;
}
.BgClassName
{
background-color: #C10173;
}
</style>
border-color css
<style>
span { border-color: #C10173; }
span { border-color: rgb(193,1,115); }
td.TdClassName
{
border-color: #C10173;
}
.TagClassName
{
border-color: #C10173;
}
</style>