Shades of Medium Violet Red #C51BA7
Tints of Medium Violet Red #C51BA7
RGB
CMYK
RGB Variations
Color information
#C51BA7 (or 0xC51BA7) is known color: Medium Violet Red. HEX triplet: C5, 1B and A7. RGB value is (197,27,167). Sum of RGB (Red+Green+Blue) = 197+27+167=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BA7 is #3AE458. Grayscale: #5D5D5D. Windows color (decimal): -3859545 or 10951621. OLE color: 10951621.
HSL color Cylindrical-coordinate representation of color #C51BA7: hue angle of 310.59º 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 #C51BA7 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 167 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.23 |
| HSL | 310.59º | 0.76% | 0.44% | - |
| HSV(B) | 310.59º | 0.86% | 0.77% | - |
| XYZ | 30.39 | 15.44 | 37.94 | - |
| YUV | 93.79 | 169.32 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 167 | 0 | 0.86 | 0.15 | 0.23 | 310.59 | 0.76 | 0.44 |
| Hex | C5 | 1B | A7 | 0 | 56 | F | 17 | 137 | 4C | 2C |
| Octal | 305 | 33 | 247 | 0 | 126 | 17 | 27 | 467 | 114 | 54 |
| Binary | 11000101 | 11011 | 10100111 | 0 | 1010110 | 1111 | 10111 | 100110111 | 1001100 | 101100 |
Color Harmonies of #C51BA7
Complementary color
Monochromatic Colors of #C51BA7
Black with #C51BA7
Text Example
Text Example
White with #C51BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BA7; }
p { color: rgb(197,27,167); }
H1.HeaderClassName
{
color: #C51BA7;
}
.AnyTagClassName
{
color: #C51BA7;
}
</style>
background-color css
<style>
a { background-color: #C51BA7; }
a { background-color: rgb(197,27,167); }
div.DivClassName
{
background-color: #C51BA7;
}
.BgClassName
{
background-color: #C51BA7;
}
</style>
border-color css
<style>
span { border-color: #C51BA7; }
span { border-color: rgb(197,27,167); }
td.TdClassName
{
border-color: #C51BA7;
}
.TagClassName
{
border-color: #C51BA7;
}
</style>