Shades of Medium Violet Red #C50C80
Tints of Medium Violet Red #C50C80
RGB
CMYK
RGB Variations
Color information
#C50C80 (or 0xC50C80) is known color: Medium Violet Red. HEX triplet: C5, 0C and 80. RGB value is (197,12,128). Sum of RGB (Red+Green+Blue) = 197+12+128=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50C80 is #3AF37F. Grayscale: #505050. Windows color (decimal): -3863424 or 8391877. OLE color: 8391877.
HSL color Cylindrical-coordinate representation of color #C50C80: hue angle of 322.38º 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 #C50C80 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 128 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.23 |
| HSL | 322.38º | 0.89% | 0.41% | - |
| HSV(B) | 322.38º | 0.94% | 0.77% | - |
| XYZ | 27.05 | 13.69 | 21.64 | - |
| YUV | 80.54 | 154.79 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 128 | 0 | 0.94 | 0.35 | 0.23 | 322.38 | 0.89 | 0.41 |
| Hex | C5 | C | 80 | 0 | 5E | 23 | 17 | 142 | 59 | 29 |
| Octal | 305 | 14 | 200 | 0 | 136 | 43 | 27 | 502 | 131 | 51 |
| Binary | 11000101 | 1100 | 10000000 | 0 | 1011110 | 100011 | 10111 | 101000010 | 1011001 | 101001 |
Color Harmonies of #C50C80
Complementary color
Monochromatic Colors of #C50C80
Black with #C50C80
Text Example
Text Example
White with #C50C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C80; }
p { color: rgb(197,12,128); }
H1.HeaderClassName
{
color: #C50C80;
}
.AnyTagClassName
{
color: #C50C80;
}
</style>
background-color css
<style>
a { background-color: #C50C80; }
a { background-color: rgb(197,12,128); }
div.DivClassName
{
background-color: #C50C80;
}
.BgClassName
{
background-color: #C50C80;
}
</style>
border-color css
<style>
span { border-color: #C50C80; }
span { border-color: rgb(197,12,128); }
td.TdClassName
{
border-color: #C50C80;
}
.TagClassName
{
border-color: #C50C80;
}
</style>