Shades of Medium Violet Red #C50176
Tints of Medium Violet Red #C50176
RGB
CMYK
RGB Variations
Color information
#C50176 (or 0xC50176) is known color: Medium Violet Red. HEX triplet: C5, 01 and 76. RGB value is (197,1,118). Sum of RGB (Red+Green+Blue) = 197+1+118=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C50176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50176 is #3AFE89. Grayscale: #484848. Windows color (decimal): -3866250 or 7733701. OLE color: 7733701.
HSL color Cylindrical-coordinate representation of color #C50176: hue angle of 324.18º 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 #C50176 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.23 |
| HSL | 324.18º | 0.99% | 0.39% | - |
| HSV(B) | 324.18º | 0.99% | 0.77% | - |
| XYZ | 26.31 | 13.2 | 18.3 | - |
| YUV | 72.94 | 153.43 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 118 | 0 | 0.99 | 0.40 | 0.23 | 324.18 | 0.99 | 0.39 |
| Hex | C5 | 1 | 76 | 0 | 63 | 28 | 17 | 144 | 63 | 27 |
| Octal | 305 | 1 | 166 | 0 | 143 | 50 | 27 | 504 | 143 | 47 |
| Binary | 11000101 | 1 | 1110110 | 0 | 1100011 | 101000 | 10111 | 101000100 | 1100011 | 100111 |
Color Harmonies of #C50176
Complementary color
Monochromatic Colors of #C50176
Black with #C50176
Text Example
Text Example
White with #C50176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50176; }
p { color: rgb(197,1,118); }
H1.HeaderClassName
{
color: #C50176;
}
.AnyTagClassName
{
color: #C50176;
}
</style>
background-color css
<style>
a { background-color: #C50176; }
a { background-color: rgb(197,1,118); }
div.DivClassName
{
background-color: #C50176;
}
.BgClassName
{
background-color: #C50176;
}
</style>
border-color css
<style>
span { border-color: #C50176; }
span { border-color: rgb(197,1,118); }
td.TdClassName
{
border-color: #C50176;
}
.TagClassName
{
border-color: #C50176;
}
</style>