Shades of Medium Violet Red #C71083
Tints of Medium Violet Red #C71083
RGB
CMYK
RGB Variations
Color information
#C71083 (or 0xC71083) is known color: Medium Violet Red. HEX triplet: C7, 10 and 83. RGB value is (199,16,131). Sum of RGB (Red+Green+Blue) = 199+16+131=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 16 (6.64% from 255 or 4.62% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C71083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71083 is #38EF7C. Grayscale: #535353. Windows color (decimal): -3731325 or 8589511. OLE color: 8589511.
HSL color Cylindrical-coordinate representation of color #C71083: hue angle of 322.3º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71083 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.22 |
| HSL | 322.3º | 0.85% | 0.42% | - |
| HSV(B) | 322.3º | 0.92% | 0.78% | - |
| XYZ | 27.84 | 14.15 | 22.74 | - |
| YUV | 83.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 131 | 0 | 0.92 | 0.34 | 0.22 | 322.3 | 0.85 | 0.42 |
| Hex | C7 | 10 | 83 | 0 | 5C | 22 | 16 | 142 | 55 | 2A |
| Octal | 307 | 20 | 203 | 0 | 134 | 42 | 26 | 502 | 125 | 52 |
| Binary | 11000111 | 10000 | 10000011 | 0 | 1011100 | 100010 | 10110 | 101000010 | 1010101 | 101010 |
Color Harmonies of #C71083
Complementary color
Monochromatic Colors of #C71083
Black with #C71083
Text Example
Text Example
White with #C71083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71083; }
p { color: rgb(199,16,131); }
H1.HeaderClassName
{
color: #C71083;
}
.AnyTagClassName
{
color: #C71083;
}
</style>
background-color css
<style>
a { background-color: #C71083; }
a { background-color: rgb(199,16,131); }
div.DivClassName
{
background-color: #C71083;
}
.BgClassName
{
background-color: #C71083;
}
</style>
border-color css
<style>
span { border-color: #C71083; }
span { border-color: rgb(199,16,131); }
td.TdClassName
{
border-color: #C71083;
}
.TagClassName
{
border-color: #C71083;
}
</style>