Shades of Medium Violet Red #C71280
Tints of Medium Violet Red #C71280
RGB
CMYK
RGB Variations
Color information
#C71280 (or 0xC71280) is known color: Medium Violet Red. HEX triplet: C7, 12 and 80. RGB value is (199,18,128). Sum of RGB (Red+Green+Blue) = 199+18+128=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C71280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71280 is #38ED7F. Grayscale: #545454. Windows color (decimal): -3730816 or 8393415. OLE color: 8393415.
HSL color Cylindrical-coordinate representation of color #C71280: hue angle of 323.54º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71280 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.22 |
| HSL | 323.54º | 0.83% | 0.43% | - |
| HSV(B) | 323.54º | 0.91% | 0.78% | - |
| XYZ | 27.67 | 14.13 | 21.69 | - |
| YUV | 84.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 128 | 0 | 0.91 | 0.36 | 0.22 | 323.54 | 0.83 | 0.43 |
| Hex | C7 | 12 | 80 | 0 | 5B | 24 | 16 | 144 | 53 | 2B |
| Octal | 307 | 22 | 200 | 0 | 133 | 44 | 26 | 504 | 123 | 53 |
| Binary | 11000111 | 10010 | 10000000 | 0 | 1011011 | 100100 | 10110 | 101000100 | 1010011 | 101011 |
Color Harmonies of #C71280
Complementary color
Monochromatic Colors of #C71280
Black with #C71280
Text Example
Text Example
White with #C71280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71280; }
p { color: rgb(199,18,128); }
H1.HeaderClassName
{
color: #C71280;
}
.AnyTagClassName
{
color: #C71280;
}
</style>
background-color css
<style>
a { background-color: #C71280; }
a { background-color: rgb(199,18,128); }
div.DivClassName
{
background-color: #C71280;
}
.BgClassName
{
background-color: #C71280;
}
</style>
border-color css
<style>
span { border-color: #C71280; }
span { border-color: rgb(199,18,128); }
td.TdClassName
{
border-color: #C71280;
}
.TagClassName
{
border-color: #C71280;
}
</style>