Shades of Medium Violet Red #C50172
Tints of Medium Violet Red #C50172
RGB
CMYK
RGB Variations
Color information
#C50172 (or 0xC50172) is known color: Medium Violet Red. HEX triplet: C5, 01 and 72. RGB value is (197,1,114). Sum of RGB (Red+Green+Blue) = 197+1+114=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C50172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50172 is #3AFE8D. Grayscale: #484848. Windows color (decimal): -3866254 or 7471557. OLE color: 7471557.
HSL color Cylindrical-coordinate representation of color #C50172: hue angle of 325.41º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50172 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.23 |
| HSL | 325.41º | 0.99% | 0.39% | - |
| HSV(B) | 325.41º | 0.99% | 0.77% | - |
| XYZ | 26.07 | 13.11 | 17.08 | - |
| YUV | 72.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 114 | 0 | 0.99 | 0.42 | 0.23 | 325.41 | 0.99 | 0.39 |
| Hex | C5 | 1 | 72 | 0 | 63 | 2A | 17 | 145 | 63 | 27 |
| Octal | 305 | 1 | 162 | 0 | 143 | 52 | 27 | 505 | 143 | 47 |
| Binary | 11000101 | 1 | 1110010 | 0 | 1100011 | 101010 | 10111 | 101000101 | 1100011 | 100111 |
Color Harmonies of #C50172
Complementary color
Monochromatic Colors of #C50172
Black with #C50172
Text Example
Text Example
White with #C50172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50172; }
p { color: rgb(197,1,114); }
H1.HeaderClassName
{
color: #C50172;
}
.AnyTagClassName
{
color: #C50172;
}
</style>
background-color css
<style>
a { background-color: #C50172; }
a { background-color: rgb(197,1,114); }
div.DivClassName
{
background-color: #C50172;
}
.BgClassName
{
background-color: #C50172;
}
</style>
border-color css
<style>
span { border-color: #C50172; }
span { border-color: rgb(197,1,114); }
td.TdClassName
{
border-color: #C50172;
}
.TagClassName
{
border-color: #C50172;
}
</style>