Shades of Medium Violet Red #C71984
Tints of Medium Violet Red #C71984
RGB
CMYK
RGB Variations
Color information
#C71984 (or 0xC71984) is known color: Medium Violet Red. HEX triplet: C7, 19 and 84. RGB value is (199,25,132). Sum of RGB (Red+Green+Blue) = 199+25+132=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C71984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71984 is #38E67B. Grayscale: #585858. Windows color (decimal): -3729020 or 8657351. OLE color: 8657351.
HSL color Cylindrical-coordinate representation of color #C71984: hue angle of 323.1º degrees, saturation: 0.78, 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 #C71984 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 132 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.22 |
| HSL | 323.1º | 0.78% | 0.44% | - |
| HSV(B) | 323.1º | 0.87% | 0.78% | - |
| XYZ | 28.07 | 14.5 | 23.15 | - |
| YUV | 89.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 132 | 0 | 0.87 | 0.34 | 0.22 | 323.1 | 0.78 | 0.44 |
| Hex | C7 | 19 | 84 | 0 | 57 | 22 | 16 | 143 | 4E | 2C |
| Octal | 307 | 31 | 204 | 0 | 127 | 42 | 26 | 503 | 116 | 54 |
| Binary | 11000111 | 11001 | 10000100 | 0 | 1010111 | 100010 | 10110 | 101000011 | 1001110 | 101100 |
Color Harmonies of #C71984
Complementary color
Monochromatic Colors of #C71984
Black with #C71984
Text Example
Text Example
White with #C71984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71984; }
p { color: rgb(199,25,132); }
H1.HeaderClassName
{
color: #C71984;
}
.AnyTagClassName
{
color: #C71984;
}
</style>
background-color css
<style>
a { background-color: #C71984; }
a { background-color: rgb(199,25,132); }
div.DivClassName
{
background-color: #C71984;
}
.BgClassName
{
background-color: #C71984;
}
</style>
border-color css
<style>
span { border-color: #C71984; }
span { border-color: rgb(199,25,132); }
td.TdClassName
{
border-color: #C71984;
}
.TagClassName
{
border-color: #C71984;
}
</style>