Shades of Medium Violet Red #C71FAC
Tints of Medium Violet Red #C71FAC
RGB
CMYK
RGB Variations
Color information
#C71FAC (or 0xC71FAC) is known color: Medium Violet Red. HEX triplet: C7, 1F and AC. RGB value is (199,31,172). Sum of RGB (Red+Green+Blue) = 199+31+172=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71FAC is #38E053. Grayscale: #606060. Windows color (decimal): -3727444 or 11280327. OLE color: 11280327.
HSL color Cylindrical-coordinate representation of color #C71FAC: hue angle of 309.64º 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 #C71FAC is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 172 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.22 |
| HSL | 309.64º | 0.73% | 0.45% | - |
| HSV(B) | 309.64º | 0.84% | 0.78% | - |
| XYZ | 31.49 | 16.1 | 40.48 | - |
| YUV | 97.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 172 | 0 | 0.84 | 0.14 | 0.22 | 309.64 | 0.73 | 0.45 |
| Hex | C7 | 1F | AC | 0 | 54 | E | 16 | 136 | 49 | 2D |
| Octal | 307 | 37 | 254 | 0 | 124 | 16 | 26 | 466 | 111 | 55 |
| Binary | 11000111 | 11111 | 10101100 | 0 | 1010100 | 1110 | 10110 | 100110110 | 1001001 | 101101 |
Color Harmonies of #C71FAC
Complementary color
Monochromatic Colors of #C71FAC
Black with #C71FAC
Text Example
Text Example
White with #C71FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71FAC; }
p { color: rgb(199,31,172); }
H1.HeaderClassName
{
color: #C71FAC;
}
.AnyTagClassName
{
color: #C71FAC;
}
</style>
background-color css
<style>
a { background-color: #C71FAC; }
a { background-color: rgb(199,31,172); }
div.DivClassName
{
background-color: #C71FAC;
}
.BgClassName
{
background-color: #C71FAC;
}
</style>
border-color css
<style>
span { border-color: #C71FAC; }
span { border-color: rgb(199,31,172); }
td.TdClassName
{
border-color: #C71FAC;
}
.TagClassName
{
border-color: #C71FAC;
}
</style>