Shades of Medium Violet Red #C51688
Tints of Medium Violet Red #C51688
RGB
CMYK
RGB Variations
Color information
#C51688 (or 0xC51688) is known color: Medium Violet Red. HEX triplet: C5, 16 and 88. RGB value is (197,22,136). Sum of RGB (Red+Green+Blue) = 197+22+136=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C51688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51688 is #3AE977. Grayscale: #575757. Windows color (decimal): -3860856 or 8918725. OLE color: 8918725.
HSL color Cylindrical-coordinate representation of color #C51688: hue angle of 320.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51688 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 136 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.23 |
| HSL | 320.91º | 0.8% | 0.43% | - |
| HSV(B) | 320.91º | 0.89% | 0.77% | - |
| XYZ | 27.76 | 14.22 | 24.57 | - |
| YUV | 87.32 | 155.48 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 136 | 0 | 0.89 | 0.31 | 0.23 | 320.91 | 0.8 | 0.43 |
| Hex | C5 | 16 | 88 | 0 | 59 | 1F | 17 | 141 | 50 | 2B |
| Octal | 305 | 26 | 210 | 0 | 131 | 37 | 27 | 501 | 120 | 53 |
| Binary | 11000101 | 10110 | 10001000 | 0 | 1011001 | 11111 | 10111 | 101000001 | 1010000 | 101011 |
Color Harmonies of #C51688
Complementary color
Monochromatic Colors of #C51688
Black with #C51688
Text Example
Text Example
White with #C51688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51688; }
p { color: rgb(197,22,136); }
H1.HeaderClassName
{
color: #C51688;
}
.AnyTagClassName
{
color: #C51688;
}
</style>
background-color css
<style>
a { background-color: #C51688; }
a { background-color: rgb(197,22,136); }
div.DivClassName
{
background-color: #C51688;
}
.BgClassName
{
background-color: #C51688;
}
</style>
border-color css
<style>
span { border-color: #C51688; }
span { border-color: rgb(197,22,136); }
td.TdClassName
{
border-color: #C51688;
}
.TagClassName
{
border-color: #C51688;
}
</style>