Shades of Medium Violet Red #C51BAA
Tints of Medium Violet Red #C51BAA
RGB
CMYK
RGB Variations
Color information
#C51BAA (or 0xC51BAA) is known color: Medium Violet Red. HEX triplet: C5, 1B and AA. RGB value is (197,27,170). Sum of RGB (Red+Green+Blue) = 197+27+170=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BAA is #3AE455. Grayscale: #5D5D5D. Windows color (decimal): -3859542 or 11148229. OLE color: 11148229.
HSL color Cylindrical-coordinate representation of color #C51BAA: hue angle of 309.53º 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 #C51BAA is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 170 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.23 |
| HSL | 309.53º | 0.76% | 0.44% | - |
| HSV(B) | 309.53º | 0.86% | 0.77% | - |
| XYZ | 30.67 | 15.56 | 39.42 | - |
| YUV | 94.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 170 | 0 | 0.86 | 0.14 | 0.23 | 309.53 | 0.76 | 0.44 |
| Hex | C5 | 1B | AA | 0 | 56 | E | 17 | 136 | 4C | 2C |
| Octal | 305 | 33 | 252 | 0 | 126 | 16 | 27 | 466 | 114 | 54 |
| Binary | 11000101 | 11011 | 10101010 | 0 | 1010110 | 1110 | 10111 | 100110110 | 1001100 | 101100 |
Color Harmonies of #C51BAA
Complementary color
Monochromatic Colors of #C51BAA
Black with #C51BAA
Text Example
Text Example
White with #C51BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BAA; }
p { color: rgb(197,27,170); }
H1.HeaderClassName
{
color: #C51BAA;
}
.AnyTagClassName
{
color: #C51BAA;
}
</style>
background-color css
<style>
a { background-color: #C51BAA; }
a { background-color: rgb(197,27,170); }
div.DivClassName
{
background-color: #C51BAA;
}
.BgClassName
{
background-color: #C51BAA;
}
</style>
border-color css
<style>
span { border-color: #C51BAA; }
span { border-color: rgb(197,27,170); }
td.TdClassName
{
border-color: #C51BAA;
}
.TagClassName
{
border-color: #C51BAA;
}
</style>