Shades of Medium Violet Red #C51385
Tints of Medium Violet Red #C51385
RGB
CMYK
RGB Variations
Color information
#C51385 (or 0xC51385) is known color: Medium Violet Red. HEX triplet: C5, 13 and 85. RGB value is (197,19,133). Sum of RGB (Red+Green+Blue) = 197+19+133=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C51385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51385 is #3AEC7A. Grayscale: #545454. Windows color (decimal): -3861627 or 8721349. OLE color: 8721349.
HSL color Cylindrical-coordinate representation of color #C51385: hue angle of 321.57º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51385 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 133 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.23 |
| HSL | 321.57º | 0.82% | 0.42% | - |
| HSV(B) | 321.57º | 0.9% | 0.77% | - |
| XYZ | 27.49 | 14.03 | 23.45 | - |
| YUV | 85.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 133 | 0 | 0.90 | 0.32 | 0.23 | 321.57 | 0.82 | 0.42 |
| Hex | C5 | 13 | 85 | 0 | 5A | 20 | 17 | 142 | 52 | 2A |
| Octal | 305 | 23 | 205 | 0 | 132 | 40 | 27 | 502 | 122 | 52 |
| Binary | 11000101 | 10011 | 10000101 | 0 | 1011010 | 100000 | 10111 | 101000010 | 1010010 | 101010 |
Color Harmonies of #C51385
Complementary color
Monochromatic Colors of #C51385
Black with #C51385
Text Example
Text Example
White with #C51385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51385; }
p { color: rgb(197,19,133); }
H1.HeaderClassName
{
color: #C51385;
}
.AnyTagClassName
{
color: #C51385;
}
</style>
background-color css
<style>
a { background-color: #C51385; }
a { background-color: rgb(197,19,133); }
div.DivClassName
{
background-color: #C51385;
}
.BgClassName
{
background-color: #C51385;
}
</style>
border-color css
<style>
span { border-color: #C51385; }
span { border-color: rgb(197,19,133); }
td.TdClassName
{
border-color: #C51385;
}
.TagClassName
{
border-color: #C51385;
}
</style>