Shades of Medium Violet Red #C50175
Tints of Medium Violet Red #C50175
RGB
CMYK
RGB Variations
Color information
#C50175 (or 0xC50175) is known color: Medium Violet Red. HEX triplet: C5, 01 and 75. RGB value is (197,1,117). Sum of RGB (Red+Green+Blue) = 197+1+117=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C50175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50175 is #3AFE8A. Grayscale: #484848. Windows color (decimal): -3866251 or 7668165. OLE color: 7668165.
HSL color Cylindrical-coordinate representation of color #C50175: hue angle of 324.49º 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 #C50175 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.23 |
| HSL | 324.49º | 0.99% | 0.39% | - |
| HSV(B) | 324.49º | 0.99% | 0.77% | - |
| XYZ | 26.25 | 13.18 | 17.99 | - |
| YUV | 72.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 117 | 0 | 0.99 | 0.41 | 0.23 | 324.49 | 0.99 | 0.39 |
| Hex | C5 | 1 | 75 | 0 | 63 | 29 | 17 | 144 | 63 | 27 |
| Octal | 305 | 1 | 165 | 0 | 143 | 51 | 27 | 504 | 143 | 47 |
| Binary | 11000101 | 1 | 1110101 | 0 | 1100011 | 101001 | 10111 | 101000100 | 1100011 | 100111 |
Color Harmonies of #C50175
Complementary color
Monochromatic Colors of #C50175
Black with #C50175
Text Example
Text Example
White with #C50175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50175; }
p { color: rgb(197,1,117); }
H1.HeaderClassName
{
color: #C50175;
}
.AnyTagClassName
{
color: #C50175;
}
</style>
background-color css
<style>
a { background-color: #C50175; }
a { background-color: rgb(197,1,117); }
div.DivClassName
{
background-color: #C50175;
}
.BgClassName
{
background-color: #C50175;
}
</style>
border-color css
<style>
span { border-color: #C50175; }
span { border-color: rgb(197,1,117); }
td.TdClassName
{
border-color: #C50175;
}
.TagClassName
{
border-color: #C50175;
}
</style>