Shades of Medium Violet Red #C71A91
Tints of Medium Violet Red #C71A91
RGB
CMYK
RGB Variations
Color information
#C71A91 (or 0xC71A91) is known color: Medium Violet Red. HEX triplet: C7, 1A and 91. RGB value is (199,26,145). Sum of RGB (Red+Green+Blue) = 199+26+145=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71A91 is #38E56E. Grayscale: #5A5A5A. Windows color (decimal): -3728751 or 9509575. OLE color: 9509575.
HSL color Cylindrical-coordinate representation of color #C71A91: hue angle of 318.73º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A91 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 145 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.22 |
| HSL | 318.73º | 0.77% | 0.44% | - |
| HSV(B) | 318.73º | 0.87% | 0.78% | - |
| XYZ | 29.03 | 14.93 | 28.14 | - |
| YUV | 91.29 | 158.31 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 145 | 0 | 0.87 | 0.27 | 0.22 | 318.73 | 0.77 | 0.44 |
| Hex | C7 | 1A | 91 | 0 | 57 | 1B | 16 | 13F | 4D | 2C |
| Octal | 307 | 32 | 221 | 0 | 127 | 33 | 26 | 477 | 115 | 54 |
| Binary | 11000111 | 11010 | 10010001 | 0 | 1010111 | 11011 | 10110 | 100111111 | 1001101 | 101100 |
Color Harmonies of #C71A91
Complementary color
Monochromatic Colors of #C71A91
Black with #C71A91
Text Example
Text Example
White with #C71A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A91; }
p { color: rgb(199,26,145); }
H1.HeaderClassName
{
color: #C71A91;
}
.AnyTagClassName
{
color: #C71A91;
}
</style>
background-color css
<style>
a { background-color: #C71A91; }
a { background-color: rgb(199,26,145); }
div.DivClassName
{
background-color: #C71A91;
}
.BgClassName
{
background-color: #C71A91;
}
</style>
border-color css
<style>
span { border-color: #C71A91; }
span { border-color: rgb(199,26,145); }
td.TdClassName
{
border-color: #C71A91;
}
.TagClassName
{
border-color: #C71A91;
}
</style>