Shades of Medium Violet Red #C51B6C
Tints of Medium Violet Red #C51B6C
RGB
CMYK
RGB Variations
Color information
#C51B6C (or 0xC51B6C) is known color: Medium Violet Red. HEX triplet: C5, 1B and 6C. RGB value is (197,27,108). Sum of RGB (Red+Green+Blue) = 197+27+108=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B6C is #3AE493. Grayscale: #565656. Windows color (decimal): -3859604 or 7084997. OLE color: 7084997.
HSL color Cylindrical-coordinate representation of color #C51B6C: hue angle of 331.41º 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 #C51B6C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 27 | 108 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.23 |
| HSL | 331.41º | 0.76% | 0.44% | - |
| HSV(B) | 331.41º | 0.86% | 0.77% | - |
| XYZ | 26.12 | 13.74 | 15.46 | - |
| YUV | 87.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 108 | 0 | 0.86 | 0.45 | 0.23 | 331.41 | 0.76 | 0.44 |
| Hex | C5 | 1B | 6C | 0 | 56 | 2D | 17 | 14B | 4C | 2C |
| Octal | 305 | 33 | 154 | 0 | 126 | 55 | 27 | 513 | 114 | 54 |
| Binary | 11000101 | 11011 | 1101100 | 0 | 1010110 | 101101 | 10111 | 101001011 | 1001100 | 101100 |
Color Harmonies of #C51B6C
Complementary color
Monochromatic Colors of #C51B6C
Black with #C51B6C
Text Example
Text Example
White with #C51B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51B6C; }
p { color: rgb(197,27,108); }
H1.HeaderClassName
{
color: #C51B6C;
}
.AnyTagClassName
{
color: #C51B6C;
}
</style>
background-color css
<style>
a { background-color: #C51B6C; }
a { background-color: rgb(197,27,108); }
div.DivClassName
{
background-color: #C51B6C;
}
.BgClassName
{
background-color: #C51B6C;
}
</style>
border-color css
<style>
span { border-color: #C51B6C; }
span { border-color: rgb(197,27,108); }
td.TdClassName
{
border-color: #C51B6C;
}
.TagClassName
{
border-color: #C51B6C;
}
</style>