Shades of Medium Violet Red #C51281
Tints of Medium Violet Red #C51281
RGB
CMYK
RGB Variations
Color information
#C51281 (or 0xC51281) is known color: Medium Violet Red. HEX triplet: C5, 12 and 81. RGB value is (197,18,129). Sum of RGB (Red+Green+Blue) = 197+18+129=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C51281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51281 is #3AED7E. Grayscale: #535353. Windows color (decimal): -3861887 or 8458949. OLE color: 8458949.
HSL color Cylindrical-coordinate representation of color #C51281: hue angle of 322.79º 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 #C51281 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.23 |
| HSL | 322.79º | 0.83% | 0.42% | - |
| HSV(B) | 322.79º | 0.91% | 0.77% | - |
| XYZ | 27.2 | 13.89 | 22.02 | - |
| YUV | 84.18 | 153.3 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 129 | 0 | 0.91 | 0.35 | 0.23 | 322.79 | 0.83 | 0.42 |
| Hex | C5 | 12 | 81 | 0 | 5B | 23 | 17 | 143 | 53 | 2A |
| Octal | 305 | 22 | 201 | 0 | 133 | 43 | 27 | 503 | 123 | 52 |
| Binary | 11000101 | 10010 | 10000001 | 0 | 1011011 | 100011 | 10111 | 101000011 | 1010011 | 101010 |
Color Harmonies of #C51281
Complementary color
Monochromatic Colors of #C51281
Black with #C51281
Text Example
Text Example
White with #C51281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51281; }
p { color: rgb(197,18,129); }
H1.HeaderClassName
{
color: #C51281;
}
.AnyTagClassName
{
color: #C51281;
}
</style>
background-color css
<style>
a { background-color: #C51281; }
a { background-color: rgb(197,18,129); }
div.DivClassName
{
background-color: #C51281;
}
.BgClassName
{
background-color: #C51281;
}
</style>
border-color css
<style>
span { border-color: #C51281; }
span { border-color: rgb(197,18,129); }
td.TdClassName
{
border-color: #C51281;
}
.TagClassName
{
border-color: #C51281;
}
</style>