Shades of Medium Violet Red #C71093
Tints of Medium Violet Red #C71093
RGB
CMYK
RGB Variations
Color information
#C71093 (or 0xC71093) is known color: Medium Violet Red. HEX triplet: C7, 10 and 93. RGB value is (199,16,147). Sum of RGB (Red+Green+Blue) = 199+16+147=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C71093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71093 is #38EF6C. Grayscale: #555555. Windows color (decimal): -3731309 or 9638087. OLE color: 9638087.
HSL color Cylindrical-coordinate representation of color #C71093: hue angle of 317.05º 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 #C71093 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 147 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.22 |
| HSL | 317.05º | 0.85% | 0.42% | - |
| HSV(B) | 317.05º | 0.92% | 0.78% | - |
| XYZ | 29 | 14.62 | 28.9 | - |
| YUV | 85.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 147 | 0 | 0.92 | 0.26 | 0.22 | 317.05 | 0.85 | 0.42 |
| Hex | C7 | 10 | 93 | 0 | 5C | 1A | 16 | 13D | 55 | 2A |
| Octal | 307 | 20 | 223 | 0 | 134 | 32 | 26 | 475 | 125 | 52 |
| Binary | 11000111 | 10000 | 10010011 | 0 | 1011100 | 11010 | 10110 | 100111101 | 1010101 | 101010 |
Color Harmonies of #C71093
Complementary color
Monochromatic Colors of #C71093
Black with #C71093
Text Example
Text Example
White with #C71093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71093; }
p { color: rgb(199,16,147); }
H1.HeaderClassName
{
color: #C71093;
}
.AnyTagClassName
{
color: #C71093;
}
</style>
background-color css
<style>
a { background-color: #C71093; }
a { background-color: rgb(199,16,147); }
div.DivClassName
{
background-color: #C71093;
}
.BgClassName
{
background-color: #C71093;
}
</style>
border-color css
<style>
span { border-color: #C71093; }
span { border-color: rgb(199,16,147); }
td.TdClassName
{
border-color: #C71093;
}
.TagClassName
{
border-color: #C71093;
}
</style>