Shades of Medium Violet Red #C51274
Tints of Medium Violet Red #C51274
RGB
CMYK
RGB Variations
Color information
#C51274 (or 0xC51274) is known color: Medium Violet Red. HEX triplet: C5, 12 and 74. RGB value is (197,18,116). Sum of RGB (Red+Green+Blue) = 197+18+116=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C51274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51274 is #3AED8B. Grayscale: #525252. Windows color (decimal): -3861900 or 7606981. OLE color: 7606981.
HSL color Cylindrical-coordinate representation of color #C51274: hue angle of 327.15º 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 #C51274 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 116 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.23 |
| HSL | 327.15º | 0.83% | 0.42% | - |
| HSV(B) | 327.15º | 0.91% | 0.77% | - |
| XYZ | 26.39 | 13.56 | 17.75 | - |
| YUV | 82.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 116 | 0 | 0.91 | 0.41 | 0.23 | 327.15 | 0.83 | 0.42 |
| Hex | C5 | 12 | 74 | 0 | 5B | 29 | 17 | 147 | 53 | 2A |
| Octal | 305 | 22 | 164 | 0 | 133 | 51 | 27 | 507 | 123 | 52 |
| Binary | 11000101 | 10010 | 1110100 | 0 | 1011011 | 101001 | 10111 | 101000111 | 1010011 | 101010 |
Color Harmonies of #C51274
Complementary color
Monochromatic Colors of #C51274
Black with #C51274
Text Example
Text Example
White with #C51274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51274; }
p { color: rgb(197,18,116); }
H1.HeaderClassName
{
color: #C51274;
}
.AnyTagClassName
{
color: #C51274;
}
</style>
background-color css
<style>
a { background-color: #C51274; }
a { background-color: rgb(197,18,116); }
div.DivClassName
{
background-color: #C51274;
}
.BgClassName
{
background-color: #C51274;
}
</style>
border-color css
<style>
span { border-color: #C51274; }
span { border-color: rgb(197,18,116); }
td.TdClassName
{
border-color: #C51274;
}
.TagClassName
{
border-color: #C51274;
}
</style>