Shades of Medium Violet Red #C50C6D
Tints of Medium Violet Red #C50C6D
RGB
CMYK
RGB Variations
Color information
#C50C6D (or 0xC50C6D) is known color: Medium Violet Red. HEX triplet: C5, 0C and 6D. RGB value is (197,12,109). Sum of RGB (Red+Green+Blue) = 197+12+109=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50C6D is #3AF392. Grayscale: #4E4E4E. Windows color (decimal): -3863443 or 7146693. OLE color: 7146693.
HSL color Cylindrical-coordinate representation of color #C50C6D: hue angle of 328.54º 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 #C50C6D is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 109 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.23 |
| HSL | 328.54º | 0.89% | 0.41% | - |
| HSV(B) | 328.54º | 0.94% | 0.77% | - |
| XYZ | 25.92 | 13.24 | 15.66 | - |
| YUV | 78.37 | 145.29 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 109 | 0 | 0.94 | 0.45 | 0.23 | 328.54 | 0.89 | 0.41 |
| Hex | C5 | C | 6D | 0 | 5E | 2D | 17 | 149 | 59 | 29 |
| Octal | 305 | 14 | 155 | 0 | 136 | 55 | 27 | 511 | 131 | 51 |
| Binary | 11000101 | 1100 | 1101101 | 0 | 1011110 | 101101 | 10111 | 101001001 | 1011001 | 101001 |
Color Harmonies of #C50C6D
Complementary color
Monochromatic Colors of #C50C6D
Black with #C50C6D
Text Example
Text Example
White with #C50C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C6D; }
p { color: rgb(197,12,109); }
H1.HeaderClassName
{
color: #C50C6D;
}
.AnyTagClassName
{
color: #C50C6D;
}
</style>
background-color css
<style>
a { background-color: #C50C6D; }
a { background-color: rgb(197,12,109); }
div.DivClassName
{
background-color: #C50C6D;
}
.BgClassName
{
background-color: #C50C6D;
}
</style>
border-color css
<style>
span { border-color: #C50C6D; }
span { border-color: rgb(197,12,109); }
td.TdClassName
{
border-color: #C50C6D;
}
.TagClassName
{
border-color: #C50C6D;
}
</style>