Shades of Medium Violet Red #C50C9A
Tints of Medium Violet Red #C50C9A
RGB
CMYK
RGB Variations
Color information
#C50C9A (or 0xC50C9A) is known color: Medium Violet Red. HEX triplet: C5, 0C and 9A. RGB value is (197,12,154). Sum of RGB (Red+Green+Blue) = 197+12+154=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50C9A is #3AF365. Grayscale: #535353. Windows color (decimal): -3863398 or 10095813. OLE color: 10095813.
HSL color Cylindrical-coordinate representation of color #C50C9A: hue angle of 313.95º 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 #C50C9A is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 154 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.23 |
| HSL | 313.95º | 0.89% | 0.41% | - |
| HSV(B) | 313.95º | 0.94% | 0.77% | - |
| XYZ | 28.99 | 14.47 | 31.84 | - |
| YUV | 83.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 154 | 0 | 0.94 | 0.22 | 0.23 | 313.95 | 0.89 | 0.41 |
| Hex | C5 | C | 9A | 0 | 5E | 16 | 17 | 13A | 59 | 29 |
| Octal | 305 | 14 | 232 | 0 | 136 | 26 | 27 | 472 | 131 | 51 |
| Binary | 11000101 | 1100 | 10011010 | 0 | 1011110 | 10110 | 10111 | 100111010 | 1011001 | 101001 |
Color Harmonies of #C50C9A
Complementary color
Monochromatic Colors of #C50C9A
Black with #C50C9A
Text Example
Text Example
White with #C50C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C9A; }
p { color: rgb(197,12,154); }
H1.HeaderClassName
{
color: #C50C9A;
}
.AnyTagClassName
{
color: #C50C9A;
}
</style>
background-color css
<style>
a { background-color: #C50C9A; }
a { background-color: rgb(197,12,154); }
div.DivClassName
{
background-color: #C50C9A;
}
.BgClassName
{
background-color: #C50C9A;
}
</style>
border-color css
<style>
span { border-color: #C50C9A; }
span { border-color: rgb(197,12,154); }
td.TdClassName
{
border-color: #C50C9A;
}
.TagClassName
{
border-color: #C50C9A;
}
</style>