Shades of Medium Violet Red #C50481
Tints of Medium Violet Red #C50481
RGB
CMYK
RGB Variations
Color information
#C50481 (or 0xC50481) is known color: Medium Violet Red. HEX triplet: C5, 04 and 81. RGB value is (197,4,129). Sum of RGB (Red+Green+Blue) = 197+4+129=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C50481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50481 is #3AFB7E. Grayscale: #4B4B4B. Windows color (decimal): -3865471 or 8455365. OLE color: 8455365.
HSL color Cylindrical-coordinate representation of color #C50481: hue angle of 321.14º 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 #C50481 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.23 |
| HSL | 321.14º | 0.96% | 0.39% | - |
| HSV(B) | 321.14º | 0.98% | 0.77% | - |
| XYZ | 27.03 | 13.54 | 21.96 | - |
| YUV | 75.96 | 157.94 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 129 | 0 | 0.98 | 0.35 | 0.23 | 321.14 | 0.96 | 0.39 |
| Hex | C5 | 4 | 81 | 0 | 62 | 23 | 17 | 141 | 60 | 27 |
| Octal | 305 | 4 | 201 | 0 | 142 | 43 | 27 | 501 | 140 | 47 |
| Binary | 11000101 | 100 | 10000001 | 0 | 1100010 | 100011 | 10111 | 101000001 | 1100000 | 100111 |
Color Harmonies of #C50481
Complementary color
Monochromatic Colors of #C50481
Black with #C50481
Text Example
Text Example
White with #C50481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50481; }
p { color: rgb(197,4,129); }
H1.HeaderClassName
{
color: #C50481;
}
.AnyTagClassName
{
color: #C50481;
}
</style>
background-color css
<style>
a { background-color: #C50481; }
a { background-color: rgb(197,4,129); }
div.DivClassName
{
background-color: #C50481;
}
.BgClassName
{
background-color: #C50481;
}
</style>
border-color css
<style>
span { border-color: #C50481; }
span { border-color: rgb(197,4,129); }
td.TdClassName
{
border-color: #C50481;
}
.TagClassName
{
border-color: #C50481;
}
</style>