Shades of Medium Violet Red #C50B75
Tints of Medium Violet Red #C50B75
RGB
CMYK
RGB Variations
Color information
#C50B75 (or 0xC50B75) is known color: Medium Violet Red. HEX triplet: C5, 0B and 75. RGB value is (197,11,117). Sum of RGB (Red+Green+Blue) = 197+11+117=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B75 is #3AF48A. Grayscale: #4E4E4E. Windows color (decimal): -3863691 or 7670725. OLE color: 7670725.
HSL color Cylindrical-coordinate representation of color #C50B75: hue angle of 325.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50B75 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 117 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.23 |
| HSL | 325.81º | 0.89% | 0.41% | - |
| HSV(B) | 325.81º | 0.94% | 0.77% | - |
| XYZ | 26.36 | 13.39 | 18.03 | - |
| YUV | 78.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 117 | 0 | 0.94 | 0.41 | 0.23 | 325.81 | 0.89 | 0.41 |
| Hex | C5 | B | 75 | 0 | 5E | 29 | 17 | 146 | 59 | 29 |
| Octal | 305 | 13 | 165 | 0 | 136 | 51 | 27 | 506 | 131 | 51 |
| Binary | 11000101 | 1011 | 1110101 | 0 | 1011110 | 101001 | 10111 | 101000110 | 1011001 | 101001 |
Color Harmonies of #C50B75
Complementary color
Monochromatic Colors of #C50B75
Black with #C50B75
Text Example
Text Example
White with #C50B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B75; }
p { color: rgb(197,11,117); }
H1.HeaderClassName
{
color: #C50B75;
}
.AnyTagClassName
{
color: #C50B75;
}
</style>
background-color css
<style>
a { background-color: #C50B75; }
a { background-color: rgb(197,11,117); }
div.DivClassName
{
background-color: #C50B75;
}
.BgClassName
{
background-color: #C50B75;
}
</style>
border-color css
<style>
span { border-color: #C50B75; }
span { border-color: rgb(197,11,117); }
td.TdClassName
{
border-color: #C50B75;
}
.TagClassName
{
border-color: #C50B75;
}
</style>