Shades of Medium Violet Red #C51682
Tints of Medium Violet Red #C51682
RGB
CMYK
RGB Variations
Color information
#C51682 (or 0xC51682) is known color: Medium Violet Red. HEX triplet: C5, 16 and 82. RGB value is (197,22,130). Sum of RGB (Red+Green+Blue) = 197+22+130=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C51682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51682 is #3AE97D. Grayscale: #565656. Windows color (decimal): -3860862 or 8525509. OLE color: 8525509.
HSL color Cylindrical-coordinate representation of color #C51682: hue angle of 322.97º 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 #C51682 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 130 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.23 |
| HSL | 322.97º | 0.8% | 0.43% | - |
| HSV(B) | 322.97º | 0.89% | 0.77% | - |
| XYZ | 27.34 | 14.06 | 22.39 | - |
| YUV | 86.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 130 | 0 | 0.89 | 0.34 | 0.23 | 322.97 | 0.8 | 0.43 |
| Hex | C5 | 16 | 82 | 0 | 59 | 22 | 17 | 143 | 50 | 2B |
| Octal | 305 | 26 | 202 | 0 | 131 | 42 | 27 | 503 | 120 | 53 |
| Binary | 11000101 | 10110 | 10000010 | 0 | 1011001 | 100010 | 10111 | 101000011 | 1010000 | 101011 |
Color Harmonies of #C51682
Complementary color
Monochromatic Colors of #C51682
Black with #C51682
Text Example
Text Example
White with #C51682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51682; }
p { color: rgb(197,22,130); }
H1.HeaderClassName
{
color: #C51682;
}
.AnyTagClassName
{
color: #C51682;
}
</style>
background-color css
<style>
a { background-color: #C51682; }
a { background-color: rgb(197,22,130); }
div.DivClassName
{
background-color: #C51682;
}
.BgClassName
{
background-color: #C51682;
}
</style>
border-color css
<style>
span { border-color: #C51682; }
span { border-color: rgb(197,22,130); }
td.TdClassName
{
border-color: #C51682;
}
.TagClassName
{
border-color: #C51682;
}
</style>