Shades of Medium Violet Red #C71A83
Tints of Medium Violet Red #C71A83
RGB
CMYK
RGB Variations
Color information
#C71A83 (or 0xC71A83) is known color: Medium Violet Red. HEX triplet: C7, 1A and 83. RGB value is (199,26,131). Sum of RGB (Red+Green+Blue) = 199+26+131=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71A83 is #38E57C. Grayscale: #595959. Windows color (decimal): -3728765 or 8592071. OLE color: 8592071.
HSL color Cylindrical-coordinate representation of color #C71A83: hue angle of 323.58º 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 #C71A83 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 131 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.22 |
| HSL | 323.58º | 0.77% | 0.44% | - |
| HSV(B) | 323.58º | 0.87% | 0.78% | - |
| XYZ | 28.02 | 14.52 | 22.8 | - |
| YUV | 89.7 | 151.31 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 131 | 0 | 0.87 | 0.34 | 0.22 | 323.58 | 0.77 | 0.44 |
| Hex | C7 | 1A | 83 | 0 | 57 | 22 | 16 | 144 | 4D | 2C |
| Octal | 307 | 32 | 203 | 0 | 127 | 42 | 26 | 504 | 115 | 54 |
| Binary | 11000111 | 11010 | 10000011 | 0 | 1010111 | 100010 | 10110 | 101000100 | 1001101 | 101100 |
Color Harmonies of #C71A83
Complementary color
Monochromatic Colors of #C71A83
Black with #C71A83
Text Example
Text Example
White with #C71A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A83; }
p { color: rgb(199,26,131); }
H1.HeaderClassName
{
color: #C71A83;
}
.AnyTagClassName
{
color: #C71A83;
}
</style>
background-color css
<style>
a { background-color: #C71A83; }
a { background-color: rgb(199,26,131); }
div.DivClassName
{
background-color: #C71A83;
}
.BgClassName
{
background-color: #C71A83;
}
</style>
border-color css
<style>
span { border-color: #C71A83; }
span { border-color: rgb(199,26,131); }
td.TdClassName
{
border-color: #C71A83;
}
.TagClassName
{
border-color: #C71A83;
}
</style>