Shades of Medium Violet Red #C50D75
Tints of Medium Violet Red #C50D75
RGB
CMYK
RGB Variations
Color information
#C50D75 (or 0xC50D75) is known color: Medium Violet Red. HEX triplet: C5, 0D and 75. RGB value is (197,13,117). Sum of RGB (Red+Green+Blue) = 197+13+117=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D75 is #3AF28A. Grayscale: #4F4F4F. Windows color (decimal): -3863179 or 7671237. OLE color: 7671237.
HSL color Cylindrical-coordinate representation of color #C50D75: hue angle of 326.09º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D75 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 117 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.23 |
| HSL | 326.09º | 0.88% | 0.41% | - |
| HSV(B) | 326.09º | 0.93% | 0.77% | - |
| XYZ | 26.38 | 13.44 | 18.03 | - |
| YUV | 79.87 | 148.96 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 117 | 0 | 0.93 | 0.41 | 0.23 | 326.09 | 0.88 | 0.41 |
| Hex | C5 | D | 75 | 0 | 5D | 29 | 17 | 146 | 58 | 29 |
| Octal | 305 | 15 | 165 | 0 | 135 | 51 | 27 | 506 | 130 | 51 |
| Binary | 11000101 | 1101 | 1110101 | 0 | 1011101 | 101001 | 10111 | 101000110 | 1011000 | 101001 |
Color Harmonies of #C50D75
Complementary color
Monochromatic Colors of #C50D75
Black with #C50D75
Text Example
Text Example
White with #C50D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D75; }
p { color: rgb(197,13,117); }
H1.HeaderClassName
{
color: #C50D75;
}
.AnyTagClassName
{
color: #C50D75;
}
</style>
background-color css
<style>
a { background-color: #C50D75; }
a { background-color: rgb(197,13,117); }
div.DivClassName
{
background-color: #C50D75;
}
.BgClassName
{
background-color: #C50D75;
}
</style>
border-color css
<style>
span { border-color: #C50D75; }
span { border-color: rgb(197,13,117); }
td.TdClassName
{
border-color: #C50D75;
}
.TagClassName
{
border-color: #C50D75;
}
</style>