Shades of Medium Violet Red #C71882
Tints of Medium Violet Red #C71882
RGB
CMYK
RGB Variations
Color information
#C71882 (or 0xC71882) is known color: Medium Violet Red. HEX triplet: C7, 18 and 82. RGB value is (199,24,130). Sum of RGB (Red+Green+Blue) = 199+24+130=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C71882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71882 is #38E77D. Grayscale: #585858. Windows color (decimal): -3729278 or 8526023. OLE color: 8526023.
HSL color Cylindrical-coordinate representation of color #C71882: hue angle of 323.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71882 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 130 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.22 |
| HSL | 323.66º | 0.78% | 0.44% | - |
| HSV(B) | 323.66º | 0.88% | 0.78% | - |
| XYZ | 27.91 | 14.41 | 22.43 | - |
| YUV | 88.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 130 | 0 | 0.88 | 0.35 | 0.22 | 323.66 | 0.78 | 0.44 |
| Hex | C7 | 18 | 82 | 0 | 58 | 23 | 16 | 144 | 4E | 2C |
| Octal | 307 | 30 | 202 | 0 | 130 | 43 | 26 | 504 | 116 | 54 |
| Binary | 11000111 | 11000 | 10000010 | 0 | 1011000 | 100011 | 10110 | 101000100 | 1001110 | 101100 |
Color Harmonies of #C71882
Complementary color
Monochromatic Colors of #C71882
Black with #C71882
Text Example
Text Example
White with #C71882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71882; }
p { color: rgb(199,24,130); }
H1.HeaderClassName
{
color: #C71882;
}
.AnyTagClassName
{
color: #C71882;
}
</style>
background-color css
<style>
a { background-color: #C71882; }
a { background-color: rgb(199,24,130); }
div.DivClassName
{
background-color: #C71882;
}
.BgClassName
{
background-color: #C71882;
}
</style>
border-color css
<style>
span { border-color: #C71882; }
span { border-color: rgb(199,24,130); }
td.TdClassName
{
border-color: #C71882;
}
.TagClassName
{
border-color: #C71882;
}
</style>