Shades of Medium Violet Red #C51B9B
Tints of Medium Violet Red #C51B9B
RGB
CMYK
RGB Variations
Color information
#C51B9B (or 0xC51B9B) is known color: Medium Violet Red. HEX triplet: C5, 1B and 9B. RGB value is (197,27,155). Sum of RGB (Red+Green+Blue) = 197+27+155=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51B9B is #3AE464. Grayscale: #5C5C5C. Windows color (decimal): -3859557 or 10165189. OLE color: 10165189.
HSL color Cylindrical-coordinate representation of color #C51B9B: hue angle of 314.82º 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 #C51B9B is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 155 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.23 |
| HSL | 314.82º | 0.76% | 0.44% | - |
| HSV(B) | 314.82º | 0.86% | 0.77% | - |
| XYZ | 29.33 | 15.02 | 32.36 | - |
| YUV | 92.42 | 163.32 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 155 | 0 | 0.86 | 0.21 | 0.23 | 314.82 | 0.76 | 0.44 |
| Hex | C5 | 1B | 9B | 0 | 56 | 15 | 17 | 13B | 4C | 2C |
| Octal | 305 | 33 | 233 | 0 | 126 | 25 | 27 | 473 | 114 | 54 |
| Binary | 11000101 | 11011 | 10011011 | 0 | 1010110 | 10101 | 10111 | 100111011 | 1001100 | 101100 |
Color Harmonies of #C51B9B
Complementary color
Monochromatic Colors of #C51B9B
Black with #C51B9B
Text Example
Text Example
White with #C51B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B9B; }
p { color: rgb(197,27,155); }
H1.HeaderClassName
{
color: #C51B9B;
}
.AnyTagClassName
{
color: #C51B9B;
}
</style>
background-color css
<style>
a { background-color: #C51B9B; }
a { background-color: rgb(197,27,155); }
div.DivClassName
{
background-color: #C51B9B;
}
.BgClassName
{
background-color: #C51B9B;
}
</style>
border-color css
<style>
span { border-color: #C51B9B; }
span { border-color: rgb(197,27,155); }
td.TdClassName
{
border-color: #C51B9B;
}
.TagClassName
{
border-color: #C51B9B;
}
</style>