Shades of Medium Violet Red #C51BA4
Tints of Medium Violet Red #C51BA4
RGB
CMYK
RGB Variations
Color information
#C51BA4 (or 0xC51BA4) is known color: Medium Violet Red. HEX triplet: C5, 1B and A4. RGB value is (197,27,164). Sum of RGB (Red+Green+Blue) = 197+27+164=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BA4 is #3AE45B. Grayscale: #5D5D5D. Windows color (decimal): -3859548 or 10755013. OLE color: 10755013.
HSL color Cylindrical-coordinate representation of color #C51BA4: hue angle of 311.65º 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 #C51BA4 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 164 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.23 |
| HSL | 311.65º | 0.76% | 0.44% | - |
| HSV(B) | 311.65º | 0.86% | 0.77% | - |
| XYZ | 30.12 | 15.33 | 36.49 | - |
| YUV | 93.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 164 | 0 | 0.86 | 0.17 | 0.23 | 311.65 | 0.76 | 0.44 |
| Hex | C5 | 1B | A4 | 0 | 56 | 11 | 17 | 138 | 4C | 2C |
| Octal | 305 | 33 | 244 | 0 | 126 | 21 | 27 | 470 | 114 | 54 |
| Binary | 11000101 | 11011 | 10100100 | 0 | 1010110 | 10001 | 10111 | 100111000 | 1001100 | 101100 |
Color Harmonies of #C51BA4
Complementary color
Monochromatic Colors of #C51BA4
Black with #C51BA4
Text Example
Text Example
White with #C51BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BA4; }
p { color: rgb(197,27,164); }
H1.HeaderClassName
{
color: #C51BA4;
}
.AnyTagClassName
{
color: #C51BA4;
}
</style>
background-color css
<style>
a { background-color: #C51BA4; }
a { background-color: rgb(197,27,164); }
div.DivClassName
{
background-color: #C51BA4;
}
.BgClassName
{
background-color: #C51BA4;
}
</style>
border-color css
<style>
span { border-color: #C51BA4; }
span { border-color: rgb(197,27,164); }
td.TdClassName
{
border-color: #C51BA4;
}
.TagClassName
{
border-color: #C51BA4;
}
</style>