Shades of Medium Red Violet #C13172
Tints of Medium Red Violet #C13172
RGB
CMYK
RGB Variations
Color information
#C13172 (or 0xC13172) is known color: Medium Red Violet. HEX triplet: C1, 31 and 72. RGB value is (193,49,114). Sum of RGB (Red+Green+Blue) = 193+49+114=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C13172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13172 is #3ECE8D. Grayscale: #636363. Windows color (decimal): -4116110 or 7483841. OLE color: 7483841.
HSL color Cylindrical-coordinate representation of color #C13172: hue angle of 332.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13172 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 114 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.24 |
| HSL | 332.92º | 0.6% | 0.47% | - |
| HSV(B) | 332.92º | 0.75% | 0.76% | - |
| XYZ | 26.13 | 14.75 | 17.39 | - |
| YUV | 99.47 | 136.21 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 114 | 0 | 0.75 | 0.41 | 0.24 | 332.92 | 0.6 | 0.47 |
| Hex | C1 | 31 | 72 | 0 | 4B | 29 | 18 | 14D | 3C | 2F |
| Octal | 301 | 61 | 162 | 0 | 113 | 51 | 30 | 515 | 74 | 57 |
| Binary | 11000001 | 110001 | 1110010 | 0 | 1001011 | 101001 | 11000 | 101001101 | 111100 | 101111 |
Color Harmonies of #C13172
Complementary color
Monochromatic Colors of #C13172
Black with #C13172
Text Example
Text Example
White with #C13172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13172; }
p { color: rgb(193,49,114); }
H1.HeaderClassName
{
color: #C13172;
}
.AnyTagClassName
{
color: #C13172;
}
</style>
background-color css
<style>
a { background-color: #C13172; }
a { background-color: rgb(193,49,114); }
div.DivClassName
{
background-color: #C13172;
}
.BgClassName
{
background-color: #C13172;
}
</style>
border-color css
<style>
span { border-color: #C13172; }
span { border-color: rgb(193,49,114); }
td.TdClassName
{
border-color: #C13172;
}
.TagClassName
{
border-color: #C13172;
}
</style>