Shades of Medium Violet Red #C51094
Tints of Medium Violet Red #C51094
RGB
CMYK
RGB Variations
Color information
#C51094 (or 0xC51094) is known color: Medium Violet Red. HEX triplet: C5, 10 and 94. RGB value is (197,16,148). Sum of RGB (Red+Green+Blue) = 197+16+148=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C51094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51094 is #3AEF6B. Grayscale: #545454. Windows color (decimal): -3862380 or 9703621. OLE color: 9703621.
HSL color Cylindrical-coordinate representation of color #C51094: hue angle of 316.24º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51094 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 148 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.23 |
| HSL | 316.24º | 0.85% | 0.42% | - |
| HSV(B) | 316.24º | 0.92% | 0.77% | - |
| XYZ | 28.56 | 14.38 | 29.29 | - |
| YUV | 85.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 148 | 0 | 0.92 | 0.25 | 0.23 | 316.24 | 0.85 | 0.42 |
| Hex | C5 | 10 | 94 | 0 | 5C | 19 | 17 | 13C | 55 | 2A |
| Octal | 305 | 20 | 224 | 0 | 134 | 31 | 27 | 474 | 125 | 52 |
| Binary | 11000101 | 10000 | 10010100 | 0 | 1011100 | 11001 | 10111 | 100111100 | 1010101 | 101010 |
Color Harmonies of #C51094
Complementary color
Monochromatic Colors of #C51094
Black with #C51094
Text Example
Text Example
White with #C51094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51094; }
p { color: rgb(197,16,148); }
H1.HeaderClassName
{
color: #C51094;
}
.AnyTagClassName
{
color: #C51094;
}
</style>
background-color css
<style>
a { background-color: #C51094; }
a { background-color: rgb(197,16,148); }
div.DivClassName
{
background-color: #C51094;
}
.BgClassName
{
background-color: #C51094;
}
</style>
border-color css
<style>
span { border-color: #C51094; }
span { border-color: rgb(197,16,148); }
td.TdClassName
{
border-color: #C51094;
}
.TagClassName
{
border-color: #C51094;
}
</style>