Shades of Medium Violet Red #C71D84
Tints of Medium Violet Red #C71D84
RGB
CMYK
RGB Variations
Color information
#C71D84 (or 0xC71D84) is known color: Medium Violet Red. HEX triplet: C7, 1D and 84. RGB value is (199,29,132). Sum of RGB (Red+Green+Blue) = 199+29+132=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C71D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71D84 is #38E27B. Grayscale: #5B5B5B. Windows color (decimal): -3727996 or 8658375. OLE color: 8658375.
HSL color Cylindrical-coordinate representation of color #C71D84: hue angle of 323.65º 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 #C71D84 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 132 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.22 |
| HSL | 323.65º | 0.75% | 0.45% | - |
| HSV(B) | 323.65º | 0.85% | 0.78% | - |
| XYZ | 28.16 | 14.69 | 23.18 | - |
| YUV | 91.57 | 150.82 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 132 | 0 | 0.85 | 0.34 | 0.22 | 323.65 | 0.75 | 0.45 |
| Hex | C7 | 1D | 84 | 0 | 55 | 22 | 16 | 144 | 4B | 2D |
| Octal | 307 | 35 | 204 | 0 | 125 | 42 | 26 | 504 | 113 | 55 |
| Binary | 11000111 | 11101 | 10000100 | 0 | 1010101 | 100010 | 10110 | 101000100 | 1001011 | 101101 |
Color Harmonies of #C71D84
Complementary color
Monochromatic Colors of #C71D84
Black with #C71D84
Text Example
Text Example
White with #C71D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71D84; }
p { color: rgb(199,29,132); }
H1.HeaderClassName
{
color: #C71D84;
}
.AnyTagClassName
{
color: #C71D84;
}
</style>
background-color css
<style>
a { background-color: #C71D84; }
a { background-color: rgb(199,29,132); }
div.DivClassName
{
background-color: #C71D84;
}
.BgClassName
{
background-color: #C71D84;
}
</style>
border-color css
<style>
span { border-color: #C71D84; }
span { border-color: rgb(199,29,132); }
td.TdClassName
{
border-color: #C71D84;
}
.TagClassName
{
border-color: #C71D84;
}
</style>