Shades of Medium Violet Red #C51BAB
Tints of Medium Violet Red #C51BAB
RGB
CMYK
RGB Variations
Color information
#C51BAB (or 0xC51BAB) is known color: Medium Violet Red. HEX triplet: C5, 1B and AB. RGB value is (197,27,171). Sum of RGB (Red+Green+Blue) = 197+27+171=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BAB is #3AE454. Grayscale: #5D5D5D. Windows color (decimal): -3859541 or 11213765. OLE color: 11213765.
HSL color Cylindrical-coordinate representation of color #C51BAB: hue angle of 309.18º 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 #C51BAB is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 171 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.23 |
| HSL | 309.18º | 0.76% | 0.44% | - |
| HSV(B) | 309.18º | 0.86% | 0.77% | - |
| XYZ | 30.77 | 15.59 | 39.92 | - |
| YUV | 94.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 171 | 0 | 0.86 | 0.13 | 0.23 | 309.18 | 0.76 | 0.44 |
| Hex | C5 | 1B | AB | 0 | 56 | D | 17 | 135 | 4C | 2C |
| Octal | 305 | 33 | 253 | 0 | 126 | 15 | 27 | 465 | 114 | 54 |
| Binary | 11000101 | 11011 | 10101011 | 0 | 1010110 | 1101 | 10111 | 100110101 | 1001100 | 101100 |
Color Harmonies of #C51BAB
Complementary color
Monochromatic Colors of #C51BAB
Black with #C51BAB
Text Example
Text Example
White with #C51BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BAB; }
p { color: rgb(197,27,171); }
H1.HeaderClassName
{
color: #C51BAB;
}
.AnyTagClassName
{
color: #C51BAB;
}
</style>
background-color css
<style>
a { background-color: #C51BAB; }
a { background-color: rgb(197,27,171); }
div.DivClassName
{
background-color: #C51BAB;
}
.BgClassName
{
background-color: #C51BAB;
}
</style>
border-color css
<style>
span { border-color: #C51BAB; }
span { border-color: rgb(197,27,171); }
td.TdClassName
{
border-color: #C51BAB;
}
.TagClassName
{
border-color: #C51BAB;
}
</style>