Shades of Medium Violet Red #C10172
Tints of Medium Violet Red #C10172
RGB
CMYK
RGB Variations
Color information
#C10172 (or 0xC10172) is known color: Medium Violet Red. HEX triplet: C1, 01 and 72. RGB value is (193,1,114). Sum of RGB (Red+Green+Blue) = 193+1+114=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C10172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10172 is #3EFE8D. Grayscale: #474747. Windows color (decimal): -4128398 or 7471553. OLE color: 7471553.
HSL color Cylindrical-coordinate representation of color #C10172: hue angle of 324.69º 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 #C10172 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.24 |
| HSL | 324.69º | 0.99% | 0.38% | - |
| HSV(B) | 324.69º | 0.99% | 0.76% | - |
| XYZ | 25.04 | 12.57 | 17.03 | - |
| YUV | 71.29 | 152.11 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 1 | 114 | 0 | 0.99 | 0.41 | 0.24 | 324.69 | 0.99 | 0.38 |
| Hex | C1 | 1 | 72 | 0 | 63 | 29 | 18 | 145 | 63 | 26 |
| Octal | 301 | 1 | 162 | 0 | 143 | 51 | 30 | 505 | 143 | 46 |
| Binary | 11000001 | 1 | 1110010 | 0 | 1100011 | 101001 | 11000 | 101000101 | 1100011 | 100110 |
Color Harmonies of #C10172
Complementary color
Monochromatic Colors of #C10172
Black with #C10172
Text Example
Text Example
White with #C10172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10172; }
p { color: rgb(193,1,114); }
H1.HeaderClassName
{
color: #C10172;
}
.AnyTagClassName
{
color: #C10172;
}
</style>
background-color css
<style>
a { background-color: #C10172; }
a { background-color: rgb(193,1,114); }
div.DivClassName
{
background-color: #C10172;
}
.BgClassName
{
background-color: #C10172;
}
</style>
border-color css
<style>
span { border-color: #C10172; }
span { border-color: rgb(193,1,114); }
td.TdClassName
{
border-color: #C10172;
}
.TagClassName
{
border-color: #C10172;
}
</style>