Shades of Medium Violet Red #C71A81
Tints of Medium Violet Red #C71A81
RGB
CMYK
RGB Variations
Color information
#C71A81 (or 0xC71A81) is known color: Medium Violet Red. HEX triplet: C7, 1A and 81. RGB value is (199,26,129). Sum of RGB (Red+Green+Blue) = 199+26+129=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71A81 is #38E57E. Grayscale: #595959. Windows color (decimal): -3728767 or 8460999. OLE color: 8460999.
HSL color Cylindrical-coordinate representation of color #C71A81: hue angle of 324.28º 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 #C71A81 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 129 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.22 |
| HSL | 324.28º | 0.77% | 0.44% | - |
| HSV(B) | 324.28º | 0.87% | 0.78% | - |
| XYZ | 27.89 | 14.47 | 22.09 | - |
| YUV | 89.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 129 | 0 | 0.87 | 0.35 | 0.22 | 324.28 | 0.77 | 0.44 |
| Hex | C7 | 1A | 81 | 0 | 57 | 23 | 16 | 144 | 4D | 2C |
| Octal | 307 | 32 | 201 | 0 | 127 | 43 | 26 | 504 | 115 | 54 |
| Binary | 11000111 | 11010 | 10000001 | 0 | 1010111 | 100011 | 10110 | 101000100 | 1001101 | 101100 |
Color Harmonies of #C71A81
Complementary color
Monochromatic Colors of #C71A81
Black with #C71A81
Text Example
Text Example
White with #C71A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A81; }
p { color: rgb(199,26,129); }
H1.HeaderClassName
{
color: #C71A81;
}
.AnyTagClassName
{
color: #C71A81;
}
</style>
background-color css
<style>
a { background-color: #C71A81; }
a { background-color: rgb(199,26,129); }
div.DivClassName
{
background-color: #C71A81;
}
.BgClassName
{
background-color: #C71A81;
}
</style>
border-color css
<style>
span { border-color: #C71A81; }
span { border-color: rgb(199,26,129); }
td.TdClassName
{
border-color: #C71A81;
}
.TagClassName
{
border-color: #C71A81;
}
</style>