Shades of Medium Violet Red #C50D7B
Tints of Medium Violet Red #C50D7B
RGB
CMYK
RGB Variations
Color information
#C50D7B (or 0xC50D7B) is known color: Medium Violet Red. HEX triplet: C5, 0D and 7B. RGB value is (197,13,123). Sum of RGB (Red+Green+Blue) = 197+13+123=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D7B is #3AF284. Grayscale: #505050. Windows color (decimal): -3863173 or 8064453. OLE color: 8064453.
HSL color Cylindrical-coordinate representation of color #C50D7B: hue angle of 324.13º 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 #C50D7B is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 13 | 123 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.23 |
| HSL | 324.13º | 0.88% | 0.41% | - |
| HSV(B) | 324.13º | 0.93% | 0.77% | - |
| XYZ | 26.75 | 13.59 | 19.95 | - |
| YUV | 80.56 | 151.96 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 13 | 123 | 0 | 0.93 | 0.38 | 0.23 | 324.13 | 0.88 | 0.41 |
| Hex | C5 | D | 7B | 0 | 5D | 26 | 17 | 144 | 58 | 29 |
| Octal | 305 | 15 | 173 | 0 | 135 | 46 | 27 | 504 | 130 | 51 |
| Binary | 11000101 | 1101 | 1111011 | 0 | 1011101 | 100110 | 10111 | 101000100 | 1011000 | 101001 |
Color Harmonies of #C50D7B
Complementary color
Monochromatic Colors of #C50D7B
Black with #C50D7B
Text Example
Text Example
White with #C50D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50D7B; }
p { color: rgb(197,13,123); }
H1.HeaderClassName
{
color: #C50D7B;
}
.AnyTagClassName
{
color: #C50D7B;
}
</style>
background-color css
<style>
a { background-color: #C50D7B; }
a { background-color: rgb(197,13,123); }
div.DivClassName
{
background-color: #C50D7B;
}
.BgClassName
{
background-color: #C50D7B;
}
</style>
border-color css
<style>
span { border-color: #C50D7B; }
span { border-color: rgb(197,13,123); }
td.TdClassName
{
border-color: #C50D7B;
}
.TagClassName
{
border-color: #C50D7B;
}
</style>