Shades of Medium Violet Red #C50B6C
Tints of Medium Violet Red #C50B6C
RGB
CMYK
RGB Variations
Color information
#C50B6C (or 0xC50B6C) is known color: Medium Violet Red. HEX triplet: C5, 0B and 6C. RGB value is (197,11,108). Sum of RGB (Red+Green+Blue) = 197+11+108=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B6C is #3AF493. Grayscale: #4D4D4D. Windows color (decimal): -3863700 or 7080901. OLE color: 7080901.
HSL color Cylindrical-coordinate representation of color #C50B6C: hue angle of 328.71º 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 #C50B6C is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 108 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.23 |
| HSL | 328.71º | 0.89% | 0.41% | - |
| HSV(B) | 328.71º | 0.94% | 0.77% | - |
| XYZ | 25.85 | 13.19 | 15.37 | - |
| YUV | 77.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 108 | 0 | 0.94 | 0.45 | 0.23 | 328.71 | 0.89 | 0.41 |
| Hex | C5 | B | 6C | 0 | 5E | 2D | 17 | 149 | 59 | 29 |
| Octal | 305 | 13 | 154 | 0 | 136 | 55 | 27 | 511 | 131 | 51 |
| Binary | 11000101 | 1011 | 1101100 | 0 | 1011110 | 101101 | 10111 | 101001001 | 1011001 | 101001 |
Color Harmonies of #C50B6C
Complementary color
Monochromatic Colors of #C50B6C
Black with #C50B6C
Text Example
Text Example
White with #C50B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B6C; }
p { color: rgb(197,11,108); }
H1.HeaderClassName
{
color: #C50B6C;
}
.AnyTagClassName
{
color: #C50B6C;
}
</style>
background-color css
<style>
a { background-color: #C50B6C; }
a { background-color: rgb(197,11,108); }
div.DivClassName
{
background-color: #C50B6C;
}
.BgClassName
{
background-color: #C50B6C;
}
</style>
border-color css
<style>
span { border-color: #C50B6C; }
span { border-color: rgb(197,11,108); }
td.TdClassName
{
border-color: #C50B6C;
}
.TagClassName
{
border-color: #C50B6C;
}
</style>