Shades of Medium Violet Red #C50274
Tints of Medium Violet Red #C50274
RGB
CMYK
RGB Variations
Color information
#C50274 (or 0xC50274) is known color: Medium Violet Red. HEX triplet: C5, 02 and 74. RGB value is (197,2,116). Sum of RGB (Red+Green+Blue) = 197+2+116=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C50274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50274 is #3AFD8B. Grayscale: #494949. Windows color (decimal): -3865996 or 7602885. OLE color: 7602885.
HSL color Cylindrical-coordinate representation of color #C50274: hue angle of 324.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C50274 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.23 |
| HSL | 324.92º | 0.98% | 0.39% | - |
| HSV(B) | 324.92º | 0.99% | 0.77% | - |
| XYZ | 26.2 | 13.17 | 17.69 | - |
| YUV | 73.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 116 | 0 | 0.99 | 0.41 | 0.23 | 324.92 | 0.98 | 0.39 |
| Hex | C5 | 2 | 74 | 0 | 63 | 29 | 17 | 145 | 62 | 27 |
| Octal | 305 | 2 | 164 | 0 | 143 | 51 | 27 | 505 | 142 | 47 |
| Binary | 11000101 | 10 | 1110100 | 0 | 1100011 | 101001 | 10111 | 101000101 | 1100010 | 100111 |
Color Harmonies of #C50274
Complementary color
Monochromatic Colors of #C50274
Black with #C50274
Text Example
Text Example
White with #C50274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50274; }
p { color: rgb(197,2,116); }
H1.HeaderClassName
{
color: #C50274;
}
.AnyTagClassName
{
color: #C50274;
}
</style>
background-color css
<style>
a { background-color: #C50274; }
a { background-color: rgb(197,2,116); }
div.DivClassName
{
background-color: #C50274;
}
.BgClassName
{
background-color: #C50274;
}
</style>
border-color css
<style>
span { border-color: #C50274; }
span { border-color: rgb(197,2,116); }
td.TdClassName
{
border-color: #C50274;
}
.TagClassName
{
border-color: #C50274;
}
</style>