Shades of Medium Violet Red #C50C8A
Tints of Medium Violet Red #C50C8A
RGB
CMYK
RGB Variations
Color information
#C50C8A (or 0xC50C8A) is known color: Medium Violet Red. HEX triplet: C5, 0C and 8A. RGB value is (197,12,138). Sum of RGB (Red+Green+Blue) = 197+12+138=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50C8A is #3AF375. Grayscale: #515151. Windows color (decimal): -3863414 or 9047237. OLE color: 9047237.
HSL color Cylindrical-coordinate representation of color #C50C8A: hue angle of 319.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C8A is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 138 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.23 |
| HSL | 319.14º | 0.89% | 0.41% | - |
| HSV(B) | 319.14º | 0.94% | 0.77% | - |
| XYZ | 27.74 | 13.97 | 25.28 | - |
| YUV | 81.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 138 | 0 | 0.94 | 0.30 | 0.23 | 319.14 | 0.89 | 0.41 |
| Hex | C5 | C | 8A | 0 | 5E | 1E | 17 | 13F | 59 | 29 |
| Octal | 305 | 14 | 212 | 0 | 136 | 36 | 27 | 477 | 131 | 51 |
| Binary | 11000101 | 1100 | 10001010 | 0 | 1011110 | 11110 | 10111 | 100111111 | 1011001 | 101001 |
Color Harmonies of #C50C8A
Complementary color
Monochromatic Colors of #C50C8A
Black with #C50C8A
Text Example
Text Example
White with #C50C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C8A; }
p { color: rgb(197,12,138); }
H1.HeaderClassName
{
color: #C50C8A;
}
.AnyTagClassName
{
color: #C50C8A;
}
</style>
background-color css
<style>
a { background-color: #C50C8A; }
a { background-color: rgb(197,12,138); }
div.DivClassName
{
background-color: #C50C8A;
}
.BgClassName
{
background-color: #C50C8A;
}
</style>
border-color css
<style>
span { border-color: #C50C8A; }
span { border-color: rgb(197,12,138); }
td.TdClassName
{
border-color: #C50C8A;
}
.TagClassName
{
border-color: #C50C8A;
}
</style>