Shades of Medium Violet Red #C51D7A
Tints of Medium Violet Red #C51D7A
RGB
CMYK
RGB Variations
Color information
#C51D7A (or 0xC51D7A) is known color: Medium Violet Red. HEX triplet: C5, 1D and 7A. RGB value is (197,29,122). Sum of RGB (Red+Green+Blue) = 197+29+122=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D7A is #3AE285. Grayscale: #595959. Windows color (decimal): -3859078 or 8003013. OLE color: 8003013.
HSL color Cylindrical-coordinate representation of color #C51D7A: hue angle of 326.79º 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 #C51D7A is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 122 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.23 |
| HSL | 326.79º | 0.74% | 0.44% | - |
| HSV(B) | 326.79º | 0.85% | 0.77% | - |
| XYZ | 26.98 | 14.15 | 19.72 | - |
| YUV | 89.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 122 | 0 | 0.85 | 0.38 | 0.23 | 326.79 | 0.74 | 0.44 |
| Hex | C5 | 1D | 7A | 0 | 55 | 26 | 17 | 147 | 4A | 2C |
| Octal | 305 | 35 | 172 | 0 | 125 | 46 | 27 | 507 | 112 | 54 |
| Binary | 11000101 | 11101 | 1111010 | 0 | 1010101 | 100110 | 10111 | 101000111 | 1001010 | 101100 |
Color Harmonies of #C51D7A
Complementary color
Monochromatic Colors of #C51D7A
Black with #C51D7A
Text Example
Text Example
White with #C51D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51D7A; }
p { color: rgb(197,29,122); }
H1.HeaderClassName
{
color: #C51D7A;
}
.AnyTagClassName
{
color: #C51D7A;
}
</style>
background-color css
<style>
a { background-color: #C51D7A; }
a { background-color: rgb(197,29,122); }
div.DivClassName
{
background-color: #C51D7A;
}
.BgClassName
{
background-color: #C51D7A;
}
</style>
border-color css
<style>
span { border-color: #C51D7A; }
span { border-color: rgb(197,29,122); }
td.TdClassName
{
border-color: #C51D7A;
}
.TagClassName
{
border-color: #C51D7A;
}
</style>