Shades of Medium Violet Red #C50073
Tints of Medium Violet Red #C50073
RGB
CMYK
RGB Variations
Color information
#C50073 (or 0xC50073) is known color: Medium Violet Red. HEX triplet: C5, 00 and 73. RGB value is (197,0,115). Sum of RGB (Red+Green+Blue) = 197+0+115=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C50073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50073 is #3AFF8C. Grayscale: #474747. Windows color (decimal): -3866509 or 7536837. OLE color: 7536837.
HSL color Cylindrical-coordinate representation of color #C50073: hue angle of 324.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50073 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.42 | 0.23 |
| HSL | 324.97º | 1% | 0.39% | - |
| HSV(B) | 324.97º | 1% | 0.77% | - |
| XYZ | 26.12 | 13.11 | 17.37 | - |
| YUV | 72.01 | 152.27 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 115 | 0 | 1 | 0.42 | 0.23 | 324.97 | 1 | 0.39 |
| Hex | C5 | 0 | 73 | 0 | 64 | 2A | 17 | 145 | 64 | 27 |
| Octal | 305 | 0 | 163 | 0 | 144 | 52 | 27 | 505 | 144 | 47 |
| Binary | 11000101 | 0 | 1110011 | 0 | 1100100 | 101010 | 10111 | 101000101 | 1100100 | 100111 |
Color Harmonies of #C50073
Complementary color
Monochromatic Colors of #C50073
Black with #C50073
Text Example
Text Example
White with #C50073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50073; }
p { color: rgb(197,0,115); }
H1.HeaderClassName
{
color: #C50073;
}
.AnyTagClassName
{
color: #C50073;
}
</style>
background-color css
<style>
a { background-color: #C50073; }
a { background-color: rgb(197,0,115); }
div.DivClassName
{
background-color: #C50073;
}
.BgClassName
{
background-color: #C50073;
}
</style>
border-color css
<style>
span { border-color: #C50073; }
span { border-color: rgb(197,0,115); }
td.TdClassName
{
border-color: #C50073;
}
.TagClassName
{
border-color: #C50073;
}
</style>