Shades of Medium Violet Red #C51C9E
Tints of Medium Violet Red #C51C9E
RGB
CMYK
RGB Variations
Color information
#C51C9E (or 0xC51C9E) is known color: Medium Violet Red. HEX triplet: C5, 1C and 9E. RGB value is (197,28,158). Sum of RGB (Red+Green+Blue) = 197+28+158=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51C9E is #3AE361. Grayscale: #5C5C5C. Windows color (decimal): -3859298 or 10362053. OLE color: 10362053.
HSL color Cylindrical-coordinate representation of color #C51C9E: hue angle of 313.85º 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 #C51C9E is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 28 | 158 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.23 |
| HSL | 313.85º | 0.75% | 0.44% | - |
| HSV(B) | 313.85º | 0.86% | 0.77% | - |
| XYZ | 29.61 | 15.17 | 33.71 | - |
| YUV | 93.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 28 | 158 | 0 | 0.86 | 0.20 | 0.23 | 313.85 | 0.75 | 0.44 |
| Hex | C5 | 1C | 9E | 0 | 56 | 14 | 17 | 13A | 4B | 2C |
| Octal | 305 | 34 | 236 | 0 | 126 | 24 | 27 | 472 | 113 | 54 |
| Binary | 11000101 | 11100 | 10011110 | 0 | 1010110 | 10100 | 10111 | 100111010 | 1001011 | 101100 |
Color Harmonies of #C51C9E
Complementary color
Monochromatic Colors of #C51C9E
Black with #C51C9E
Text Example
Text Example
White with #C51C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51C9E; }
p { color: rgb(197,28,158); }
H1.HeaderClassName
{
color: #C51C9E;
}
.AnyTagClassName
{
color: #C51C9E;
}
</style>
background-color css
<style>
a { background-color: #C51C9E; }
a { background-color: rgb(197,28,158); }
div.DivClassName
{
background-color: #C51C9E;
}
.BgClassName
{
background-color: #C51C9E;
}
</style>
border-color css
<style>
span { border-color: #C51C9E; }
span { border-color: rgb(197,28,158); }
td.TdClassName
{
border-color: #C51C9E;
}
.TagClassName
{
border-color: #C51C9E;
}
</style>