Shades of Medium Violet Red #C50F9E
Tints of Medium Violet Red #C50F9E
RGB
CMYK
RGB Variations
Color information
#C50F9E (or 0xC50F9E) is known color: Medium Violet Red. HEX triplet: C5, 0F and 9E. RGB value is (197,15,158). Sum of RGB (Red+Green+Blue) = 197+15+158=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50F9E is #3AF061. Grayscale: #555555. Windows color (decimal): -3862626 or 10358725. OLE color: 10358725.
HSL color Cylindrical-coordinate representation of color #C50F9E: hue angle of 312.86º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F9E is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 158 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.23 |
| HSL | 312.86º | 0.86% | 0.42% | - |
| HSV(B) | 312.86º | 0.92% | 0.77% | - |
| XYZ | 29.37 | 14.68 | 33.63 | - |
| YUV | 85.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 158 | 0 | 0.92 | 0.20 | 0.23 | 312.86 | 0.86 | 0.42 |
| Hex | C5 | F | 9E | 0 | 5C | 14 | 17 | 139 | 56 | 2A |
| Octal | 305 | 17 | 236 | 0 | 134 | 24 | 27 | 471 | 126 | 52 |
| Binary | 11000101 | 1111 | 10011110 | 0 | 1011100 | 10100 | 10111 | 100111001 | 1010110 | 101010 |
Color Harmonies of #C50F9E
Complementary color
Monochromatic Colors of #C50F9E
Black with #C50F9E
Text Example
Text Example
White with #C50F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F9E; }
p { color: rgb(197,15,158); }
H1.HeaderClassName
{
color: #C50F9E;
}
.AnyTagClassName
{
color: #C50F9E;
}
</style>
background-color css
<style>
a { background-color: #C50F9E; }
a { background-color: rgb(197,15,158); }
div.DivClassName
{
background-color: #C50F9E;
}
.BgClassName
{
background-color: #C50F9E;
}
</style>
border-color css
<style>
span { border-color: #C50F9E; }
span { border-color: rgb(197,15,158); }
td.TdClassName
{
border-color: #C50F9E;
}
.TagClassName
{
border-color: #C50F9E;
}
</style>