Shades of Medium Violet Red #C71291
Tints of Medium Violet Red #C71291
RGB
CMYK
RGB Variations
Color information
#C71291 (or 0xC71291) is known color: Medium Violet Red. HEX triplet: C7, 12 and 91. RGB value is (199,18,145). Sum of RGB (Red+Green+Blue) = 199+18+145=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C71291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71291 is #38ED6E. Grayscale: #565656. Windows color (decimal): -3730799 or 9507527. OLE color: 9507527.
HSL color Cylindrical-coordinate representation of color #C71291: hue angle of 317.9º 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 #C71291 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 145 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.22 |
| HSL | 317.9º | 0.83% | 0.43% | - |
| HSV(B) | 317.9º | 0.91% | 0.78% | - |
| XYZ | 28.88 | 14.62 | 28.09 | - |
| YUV | 86.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 145 | 0 | 0.91 | 0.27 | 0.22 | 317.9 | 0.83 | 0.43 |
| Hex | C7 | 12 | 91 | 0 | 5B | 1B | 16 | 13E | 53 | 2B |
| Octal | 307 | 22 | 221 | 0 | 133 | 33 | 26 | 476 | 123 | 53 |
| Binary | 11000111 | 10010 | 10010001 | 0 | 1011011 | 11011 | 10110 | 100111110 | 1010011 | 101011 |
Color Harmonies of #C71291
Complementary color
Monochromatic Colors of #C71291
Black with #C71291
Text Example
Text Example
White with #C71291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71291; }
p { color: rgb(199,18,145); }
H1.HeaderClassName
{
color: #C71291;
}
.AnyTagClassName
{
color: #C71291;
}
</style>
background-color css
<style>
a { background-color: #C71291; }
a { background-color: rgb(199,18,145); }
div.DivClassName
{
background-color: #C71291;
}
.BgClassName
{
background-color: #C71291;
}
</style>
border-color css
<style>
span { border-color: #C71291; }
span { border-color: rgb(199,18,145); }
td.TdClassName
{
border-color: #C71291;
}
.TagClassName
{
border-color: #C71291;
}
</style>