Shades of Medium Violet Red #C51D7D
Tints of Medium Violet Red #C51D7D
RGB
CMYK
RGB Variations
Color information
#C51D7D (or 0xC51D7D) is known color: Medium Violet Red. HEX triplet: C5, 1D and 7D. RGB value is (197,29,125). Sum of RGB (Red+Green+Blue) = 197+29+125=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D7D is #3AE282. Grayscale: #595959. Windows color (decimal): -3859075 or 8199621. OLE color: 8199621.
HSL color Cylindrical-coordinate representation of color #C51D7D: hue angle of 325.71º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D7D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 125 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.23 |
| HSL | 325.71º | 0.74% | 0.44% | - |
| HSV(B) | 325.71º | 0.85% | 0.77% | - |
| XYZ | 27.17 | 14.23 | 20.72 | - |
| YUV | 90.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 125 | 0 | 0.85 | 0.37 | 0.23 | 325.71 | 0.74 | 0.44 |
| Hex | C5 | 1D | 7D | 0 | 55 | 25 | 17 | 146 | 4A | 2C |
| Octal | 305 | 35 | 175 | 0 | 125 | 45 | 27 | 506 | 112 | 54 |
| Binary | 11000101 | 11101 | 1111101 | 0 | 1010101 | 100101 | 10111 | 101000110 | 1001010 | 101100 |
Color Harmonies of #C51D7D
Complementary color
Monochromatic Colors of #C51D7D
Black with #C51D7D
Text Example
Text Example
White with #C51D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D7D; }
p { color: rgb(197,29,125); }
H1.HeaderClassName
{
color: #C51D7D;
}
.AnyTagClassName
{
color: #C51D7D;
}
</style>
background-color css
<style>
a { background-color: #C51D7D; }
a { background-color: rgb(197,29,125); }
div.DivClassName
{
background-color: #C51D7D;
}
.BgClassName
{
background-color: #C51D7D;
}
</style>
border-color css
<style>
span { border-color: #C51D7D; }
span { border-color: rgb(197,29,125); }
td.TdClassName
{
border-color: #C51D7D;
}
.TagClassName
{
border-color: #C51D7D;
}
</style>