Shades of Medium Violet Red #C71895
Tints of Medium Violet Red #C71895
RGB
CMYK
RGB Variations
Color information
#C71895 (or 0xC71895) is known color: Medium Violet Red. HEX triplet: C7, 18 and 95. RGB value is (199,24,149). Sum of RGB (Red+Green+Blue) = 199+24+149=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C71895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71895 is #38E76A. Grayscale: #5A5A5A. Windows color (decimal): -3729259 or 9771207. OLE color: 9771207.
HSL color Cylindrical-coordinate representation of color #C71895: hue angle of 317.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71895 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 149 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.22 |
| HSL | 317.14º | 0.78% | 0.44% | - |
| HSV(B) | 317.14º | 0.88% | 0.78% | - |
| XYZ | 29.3 | 14.97 | 29.78 | - |
| YUV | 90.58 | 160.98 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 149 | 0 | 0.88 | 0.25 | 0.22 | 317.14 | 0.78 | 0.44 |
| Hex | C7 | 18 | 95 | 0 | 58 | 19 | 16 | 13D | 4E | 2C |
| Octal | 307 | 30 | 225 | 0 | 130 | 31 | 26 | 475 | 116 | 54 |
| Binary | 11000111 | 11000 | 10010101 | 0 | 1011000 | 11001 | 10110 | 100111101 | 1001110 | 101100 |
Color Harmonies of #C71895
Complementary color
Monochromatic Colors of #C71895
Black with #C71895
Text Example
Text Example
White with #C71895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71895; }
p { color: rgb(199,24,149); }
H1.HeaderClassName
{
color: #C71895;
}
.AnyTagClassName
{
color: #C71895;
}
</style>
background-color css
<style>
a { background-color: #C71895; }
a { background-color: rgb(199,24,149); }
div.DivClassName
{
background-color: #C71895;
}
.BgClassName
{
background-color: #C71895;
}
</style>
border-color css
<style>
span { border-color: #C71895; }
span { border-color: rgb(199,24,149); }
td.TdClassName
{
border-color: #C71895;
}
.TagClassName
{
border-color: #C71895;
}
</style>