Shades of Medium Violet Red #C71184
Tints of Medium Violet Red #C71184
RGB
CMYK
RGB Variations
Color information
#C71184 (or 0xC71184) is known color: Medium Violet Red. HEX triplet: C7, 11 and 84. RGB value is (199,17,132). Sum of RGB (Red+Green+Blue) = 199+17+132=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C71184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71184 is #38EE7B. Grayscale: #545454. Windows color (decimal): -3731068 or 8655303. OLE color: 8655303.
HSL color Cylindrical-coordinate representation of color #C71184: hue angle of 322.09º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71184 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 132 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.22 |
| HSL | 322.09º | 0.84% | 0.42% | - |
| HSV(B) | 322.09º | 0.91% | 0.78% | - |
| XYZ | 27.92 | 14.21 | 23.1 | - |
| YUV | 84.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 132 | 0 | 0.91 | 0.34 | 0.22 | 322.09 | 0.84 | 0.42 |
| Hex | C7 | 11 | 84 | 0 | 5B | 22 | 16 | 142 | 54 | 2A |
| Octal | 307 | 21 | 204 | 0 | 133 | 42 | 26 | 502 | 124 | 52 |
| Binary | 11000111 | 10001 | 10000100 | 0 | 1011011 | 100010 | 10110 | 101000010 | 1010100 | 101010 |
Color Harmonies of #C71184
Complementary color
Monochromatic Colors of #C71184
Black with #C71184
Text Example
Text Example
White with #C71184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71184; }
p { color: rgb(199,17,132); }
H1.HeaderClassName
{
color: #C71184;
}
.AnyTagClassName
{
color: #C71184;
}
</style>
background-color css
<style>
a { background-color: #C71184; }
a { background-color: rgb(199,17,132); }
div.DivClassName
{
background-color: #C71184;
}
.BgClassName
{
background-color: #C71184;
}
</style>
border-color css
<style>
span { border-color: #C71184; }
span { border-color: rgb(199,17,132); }
td.TdClassName
{
border-color: #C71184;
}
.TagClassName
{
border-color: #C71184;
}
</style>