Shades of Medium Violet Red #C50FA3
Tints of Medium Violet Red #C50FA3
RGB
CMYK
RGB Variations
Color information
#C50FA3 (or 0xC50FA3) is known color: Medium Violet Red. HEX triplet: C5, 0F and A3. RGB value is (197,15,163). Sum of RGB (Red+Green+Blue) = 197+15+163=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C50FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50FA3 is #3AF05C. Grayscale: #555555. Windows color (decimal): -3862621 or 10686405. OLE color: 10686405.
HSL color Cylindrical-coordinate representation of color #C50FA3: hue angle of 311.21º 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 #C50FA3 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 163 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.23 |
| HSL | 311.21º | 0.86% | 0.42% | - |
| HSV(B) | 311.21º | 0.92% | 0.77% | - |
| XYZ | 29.81 | 14.86 | 35.95 | - |
| YUV | 86.29 | 171.3 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 163 | 0 | 0.92 | 0.17 | 0.23 | 311.21 | 0.86 | 0.42 |
| Hex | C5 | F | A3 | 0 | 5C | 11 | 17 | 137 | 56 | 2A |
| Octal | 305 | 17 | 243 | 0 | 134 | 21 | 27 | 467 | 126 | 52 |
| Binary | 11000101 | 1111 | 10100011 | 0 | 1011100 | 10001 | 10111 | 100110111 | 1010110 | 101010 |
Color Harmonies of #C50FA3
Complementary color
Monochromatic Colors of #C50FA3
Black with #C50FA3
Text Example
Text Example
White with #C50FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50FA3; }
p { color: rgb(197,15,163); }
H1.HeaderClassName
{
color: #C50FA3;
}
.AnyTagClassName
{
color: #C50FA3;
}
</style>
background-color css
<style>
a { background-color: #C50FA3; }
a { background-color: rgb(197,15,163); }
div.DivClassName
{
background-color: #C50FA3;
}
.BgClassName
{
background-color: #C50FA3;
}
</style>
border-color css
<style>
span { border-color: #C50FA3; }
span { border-color: rgb(197,15,163); }
td.TdClassName
{
border-color: #C50FA3;
}
.TagClassName
{
border-color: #C50FA3;
}
</style>