Shades of Medium Violet Red #C51DA7
Tints of Medium Violet Red #C51DA7
RGB
CMYK
RGB Variations
Color information
#C51DA7 (or 0xC51DA7) is known color: Medium Violet Red. HEX triplet: C5, 1D and A7. RGB value is (197,29,167). Sum of RGB (Red+Green+Blue) = 197+29+167=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C51DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51DA7 is #3AE258. Grayscale: #5E5E5E. Windows color (decimal): -3859033 or 10952133. OLE color: 10952133.
HSL color Cylindrical-coordinate representation of color #C51DA7: hue angle of 310.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 #C51DA7 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 29 | 167 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.23 |
| HSL | 310.71º | 0.74% | 0.44% | - |
| HSV(B) | 310.71º | 0.85% | 0.77% | - |
| XYZ | 30.44 | 15.54 | 37.95 | - |
| YUV | 94.96 | 168.66 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 29 | 167 | 0 | 0.85 | 0.15 | 0.23 | 310.71 | 0.74 | 0.44 |
| Hex | C5 | 1D | A7 | 0 | 55 | F | 17 | 137 | 4A | 2C |
| Octal | 305 | 35 | 247 | 0 | 125 | 17 | 27 | 467 | 112 | 54 |
| Binary | 11000101 | 11101 | 10100111 | 0 | 1010101 | 1111 | 10111 | 100110111 | 1001010 | 101100 |
Color Harmonies of #C51DA7
Complementary color
Monochromatic Colors of #C51DA7
Black with #C51DA7
Text Example
Text Example
White with #C51DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51DA7; }
p { color: rgb(197,29,167); }
H1.HeaderClassName
{
color: #C51DA7;
}
.AnyTagClassName
{
color: #C51DA7;
}
</style>
background-color css
<style>
a { background-color: #C51DA7; }
a { background-color: rgb(197,29,167); }
div.DivClassName
{
background-color: #C51DA7;
}
.BgClassName
{
background-color: #C51DA7;
}
</style>
border-color css
<style>
span { border-color: #C51DA7; }
span { border-color: rgb(197,29,167); }
td.TdClassName
{
border-color: #C51DA7;
}
.TagClassName
{
border-color: #C51DA7;
}
</style>