Shades of Medium Violet Red #C71C9F
Tints of Medium Violet Red #C71C9F
RGB
CMYK
RGB Variations
Color information
#C71C9F (or 0xC71C9F) is known color: Medium Violet Red. HEX triplet: C7, 1C and 9F. RGB value is (199,28,159). Sum of RGB (Red+Green+Blue) = 199+28+159=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71C9F is #38E360. Grayscale: #5D5D5D. Windows color (decimal): -3728225 or 10427591. OLE color: 10427591.
HSL color Cylindrical-coordinate representation of color #C71C9F: hue angle of 314.04º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71C9F is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 159 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.22 |
| HSL | 314.04º | 0.75% | 0.45% | - |
| HSV(B) | 314.04º | 0.86% | 0.78% | - |
| XYZ | 30.23 | 15.48 | 34.19 | - |
| YUV | 94.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 159 | 0 | 0.86 | 0.20 | 0.22 | 314.04 | 0.75 | 0.45 |
| Hex | C7 | 1C | 9F | 0 | 56 | 14 | 16 | 13A | 4B | 2D |
| Octal | 307 | 34 | 237 | 0 | 126 | 24 | 26 | 472 | 113 | 55 |
| Binary | 11000111 | 11100 | 10011111 | 0 | 1010110 | 10100 | 10110 | 100111010 | 1001011 | 101101 |
Color Harmonies of #C71C9F
Complementary color
Monochromatic Colors of #C71C9F
Black with #C71C9F
Text Example
Text Example
White with #C71C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C9F; }
p { color: rgb(199,28,159); }
H1.HeaderClassName
{
color: #C71C9F;
}
.AnyTagClassName
{
color: #C71C9F;
}
</style>
background-color css
<style>
a { background-color: #C71C9F; }
a { background-color: rgb(199,28,159); }
div.DivClassName
{
background-color: #C71C9F;
}
.BgClassName
{
background-color: #C71C9F;
}
</style>
border-color css
<style>
span { border-color: #C71C9F; }
span { border-color: rgb(199,28,159); }
td.TdClassName
{
border-color: #C71C9F;
}
.TagClassName
{
border-color: #C71C9F;
}
</style>