Shades of Medium Violet Red #C71380
Tints of Medium Violet Red #C71380
RGB
CMYK
RGB Variations
Color information
#C71380 (or 0xC71380) is known color: Medium Violet Red. HEX triplet: C7, 13 and 80. RGB value is (199,19,128). Sum of RGB (Red+Green+Blue) = 199+19+128=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C71380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71380 is #38EC7F. Grayscale: #545454. Windows color (decimal): -3730560 or 8393671. OLE color: 8393671.
HSL color Cylindrical-coordinate representation of color #C71380: hue angle of 323.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71380 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 128 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.22 |
| HSL | 323.67º | 0.83% | 0.43% | - |
| HSV(B) | 323.67º | 0.9% | 0.78% | - |
| XYZ | 27.68 | 14.17 | 21.7 | - |
| YUV | 85.25 | 152.13 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 128 | 0 | 0.90 | 0.36 | 0.22 | 323.67 | 0.83 | 0.43 |
| Hex | C7 | 13 | 80 | 0 | 5A | 24 | 16 | 144 | 53 | 2B |
| Octal | 307 | 23 | 200 | 0 | 132 | 44 | 26 | 504 | 123 | 53 |
| Binary | 11000111 | 10011 | 10000000 | 0 | 1011010 | 100100 | 10110 | 101000100 | 1010011 | 101011 |
Color Harmonies of #C71380
Complementary color
Monochromatic Colors of #C71380
Black with #C71380
Text Example
Text Example
White with #C71380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71380; }
p { color: rgb(199,19,128); }
H1.HeaderClassName
{
color: #C71380;
}
.AnyTagClassName
{
color: #C71380;
}
</style>
background-color css
<style>
a { background-color: #C71380; }
a { background-color: rgb(199,19,128); }
div.DivClassName
{
background-color: #C71380;
}
.BgClassName
{
background-color: #C71380;
}
</style>
border-color css
<style>
span { border-color: #C71380; }
span { border-color: rgb(199,19,128); }
td.TdClassName
{
border-color: #C71380;
}
.TagClassName
{
border-color: #C71380;
}
</style>