Shades of Medium Violet Red #C51BA0
Tints of Medium Violet Red #C51BA0
RGB
CMYK
RGB Variations
Color information
#C51BA0 (or 0xC51BA0) is known color: Medium Violet Red. HEX triplet: C5, 1B and A0. RGB value is (197,27,160). Sum of RGB (Red+Green+Blue) = 197+27+160=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BA0 is #3AE45F. Grayscale: #5C5C5C. Windows color (decimal): -3859552 or 10492869. OLE color: 10492869.
HSL color Cylindrical-coordinate representation of color #C51BA0: hue angle of 313.06º 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 #C51BA0 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 160 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.23 |
| HSL | 313.06º | 0.76% | 0.44% | - |
| HSV(B) | 313.06º | 0.86% | 0.77% | - |
| XYZ | 29.76 | 15.19 | 34.62 | - |
| YUV | 92.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 160 | 0 | 0.86 | 0.19 | 0.23 | 313.06 | 0.76 | 0.44 |
| Hex | C5 | 1B | A0 | 0 | 56 | 13 | 17 | 139 | 4C | 2C |
| Octal | 305 | 33 | 240 | 0 | 126 | 23 | 27 | 471 | 114 | 54 |
| Binary | 11000101 | 11011 | 10100000 | 0 | 1010110 | 10011 | 10111 | 100111001 | 1001100 | 101100 |
Color Harmonies of #C51BA0
Complementary color
Monochromatic Colors of #C51BA0
Black with #C51BA0
Text Example
Text Example
White with #C51BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BA0; }
p { color: rgb(197,27,160); }
H1.HeaderClassName
{
color: #C51BA0;
}
.AnyTagClassName
{
color: #C51BA0;
}
</style>
background-color css
<style>
a { background-color: #C51BA0; }
a { background-color: rgb(197,27,160); }
div.DivClassName
{
background-color: #C51BA0;
}
.BgClassName
{
background-color: #C51BA0;
}
</style>
border-color css
<style>
span { border-color: #C51BA0; }
span { border-color: rgb(197,27,160); }
td.TdClassName
{
border-color: #C51BA0;
}
.TagClassName
{
border-color: #C51BA0;
}
</style>