Shades of Medium Violet Red #C51B6E
Tints of Medium Violet Red #C51B6E
RGB
CMYK
RGB Variations
Color information
#C51B6E (or 0xC51B6E) is known color: Medium Violet Red. HEX triplet: C5, 1B and 6E. RGB value is (197,27,110). Sum of RGB (Red+Green+Blue) = 197+27+110=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B6E is #3AE491. Grayscale: #575757. Windows color (decimal): -3859602 or 7216069. OLE color: 7216069.
HSL color Cylindrical-coordinate representation of color #C51B6E: hue angle of 330.71º 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 #C51B6E is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 110 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.23 |
| HSL | 330.71º | 0.76% | 0.44% | - |
| HSV(B) | 330.71º | 0.86% | 0.77% | - |
| XYZ | 26.23 | 13.78 | 16.03 | - |
| YUV | 87.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 110 | 0 | 0.86 | 0.44 | 0.23 | 330.71 | 0.76 | 0.44 |
| Hex | C5 | 1B | 6E | 0 | 56 | 2C | 17 | 14B | 4C | 2C |
| Octal | 305 | 33 | 156 | 0 | 126 | 54 | 27 | 513 | 114 | 54 |
| Binary | 11000101 | 11011 | 1101110 | 0 | 1010110 | 101100 | 10111 | 101001011 | 1001100 | 101100 |
Color Harmonies of #C51B6E
Complementary color
Monochromatic Colors of #C51B6E
Black with #C51B6E
Text Example
Text Example
White with #C51B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B6E; }
p { color: rgb(197,27,110); }
H1.HeaderClassName
{
color: #C51B6E;
}
.AnyTagClassName
{
color: #C51B6E;
}
</style>
background-color css
<style>
a { background-color: #C51B6E; }
a { background-color: rgb(197,27,110); }
div.DivClassName
{
background-color: #C51B6E;
}
.BgClassName
{
background-color: #C51B6E;
}
</style>
border-color css
<style>
span { border-color: #C51B6E; }
span { border-color: rgb(197,27,110); }
td.TdClassName
{
border-color: #C51B6E;
}
.TagClassName
{
border-color: #C51B6E;
}
</style>