Shades of Medium Violet Red #C51F8F
Tints of Medium Violet Red #C51F8F
RGB
CMYK
RGB Variations
Color information
#C51F8F (or 0xC51F8F) is known color: Medium Violet Red. HEX triplet: C5, 1F and 8F. RGB value is (197,31,143). Sum of RGB (Red+Green+Blue) = 197+31+143=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51F8F is #3AE070. Grayscale: #5D5D5D. Windows color (decimal): -3858545 or 9379781. OLE color: 9379781.
HSL color Cylindrical-coordinate representation of color #C51F8F: hue angle of 319.52º 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 #C51F8F is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 143 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.23 |
| HSL | 319.52º | 0.73% | 0.45% | - |
| HSV(B) | 319.52º | 0.84% | 0.77% | - |
| XYZ | 28.47 | 14.83 | 27.35 | - |
| YUV | 93.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 143 | 0 | 0.84 | 0.27 | 0.23 | 319.52 | 0.73 | 0.45 |
| Hex | C5 | 1F | 8F | 0 | 54 | 1B | 17 | 140 | 49 | 2D |
| Octal | 305 | 37 | 217 | 0 | 124 | 33 | 27 | 500 | 111 | 55 |
| Binary | 11000101 | 11111 | 10001111 | 0 | 1010100 | 11011 | 10111 | 101000000 | 1001001 | 101101 |
Color Harmonies of #C51F8F
Complementary color
Monochromatic Colors of #C51F8F
Black with #C51F8F
Text Example
Text Example
White with #C51F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F8F; }
p { color: rgb(197,31,143); }
H1.HeaderClassName
{
color: #C51F8F;
}
.AnyTagClassName
{
color: #C51F8F;
}
</style>
background-color css
<style>
a { background-color: #C51F8F; }
a { background-color: rgb(197,31,143); }
div.DivClassName
{
background-color: #C51F8F;
}
.BgClassName
{
background-color: #C51F8F;
}
</style>
border-color css
<style>
span { border-color: #C51F8F; }
span { border-color: rgb(197,31,143); }
td.TdClassName
{
border-color: #C51F8F;
}
.TagClassName
{
border-color: #C51F8F;
}
</style>