Shades of Medium Violet Red #C71094
Tints of Medium Violet Red #C71094
RGB
CMYK
RGB Variations
Color information
#C71094 (or 0xC71094) is known color: Medium Violet Red. HEX triplet: C7, 10 and 94. RGB value is (199,16,148). Sum of RGB (Red+Green+Blue) = 199+16+148=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C71094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71094 is #38EF6B. Grayscale: #555555. Windows color (decimal): -3731308 or 9703623. OLE color: 9703623.
HSL color Cylindrical-coordinate representation of color #C71094: hue angle of 316.72º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71094 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 148 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.22 |
| HSL | 316.72º | 0.85% | 0.42% | - |
| HSV(B) | 316.72º | 0.92% | 0.78% | - |
| XYZ | 29.08 | 14.65 | 29.31 | - |
| YUV | 85.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 148 | 0 | 0.92 | 0.26 | 0.22 | 316.72 | 0.85 | 0.42 |
| Hex | C7 | 10 | 94 | 0 | 5C | 1A | 16 | 13D | 55 | 2A |
| Octal | 307 | 20 | 224 | 0 | 134 | 32 | 26 | 475 | 125 | 52 |
| Binary | 11000111 | 10000 | 10010100 | 0 | 1011100 | 11010 | 10110 | 100111101 | 1010101 | 101010 |
Color Harmonies of #C71094
Complementary color
Monochromatic Colors of #C71094
Black with #C71094
Text Example
Text Example
White with #C71094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71094; }
p { color: rgb(199,16,148); }
H1.HeaderClassName
{
color: #C71094;
}
.AnyTagClassName
{
color: #C71094;
}
</style>
background-color css
<style>
a { background-color: #C71094; }
a { background-color: rgb(199,16,148); }
div.DivClassName
{
background-color: #C71094;
}
.BgClassName
{
background-color: #C71094;
}
</style>
border-color css
<style>
span { border-color: #C71094; }
span { border-color: rgb(199,16,148); }
td.TdClassName
{
border-color: #C71094;
}
.TagClassName
{
border-color: #C71094;
}
</style>