Shades of Medium Violet Red #C51485
Tints of Medium Violet Red #C51485
RGB
CMYK
RGB Variations
Color information
#C51485 (or 0xC51485) is known color: Medium Violet Red. HEX triplet: C5, 14 and 85. RGB value is (197,20,133). Sum of RGB (Red+Green+Blue) = 197+20+133=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C51485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51485 is #3AEB7A. Grayscale: #555555. Windows color (decimal): -3861371 or 8721605. OLE color: 8721605.
HSL color Cylindrical-coordinate representation of color #C51485: hue angle of 321.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51485 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 133 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.23 |
| HSL | 321.69º | 0.82% | 0.43% | - |
| HSV(B) | 321.69º | 0.9% | 0.77% | - |
| XYZ | 27.51 | 14.06 | 23.46 | - |
| YUV | 85.81 | 154.64 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 133 | 0 | 0.90 | 0.32 | 0.23 | 321.69 | 0.82 | 0.43 |
| Hex | C5 | 14 | 85 | 0 | 5A | 20 | 17 | 142 | 52 | 2B |
| Octal | 305 | 24 | 205 | 0 | 132 | 40 | 27 | 502 | 122 | 53 |
| Binary | 11000101 | 10100 | 10000101 | 0 | 1011010 | 100000 | 10111 | 101000010 | 1010010 | 101011 |
Color Harmonies of #C51485
Complementary color
Monochromatic Colors of #C51485
Black with #C51485
Text Example
Text Example
White with #C51485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51485; }
p { color: rgb(197,20,133); }
H1.HeaderClassName
{
color: #C51485;
}
.AnyTagClassName
{
color: #C51485;
}
</style>
background-color css
<style>
a { background-color: #C51485; }
a { background-color: rgb(197,20,133); }
div.DivClassName
{
background-color: #C51485;
}
.BgClassName
{
background-color: #C51485;
}
</style>
border-color css
<style>
span { border-color: #C51485; }
span { border-color: rgb(197,20,133); }
td.TdClassName
{
border-color: #C51485;
}
.TagClassName
{
border-color: #C51485;
}
</style>