Shades of Medium Violet Red #C71F8C
Tints of Medium Violet Red #C71F8C
RGB
CMYK
RGB Variations
Color information
#C71F8C (or 0xC71F8C) is known color: Medium Violet Red. HEX triplet: C7, 1F and 8C. RGB value is (199,31,140). Sum of RGB (Red+Green+Blue) = 199+31+140=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71F8C is #38E073. Grayscale: #5D5D5D. Windows color (decimal): -3727476 or 9183175. OLE color: 9183175.
HSL color Cylindrical-coordinate representation of color #C71F8C: hue angle of 321.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 #C71F8C is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 140 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.22 |
| HSL | 321.07º | 0.73% | 0.45% | - |
| HSV(B) | 321.07º | 0.84% | 0.78% | - |
| XYZ | 28.78 | 15.02 | 26.19 | - |
| YUV | 93.66 | 154.16 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 140 | 0 | 0.84 | 0.30 | 0.22 | 321.07 | 0.73 | 0.45 |
| Hex | C7 | 1F | 8C | 0 | 54 | 1E | 16 | 141 | 49 | 2D |
| Octal | 307 | 37 | 214 | 0 | 124 | 36 | 26 | 501 | 111 | 55 |
| Binary | 11000111 | 11111 | 10001100 | 0 | 1010100 | 11110 | 10110 | 101000001 | 1001001 | 101101 |
Color Harmonies of #C71F8C
Complementary color
Monochromatic Colors of #C71F8C
Black with #C71F8C
Text Example
Text Example
White with #C71F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F8C; }
p { color: rgb(199,31,140); }
H1.HeaderClassName
{
color: #C71F8C;
}
.AnyTagClassName
{
color: #C71F8C;
}
</style>
background-color css
<style>
a { background-color: #C71F8C; }
a { background-color: rgb(199,31,140); }
div.DivClassName
{
background-color: #C71F8C;
}
.BgClassName
{
background-color: #C71F8C;
}
</style>
border-color css
<style>
span { border-color: #C71F8C; }
span { border-color: rgb(199,31,140); }
td.TdClassName
{
border-color: #C71F8C;
}
.TagClassName
{
border-color: #C71F8C;
}
</style>