Shades of Medium Violet Red #C51B7B
Tints of Medium Violet Red #C51B7B
RGB
CMYK
RGB Variations
Color information
#C51B7B (or 0xC51B7B) is known color: Medium Violet Red. HEX triplet: C5, 1B and 7B. RGB value is (197,27,123). Sum of RGB (Red+Green+Blue) = 197+27+123=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B7B is #3AE484. Grayscale: #585858. Windows color (decimal): -3859589 or 8068037. OLE color: 8068037.
HSL color Cylindrical-coordinate representation of color #C51B7B: hue angle of 326.12º 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 #C51B7B is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 123 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.23 |
| HSL | 326.12º | 0.76% | 0.44% | - |
| HSV(B) | 326.12º | 0.86% | 0.77% | - |
| XYZ | 26.99 | 14.08 | 20.03 | - |
| YUV | 88.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 123 | 0 | 0.86 | 0.38 | 0.23 | 326.12 | 0.76 | 0.44 |
| Hex | C5 | 1B | 7B | 0 | 56 | 26 | 17 | 146 | 4C | 2C |
| Octal | 305 | 33 | 173 | 0 | 126 | 46 | 27 | 506 | 114 | 54 |
| Binary | 11000101 | 11011 | 1111011 | 0 | 1010110 | 100110 | 10111 | 101000110 | 1001100 | 101100 |
Color Harmonies of #C51B7B
Complementary color
Monochromatic Colors of #C51B7B
Black with #C51B7B
Text Example
Text Example
White with #C51B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B7B; }
p { color: rgb(197,27,123); }
H1.HeaderClassName
{
color: #C51B7B;
}
.AnyTagClassName
{
color: #C51B7B;
}
</style>
background-color css
<style>
a { background-color: #C51B7B; }
a { background-color: rgb(197,27,123); }
div.DivClassName
{
background-color: #C51B7B;
}
.BgClassName
{
background-color: #C51B7B;
}
</style>
border-color css
<style>
span { border-color: #C51B7B; }
span { border-color: rgb(197,27,123); }
td.TdClassName
{
border-color: #C51B7B;
}
.TagClassName
{
border-color: #C51B7B;
}
</style>