Shades of Medium Violet Red #C50B7C
Tints of Medium Violet Red #C50B7C
RGB
CMYK
RGB Variations
Color information
#C50B7C (or 0xC50B7C) is known color: Medium Violet Red. HEX triplet: C5, 0B and 7C. RGB value is (197,11,124). Sum of RGB (Red+Green+Blue) = 197+11+124=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B7C is #3AF483. Grayscale: #4F4F4F. Windows color (decimal): -3863684 or 8129477. OLE color: 8129477.
HSL color Cylindrical-coordinate representation of color #C50B7C: hue angle of 323.55º 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 #C50B7C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 124 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.23 |
| HSL | 323.55º | 0.89% | 0.41% | - |
| HSV(B) | 323.55º | 0.94% | 0.77% | - |
| XYZ | 26.78 | 13.56 | 20.28 | - |
| YUV | 79.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 124 | 0 | 0.94 | 0.37 | 0.23 | 323.55 | 0.89 | 0.41 |
| Hex | C5 | B | 7C | 0 | 5E | 25 | 17 | 144 | 59 | 29 |
| Octal | 305 | 13 | 174 | 0 | 136 | 45 | 27 | 504 | 131 | 51 |
| Binary | 11000101 | 1011 | 1111100 | 0 | 1011110 | 100101 | 10111 | 101000100 | 1011001 | 101001 |
Color Harmonies of #C50B7C
Complementary color
Monochromatic Colors of #C50B7C
Black with #C50B7C
Text Example
Text Example
White with #C50B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B7C; }
p { color: rgb(197,11,124); }
H1.HeaderClassName
{
color: #C50B7C;
}
.AnyTagClassName
{
color: #C50B7C;
}
</style>
background-color css
<style>
a { background-color: #C50B7C; }
a { background-color: rgb(197,11,124); }
div.DivClassName
{
background-color: #C50B7C;
}
.BgClassName
{
background-color: #C50B7C;
}
</style>
border-color css
<style>
span { border-color: #C50B7C; }
span { border-color: rgb(197,11,124); }
td.TdClassName
{
border-color: #C50B7C;
}
.TagClassName
{
border-color: #C50B7C;
}
</style>