Shades of Medium Violet Red #C50FA7
Tints of Medium Violet Red #C50FA7
RGB
CMYK
RGB Variations
Color information
#C50FA7 (or 0xC50FA7) is known color: Medium Violet Red. HEX triplet: C5, 0F and A7. RGB value is (197,15,167). Sum of RGB (Red+Green+Blue) = 197+15+167=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FA7 is #3AF058. Grayscale: #565656. Windows color (decimal): -3862617 or 10948549. OLE color: 10948549.
HSL color Cylindrical-coordinate representation of color #C50FA7: hue angle of 309.89º 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 #C50FA7 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 167 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.23 |
| HSL | 309.89º | 0.86% | 0.42% | - |
| HSV(B) | 309.89º | 0.92% | 0.77% | - |
| XYZ | 30.17 | 15 | 37.86 | - |
| YUV | 86.75 | 173.3 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 167 | 0 | 0.92 | 0.15 | 0.23 | 309.89 | 0.86 | 0.42 |
| Hex | C5 | F | A7 | 0 | 5C | F | 17 | 136 | 56 | 2A |
| Octal | 305 | 17 | 247 | 0 | 134 | 17 | 27 | 466 | 126 | 52 |
| Binary | 11000101 | 1111 | 10100111 | 0 | 1011100 | 1111 | 10111 | 100110110 | 1010110 | 101010 |
Color Harmonies of #C50FA7
Complementary color
Monochromatic Colors of #C50FA7
Black with #C50FA7
Text Example
Text Example
White with #C50FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FA7; }
p { color: rgb(197,15,167); }
H1.HeaderClassName
{
color: #C50FA7;
}
.AnyTagClassName
{
color: #C50FA7;
}
</style>
background-color css
<style>
a { background-color: #C50FA7; }
a { background-color: rgb(197,15,167); }
div.DivClassName
{
background-color: #C50FA7;
}
.BgClassName
{
background-color: #C50FA7;
}
</style>
border-color css
<style>
span { border-color: #C50FA7; }
span { border-color: rgb(197,15,167); }
td.TdClassName
{
border-color: #C50FA7;
}
.TagClassName
{
border-color: #C50FA7;
}
</style>