Shades of Medium Violet Red #C71E94
Tints of Medium Violet Red #C71E94
RGB
CMYK
RGB Variations
Color information
#C71E94 (or 0xC71E94) is known color: Medium Violet Red. HEX triplet: C7, 1E and 94. RGB value is (199,30,148). Sum of RGB (Red+Green+Blue) = 199+30+148=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71E94 is #38E16B. Grayscale: #5D5D5D. Windows color (decimal): -3727724 or 9707207. OLE color: 9707207.
HSL color Cylindrical-coordinate representation of color #C71E94: hue angle of 318.11º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E94 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 148 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.22 |
| HSL | 318.11º | 0.74% | 0.45% | - |
| HSV(B) | 318.11º | 0.85% | 0.78% | - |
| XYZ | 29.36 | 15.21 | 29.4 | - |
| YUV | 93.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 148 | 0 | 0.85 | 0.26 | 0.22 | 318.11 | 0.74 | 0.45 |
| Hex | C7 | 1E | 94 | 0 | 55 | 1A | 16 | 13E | 4A | 2D |
| Octal | 307 | 36 | 224 | 0 | 125 | 32 | 26 | 476 | 112 | 55 |
| Binary | 11000111 | 11110 | 10010100 | 0 | 1010101 | 11010 | 10110 | 100111110 | 1001010 | 101101 |
Color Harmonies of #C71E94
Complementary color
Monochromatic Colors of #C71E94
Black with #C71E94
Text Example
Text Example
White with #C71E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E94; }
p { color: rgb(199,30,148); }
H1.HeaderClassName
{
color: #C71E94;
}
.AnyTagClassName
{
color: #C71E94;
}
</style>
background-color css
<style>
a { background-color: #C71E94; }
a { background-color: rgb(199,30,148); }
div.DivClassName
{
background-color: #C71E94;
}
.BgClassName
{
background-color: #C71E94;
}
</style>
border-color css
<style>
span { border-color: #C71E94; }
span { border-color: rgb(199,30,148); }
td.TdClassName
{
border-color: #C71E94;
}
.TagClassName
{
border-color: #C71E94;
}
</style>