Shades of Medium Violet Red #C51683
Tints of Medium Violet Red #C51683
RGB
CMYK
RGB Variations
Color information
#C51683 (or 0xC51683) is known color: Medium Violet Red. HEX triplet: C5, 16 and 83. RGB value is (197,22,131). Sum of RGB (Red+Green+Blue) = 197+22+131=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C51683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51683 is #3AE97C. Grayscale: #565656. Windows color (decimal): -3860861 or 8591045. OLE color: 8591045.
HSL color Cylindrical-coordinate representation of color #C51683: hue angle of 322.63º 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 #C51683 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 131 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.23 |
| HSL | 322.63º | 0.8% | 0.43% | - |
| HSV(B) | 322.63º | 0.89% | 0.77% | - |
| XYZ | 27.41 | 14.08 | 22.75 | - |
| YUV | 86.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 131 | 0 | 0.89 | 0.34 | 0.23 | 322.63 | 0.8 | 0.43 |
| Hex | C5 | 16 | 83 | 0 | 59 | 22 | 17 | 143 | 50 | 2B |
| Octal | 305 | 26 | 203 | 0 | 131 | 42 | 27 | 503 | 120 | 53 |
| Binary | 11000101 | 10110 | 10000011 | 0 | 1011001 | 100010 | 10111 | 101000011 | 1010000 | 101011 |
Color Harmonies of #C51683
Complementary color
Monochromatic Colors of #C51683
Black with #C51683
Text Example
Text Example
White with #C51683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51683; }
p { color: rgb(197,22,131); }
H1.HeaderClassName
{
color: #C51683;
}
.AnyTagClassName
{
color: #C51683;
}
</style>
background-color css
<style>
a { background-color: #C51683; }
a { background-color: rgb(197,22,131); }
div.DivClassName
{
background-color: #C51683;
}
.BgClassName
{
background-color: #C51683;
}
</style>
border-color css
<style>
span { border-color: #C51683; }
span { border-color: rgb(197,22,131); }
td.TdClassName
{
border-color: #C51683;
}
.TagClassName
{
border-color: #C51683;
}
</style>