Shades of Medium Violet Red #C51278
Tints of Medium Violet Red #C51278
RGB
CMYK
RGB Variations
Color information
#C51278 (or 0xC51278) is known color: Medium Violet Red. HEX triplet: C5, 12 and 78. RGB value is (197,18,120). Sum of RGB (Red+Green+Blue) = 197+18+120=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C51278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51278 is #3AED87. Grayscale: #525252. Windows color (decimal): -3861896 or 7869125. OLE color: 7869125.
HSL color Cylindrical-coordinate representation of color #C51278: hue angle of 325.81º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51278 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.23 |
| HSL | 325.81º | 0.83% | 0.42% | - |
| HSV(B) | 325.81º | 0.91% | 0.77% | - |
| XYZ | 26.63 | 13.66 | 19 | - |
| YUV | 83.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 120 | 0 | 0.91 | 0.39 | 0.23 | 325.81 | 0.83 | 0.42 |
| Hex | C5 | 12 | 78 | 0 | 5B | 27 | 17 | 146 | 53 | 2A |
| Octal | 305 | 22 | 170 | 0 | 133 | 47 | 27 | 506 | 123 | 52 |
| Binary | 11000101 | 10010 | 1111000 | 0 | 1011011 | 100111 | 10111 | 101000110 | 1010011 | 101010 |
Color Harmonies of #C51278
Complementary color
Monochromatic Colors of #C51278
Black with #C51278
Text Example
Text Example
White with #C51278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51278; }
p { color: rgb(197,18,120); }
H1.HeaderClassName
{
color: #C51278;
}
.AnyTagClassName
{
color: #C51278;
}
</style>
background-color css
<style>
a { background-color: #C51278; }
a { background-color: rgb(197,18,120); }
div.DivClassName
{
background-color: #C51278;
}
.BgClassName
{
background-color: #C51278;
}
</style>
border-color css
<style>
span { border-color: #C51278; }
span { border-color: rgb(197,18,120); }
td.TdClassName
{
border-color: #C51278;
}
.TagClassName
{
border-color: #C51278;
}
</style>