Shades of Medium Violet Red #C50472
Tints of Medium Violet Red #C50472
RGB
CMYK
RGB Variations
Color information
#C50472 (or 0xC50472) is known color: Medium Violet Red. HEX triplet: C5, 04 and 72. RGB value is (197,4,114). Sum of RGB (Red+Green+Blue) = 197+4+114=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C50472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50472 is #3AFB8D. Grayscale: #4A4A4A. Windows color (decimal): -3865486 or 7472325. OLE color: 7472325.
HSL color Cylindrical-coordinate representation of color #C50472: hue angle of 325.8º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50472 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.23 |
| HSL | 325.8º | 0.96% | 0.39% | - |
| HSV(B) | 325.8º | 0.98% | 0.77% | - |
| XYZ | 26.11 | 13.17 | 17.09 | - |
| YUV | 74.25 | 150.44 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 114 | 0 | 0.98 | 0.42 | 0.23 | 325.8 | 0.96 | 0.39 |
| Hex | C5 | 4 | 72 | 0 | 62 | 2A | 17 | 146 | 60 | 27 |
| Octal | 305 | 4 | 162 | 0 | 142 | 52 | 27 | 506 | 140 | 47 |
| Binary | 11000101 | 100 | 1110010 | 0 | 1100010 | 101010 | 10111 | 101000110 | 1100000 | 100111 |
Color Harmonies of #C50472
Complementary color
Monochromatic Colors of #C50472
Black with #C50472
Text Example
Text Example
White with #C50472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50472; }
p { color: rgb(197,4,114); }
H1.HeaderClassName
{
color: #C50472;
}
.AnyTagClassName
{
color: #C50472;
}
</style>
background-color css
<style>
a { background-color: #C50472; }
a { background-color: rgb(197,4,114); }
div.DivClassName
{
background-color: #C50472;
}
.BgClassName
{
background-color: #C50472;
}
</style>
border-color css
<style>
span { border-color: #C50472; }
span { border-color: rgb(197,4,114); }
td.TdClassName
{
border-color: #C50472;
}
.TagClassName
{
border-color: #C50472;
}
</style>