Shades of Medium Violet Red #C50F7A
Tints of Medium Violet Red #C50F7A
RGB
CMYK
RGB Variations
Color information
#C50F7A (or 0xC50F7A) is known color: Medium Violet Red. HEX triplet: C5, 0F and 7A. RGB value is (197,15,122). Sum of RGB (Red+Green+Blue) = 197+15+122=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F7A is #3AF085. Grayscale: #515151. Windows color (decimal): -3862662 or 7999429. OLE color: 7999429.
HSL color Cylindrical-coordinate representation of color #C50F7A: hue angle of 324.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F7A is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 122 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.23 |
| HSL | 324.73º | 0.86% | 0.42% | - |
| HSV(B) | 324.73º | 0.92% | 0.77% | - |
| XYZ | 26.71 | 13.62 | 19.63 | - |
| YUV | 81.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 122 | 0 | 0.92 | 0.38 | 0.23 | 324.73 | 0.86 | 0.42 |
| Hex | C5 | F | 7A | 0 | 5C | 26 | 17 | 145 | 56 | 2A |
| Octal | 305 | 17 | 172 | 0 | 134 | 46 | 27 | 505 | 126 | 52 |
| Binary | 11000101 | 1111 | 1111010 | 0 | 1011100 | 100110 | 10111 | 101000101 | 1010110 | 101010 |
Color Harmonies of #C50F7A
Complementary color
Monochromatic Colors of #C50F7A
Black with #C50F7A
Text Example
Text Example
White with #C50F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F7A; }
p { color: rgb(197,15,122); }
H1.HeaderClassName
{
color: #C50F7A;
}
.AnyTagClassName
{
color: #C50F7A;
}
</style>
background-color css
<style>
a { background-color: #C50F7A; }
a { background-color: rgb(197,15,122); }
div.DivClassName
{
background-color: #C50F7A;
}
.BgClassName
{
background-color: #C50F7A;
}
</style>
border-color css
<style>
span { border-color: #C50F7A; }
span { border-color: rgb(197,15,122); }
td.TdClassName
{
border-color: #C50F7A;
}
.TagClassName
{
border-color: #C50F7A;
}
</style>