Shades of Medium Violet Red #C71A93
Tints of Medium Violet Red #C71A93
RGB
CMYK
RGB Variations
Color information
#C71A93 (or 0xC71A93) is known color: Medium Violet Red. HEX triplet: C7, 1A and 93. RGB value is (199,26,147). Sum of RGB (Red+Green+Blue) = 199+26+147=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71A93 is #38E56C. Grayscale: #5B5B5B. Windows color (decimal): -3728749 or 9640647. OLE color: 9640647.
HSL color Cylindrical-coordinate representation of color #C71A93: hue angle of 318.03º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A93 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 147 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.22 |
| HSL | 318.03º | 0.77% | 0.44% | - |
| HSV(B) | 318.03º | 0.87% | 0.78% | - |
| XYZ | 29.19 | 14.99 | 28.96 | - |
| YUV | 91.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 147 | 0 | 0.87 | 0.26 | 0.22 | 318.03 | 0.77 | 0.44 |
| Hex | C7 | 1A | 93 | 0 | 57 | 1A | 16 | 13E | 4D | 2C |
| Octal | 307 | 32 | 223 | 0 | 127 | 32 | 26 | 476 | 115 | 54 |
| Binary | 11000111 | 11010 | 10010011 | 0 | 1010111 | 11010 | 10110 | 100111110 | 1001101 | 101100 |
Color Harmonies of #C71A93
Complementary color
Monochromatic Colors of #C71A93
Black with #C71A93
Text Example
Text Example
White with #C71A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A93; }
p { color: rgb(199,26,147); }
H1.HeaderClassName
{
color: #C71A93;
}
.AnyTagClassName
{
color: #C71A93;
}
</style>
background-color css
<style>
a { background-color: #C71A93; }
a { background-color: rgb(199,26,147); }
div.DivClassName
{
background-color: #C71A93;
}
.BgClassName
{
background-color: #C71A93;
}
</style>
border-color css
<style>
span { border-color: #C71A93; }
span { border-color: rgb(199,26,147); }
td.TdClassName
{
border-color: #C71A93;
}
.TagClassName
{
border-color: #C71A93;
}
</style>