Shades of Medium Violet Red #C71F9A
Tints of Medium Violet Red #C71F9A
RGB
CMYK
RGB Variations
Color information
#C71F9A (or 0xC71F9A) is known color: Medium Violet Red. HEX triplet: C7, 1F and 9A. RGB value is (199,31,154). Sum of RGB (Red+Green+Blue) = 199+31+154=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71F9A is #38E065. Grayscale: #5E5E5E. Windows color (decimal): -3727462 or 10100679. OLE color: 10100679.
HSL color Cylindrical-coordinate representation of color #C71F9A: hue angle of 316.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C71F9A is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 154 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.22 |
| HSL | 316.07º | 0.73% | 0.45% | - |
| HSV(B) | 316.07º | 0.84% | 0.78% | - |
| XYZ | 29.88 | 15.46 | 31.98 | - |
| YUV | 95.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 154 | 0 | 0.84 | 0.23 | 0.22 | 316.07 | 0.73 | 0.45 |
| Hex | C7 | 1F | 9A | 0 | 54 | 17 | 16 | 13C | 49 | 2D |
| Octal | 307 | 37 | 232 | 0 | 124 | 27 | 26 | 474 | 111 | 55 |
| Binary | 11000111 | 11111 | 10011010 | 0 | 1010100 | 10111 | 10110 | 100111100 | 1001001 | 101101 |
Color Harmonies of #C71F9A
Complementary color
Monochromatic Colors of #C71F9A
Black with #C71F9A
Text Example
Text Example
White with #C71F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F9A; }
p { color: rgb(199,31,154); }
H1.HeaderClassName
{
color: #C71F9A;
}
.AnyTagClassName
{
color: #C71F9A;
}
</style>
background-color css
<style>
a { background-color: #C71F9A; }
a { background-color: rgb(199,31,154); }
div.DivClassName
{
background-color: #C71F9A;
}
.BgClassName
{
background-color: #C71F9A;
}
</style>
border-color css
<style>
span { border-color: #C71F9A; }
span { border-color: rgb(199,31,154); }
td.TdClassName
{
border-color: #C71F9A;
}
.TagClassName
{
border-color: #C71F9A;
}
</style>