Shades of Medium Violet Red #C51FA3
Tints of Medium Violet Red #C51FA3
RGB
CMYK
RGB Variations
Color information
#C51FA3 (or 0xC51FA3) is known color: Medium Violet Red. HEX triplet: C5, 1F and A3. RGB value is (197,31,163). Sum of RGB (Red+Green+Blue) = 197+31+163=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FA3 is #3AE05C. Grayscale: #5F5F5F. Windows color (decimal): -3858525 or 10690501. OLE color: 10690501.
HSL color Cylindrical-coordinate representation of color #C51FA3: hue angle of 312.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51FA3 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 163 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.23 |
| HSL | 312.29º | 0.73% | 0.45% | - |
| HSV(B) | 312.29º | 0.84% | 0.77% | - |
| XYZ | 30.13 | 15.49 | 36.05 | - |
| YUV | 95.68 | 166 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 163 | 0 | 0.84 | 0.17 | 0.23 | 312.29 | 0.73 | 0.45 |
| Hex | C5 | 1F | A3 | 0 | 54 | 11 | 17 | 138 | 49 | 2D |
| Octal | 305 | 37 | 243 | 0 | 124 | 21 | 27 | 470 | 111 | 55 |
| Binary | 11000101 | 11111 | 10100011 | 0 | 1010100 | 10001 | 10111 | 100111000 | 1001001 | 101101 |
Color Harmonies of #C51FA3
Complementary color
Monochromatic Colors of #C51FA3
Black with #C51FA3
Text Example
Text Example
White with #C51FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51FA3; }
p { color: rgb(197,31,163); }
H1.HeaderClassName
{
color: #C51FA3;
}
.AnyTagClassName
{
color: #C51FA3;
}
</style>
background-color css
<style>
a { background-color: #C51FA3; }
a { background-color: rgb(197,31,163); }
div.DivClassName
{
background-color: #C51FA3;
}
.BgClassName
{
background-color: #C51FA3;
}
</style>
border-color css
<style>
span { border-color: #C51FA3; }
span { border-color: rgb(197,31,163); }
td.TdClassName
{
border-color: #C51FA3;
}
.TagClassName
{
border-color: #C51FA3;
}
</style>