Shades of Medium Violet Red #C50D81
Tints of Medium Violet Red #C50D81
RGB
CMYK
RGB Variations
Color information
#C50D81 (or 0xC50D81) is known color: Medium Violet Red. HEX triplet: C5, 0D and 81. RGB value is (197,13,129). Sum of RGB (Red+Green+Blue) = 197+13+129=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50D81 is #3AF27E. Grayscale: #505050. Windows color (decimal): -3863167 or 8457669. OLE color: 8457669.
HSL color Cylindrical-coordinate representation of color #C50D81: hue angle of 322.17º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D81 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 129 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.23 |
| HSL | 322.17º | 0.88% | 0.41% | - |
| HSV(B) | 322.17º | 0.93% | 0.77% | - |
| XYZ | 27.13 | 13.74 | 21.99 | - |
| YUV | 81.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 129 | 0 | 0.93 | 0.35 | 0.23 | 322.17 | 0.88 | 0.41 |
| Hex | C5 | D | 81 | 0 | 5D | 23 | 17 | 142 | 58 | 29 |
| Octal | 305 | 15 | 201 | 0 | 135 | 43 | 27 | 502 | 130 | 51 |
| Binary | 11000101 | 1101 | 10000001 | 0 | 1011101 | 100011 | 10111 | 101000010 | 1011000 | 101001 |
Color Harmonies of #C50D81
Complementary color
Monochromatic Colors of #C50D81
Black with #C50D81
Text Example
Text Example
White with #C50D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D81; }
p { color: rgb(197,13,129); }
H1.HeaderClassName
{
color: #C50D81;
}
.AnyTagClassName
{
color: #C50D81;
}
</style>
background-color css
<style>
a { background-color: #C50D81; }
a { background-color: rgb(197,13,129); }
div.DivClassName
{
background-color: #C50D81;
}
.BgClassName
{
background-color: #C50D81;
}
</style>
border-color css
<style>
span { border-color: #C50D81; }
span { border-color: rgb(197,13,129); }
td.TdClassName
{
border-color: #C50D81;
}
.TagClassName
{
border-color: #C50D81;
}
</style>