Shades of Medium Violet Red #C51270
Tints of Medium Violet Red #C51270
RGB
CMYK
RGB Variations
Color information
#C51270 (or 0xC51270) is known color: Medium Violet Red. HEX triplet: C5, 12 and 70. RGB value is (197,18,112). Sum of RGB (Red+Green+Blue) = 197+18+112=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C51270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51270 is #3AED8F. Grayscale: #525252. Windows color (decimal): -3861904 or 7344837. OLE color: 7344837.
HSL color Cylindrical-coordinate representation of color #C51270: hue angle of 328.49º 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 #C51270 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 112 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.23 |
| HSL | 328.49º | 0.83% | 0.42% | - |
| HSV(B) | 328.49º | 0.91% | 0.77% | - |
| XYZ | 26.17 | 13.47 | 16.55 | - |
| YUV | 82.24 | 144.8 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 112 | 0 | 0.91 | 0.43 | 0.23 | 328.49 | 0.83 | 0.42 |
| Hex | C5 | 12 | 70 | 0 | 5B | 2B | 17 | 148 | 53 | 2A |
| Octal | 305 | 22 | 160 | 0 | 133 | 53 | 27 | 510 | 123 | 52 |
| Binary | 11000101 | 10010 | 1110000 | 0 | 1011011 | 101011 | 10111 | 101001000 | 1010011 | 101010 |
Color Harmonies of #C51270
Complementary color
Monochromatic Colors of #C51270
Black with #C51270
Text Example
Text Example
White with #C51270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51270; }
p { color: rgb(197,18,112); }
H1.HeaderClassName
{
color: #C51270;
}
.AnyTagClassName
{
color: #C51270;
}
</style>
background-color css
<style>
a { background-color: #C51270; }
a { background-color: rgb(197,18,112); }
div.DivClassName
{
background-color: #C51270;
}
.BgClassName
{
background-color: #C51270;
}
</style>
border-color css
<style>
span { border-color: #C51270; }
span { border-color: rgb(197,18,112); }
td.TdClassName
{
border-color: #C51270;
}
.TagClassName
{
border-color: #C51270;
}
</style>