Shades of Medium Violet Red #C51B8C
Tints of Medium Violet Red #C51B8C
RGB
CMYK
RGB Variations
Color information
#C51B8C (or 0xC51B8C) is known color: Medium Violet Red. HEX triplet: C5, 1B and 8C. RGB value is (197,27,140). Sum of RGB (Red+Green+Blue) = 197+27+140=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51B8C is #3AE473. Grayscale: #5A5A5A. Windows color (decimal): -3859572 or 9182149. OLE color: 9182149.
HSL color Cylindrical-coordinate representation of color #C51B8C: hue angle of 320.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51B8C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 140 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.23 |
| HSL | 320.12º | 0.76% | 0.44% | - |
| HSV(B) | 320.12º | 0.86% | 0.77% | - |
| XYZ | 28.15 | 14.55 | 26.14 | - |
| YUV | 90.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 140 | 0 | 0.86 | 0.29 | 0.23 | 320.12 | 0.76 | 0.44 |
| Hex | C5 | 1B | 8C | 0 | 56 | 1D | 17 | 140 | 4C | 2C |
| Octal | 305 | 33 | 214 | 0 | 126 | 35 | 27 | 500 | 114 | 54 |
| Binary | 11000101 | 11011 | 10001100 | 0 | 1010110 | 11101 | 10111 | 101000000 | 1001100 | 101100 |
Color Harmonies of #C51B8C
Complementary color
Monochromatic Colors of #C51B8C
Black with #C51B8C
Text Example
Text Example
White with #C51B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B8C; }
p { color: rgb(197,27,140); }
H1.HeaderClassName
{
color: #C51B8C;
}
.AnyTagClassName
{
color: #C51B8C;
}
</style>
background-color css
<style>
a { background-color: #C51B8C; }
a { background-color: rgb(197,27,140); }
div.DivClassName
{
background-color: #C51B8C;
}
.BgClassName
{
background-color: #C51B8C;
}
</style>
border-color css
<style>
span { border-color: #C51B8C; }
span { border-color: rgb(197,27,140); }
td.TdClassName
{
border-color: #C51B8C;
}
.TagClassName
{
border-color: #C51B8C;
}
</style>