Shades of Medium Violet Red #C51C9C
Tints of Medium Violet Red #C51C9C
RGB
CMYK
RGB Variations
Color information
#C51C9C (or 0xC51C9C) is known color: Medium Violet Red. HEX triplet: C5, 1C and 9C. RGB value is (197,28,156). Sum of RGB (Red+Green+Blue) = 197+28+156=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51C9C is #3AE363. Grayscale: #5C5C5C. Windows color (decimal): -3859300 or 10230981. OLE color: 10230981.
HSL color Cylindrical-coordinate representation of color #C51C9C: hue angle of 314.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51C9C is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 156 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.23 |
| HSL | 314.56º | 0.75% | 0.44% | - |
| HSV(B) | 314.56º | 0.86% | 0.77% | - |
| XYZ | 29.44 | 15.1 | 32.82 | - |
| YUV | 93.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 156 | 0 | 0.86 | 0.21 | 0.23 | 314.56 | 0.75 | 0.44 |
| Hex | C5 | 1C | 9C | 0 | 56 | 15 | 17 | 13B | 4B | 2C |
| Octal | 305 | 34 | 234 | 0 | 126 | 25 | 27 | 473 | 113 | 54 |
| Binary | 11000101 | 11100 | 10011100 | 0 | 1010110 | 10101 | 10111 | 100111011 | 1001011 | 101100 |
Color Harmonies of #C51C9C
Complementary color
Monochromatic Colors of #C51C9C
Black with #C51C9C
Text Example
Text Example
White with #C51C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C9C; }
p { color: rgb(197,28,156); }
H1.HeaderClassName
{
color: #C51C9C;
}
.AnyTagClassName
{
color: #C51C9C;
}
</style>
background-color css
<style>
a { background-color: #C51C9C; }
a { background-color: rgb(197,28,156); }
div.DivClassName
{
background-color: #C51C9C;
}
.BgClassName
{
background-color: #C51C9C;
}
</style>
border-color css
<style>
span { border-color: #C51C9C; }
span { border-color: rgb(197,28,156); }
td.TdClassName
{
border-color: #C51C9C;
}
.TagClassName
{
border-color: #C51C9C;
}
</style>