Shades of Medium Violet Red #C51BA2
Tints of Medium Violet Red #C51BA2
RGB
CMYK
RGB Variations
Color information
#C51BA2 (or 0xC51BA2) is known color: Medium Violet Red. HEX triplet: C5, 1B and A2. RGB value is (197,27,162). Sum of RGB (Red+Green+Blue) = 197+27+162=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BA2 is #3AE45D. Grayscale: #5C5C5C. Windows color (decimal): -3859550 or 10623941. OLE color: 10623941.
HSL color Cylindrical-coordinate representation of color #C51BA2: hue angle of 312.35º 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 #C51BA2 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 162 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.23 |
| HSL | 312.35º | 0.76% | 0.44% | - |
| HSV(B) | 312.35º | 0.86% | 0.77% | - |
| XYZ | 29.94 | 15.26 | 35.55 | - |
| YUV | 93.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 162 | 0 | 0.86 | 0.18 | 0.23 | 312.35 | 0.76 | 0.44 |
| Hex | C5 | 1B | A2 | 0 | 56 | 12 | 17 | 138 | 4C | 2C |
| Octal | 305 | 33 | 242 | 0 | 126 | 22 | 27 | 470 | 114 | 54 |
| Binary | 11000101 | 11011 | 10100010 | 0 | 1010110 | 10010 | 10111 | 100111000 | 1001100 | 101100 |
Color Harmonies of #C51BA2
Complementary color
Monochromatic Colors of #C51BA2
Black with #C51BA2
Text Example
Text Example
White with #C51BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BA2; }
p { color: rgb(197,27,162); }
H1.HeaderClassName
{
color: #C51BA2;
}
.AnyTagClassName
{
color: #C51BA2;
}
</style>
background-color css
<style>
a { background-color: #C51BA2; }
a { background-color: rgb(197,27,162); }
div.DivClassName
{
background-color: #C51BA2;
}
.BgClassName
{
background-color: #C51BA2;
}
</style>
border-color css
<style>
span { border-color: #C51BA2; }
span { border-color: rgb(197,27,162); }
td.TdClassName
{
border-color: #C51BA2;
}
.TagClassName
{
border-color: #C51BA2;
}
</style>