Shades of Medium Violet Red #C71D93
Tints of Medium Violet Red #C71D93
RGB
CMYK
RGB Variations
Color information
#C71D93 (or 0xC71D93) is known color: Medium Violet Red. HEX triplet: C7, 1D and 93. RGB value is (199,29,147). Sum of RGB (Red+Green+Blue) = 199+29+147=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71D93 is #38E26C. Grayscale: #5C5C5C. Windows color (decimal): -3727981 or 9641415. OLE color: 9641415.
HSL color Cylindrical-coordinate representation of color #C71D93: hue angle of 318.35º degrees, saturation: 0.75, 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 #C71D93 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 147 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.22 |
| HSL | 318.35º | 0.75% | 0.45% | - |
| HSV(B) | 318.35º | 0.85% | 0.78% | - |
| XYZ | 29.26 | 15.13 | 28.98 | - |
| YUV | 93.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 147 | 0 | 0.85 | 0.26 | 0.22 | 318.35 | 0.75 | 0.45 |
| Hex | C7 | 1D | 93 | 0 | 55 | 1A | 16 | 13E | 4B | 2D |
| Octal | 307 | 35 | 223 | 0 | 125 | 32 | 26 | 476 | 113 | 55 |
| Binary | 11000111 | 11101 | 10010011 | 0 | 1010101 | 11010 | 10110 | 100111110 | 1001011 | 101101 |
Color Harmonies of #C71D93
Complementary color
Monochromatic Colors of #C71D93
Black with #C71D93
Text Example
Text Example
White with #C71D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D93; }
p { color: rgb(199,29,147); }
H1.HeaderClassName
{
color: #C71D93;
}
.AnyTagClassName
{
color: #C71D93;
}
</style>
background-color css
<style>
a { background-color: #C71D93; }
a { background-color: rgb(199,29,147); }
div.DivClassName
{
background-color: #C71D93;
}
.BgClassName
{
background-color: #C71D93;
}
</style>
border-color css
<style>
span { border-color: #C71D93; }
span { border-color: rgb(199,29,147); }
td.TdClassName
{
border-color: #C71D93;
}
.TagClassName
{
border-color: #C71D93;
}
</style>