Shades of Medium Violet Red #C710A3
Tints of Medium Violet Red #C710A3
RGB
CMYK
RGB Variations
Color information
#C710A3 (or 0xC710A3) is known color: Medium Violet Red. HEX triplet: C7, 10 and A3. RGB value is (199,16,163). Sum of RGB (Red+Green+Blue) = 199+16+163=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C710A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C710A3 is #38EF5C. Grayscale: #575757. Windows color (decimal): -3731293 or 10686663. OLE color: 10686663.
HSL color Cylindrical-coordinate representation of color #C710A3: hue angle of 311.8º 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 #C710A3 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 163 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.22 |
| HSL | 311.8º | 0.85% | 0.42% | - |
| HSV(B) | 311.8º | 0.92% | 0.78% | - |
| XYZ | 30.35 | 15.16 | 35.98 | - |
| YUV | 87.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 163 | 0 | 0.92 | 0.18 | 0.22 | 311.8 | 0.85 | 0.42 |
| Hex | C7 | 10 | A3 | 0 | 5C | 12 | 16 | 138 | 55 | 2A |
| Octal | 307 | 20 | 243 | 0 | 134 | 22 | 26 | 470 | 125 | 52 |
| Binary | 11000111 | 10000 | 10100011 | 0 | 1011100 | 10010 | 10110 | 100111000 | 1010101 | 101010 |
Color Harmonies of #C710A3
Complementary color
Monochromatic Colors of #C710A3
Black with #C710A3
Text Example
Text Example
White with #C710A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710A3; }
p { color: rgb(199,16,163); }
H1.HeaderClassName
{
color: #C710A3;
}
.AnyTagClassName
{
color: #C710A3;
}
</style>
background-color css
<style>
a { background-color: #C710A3; }
a { background-color: rgb(199,16,163); }
div.DivClassName
{
background-color: #C710A3;
}
.BgClassName
{
background-color: #C710A3;
}
</style>
border-color css
<style>
span { border-color: #C710A3; }
span { border-color: rgb(199,16,163); }
td.TdClassName
{
border-color: #C710A3;
}
.TagClassName
{
border-color: #C710A3;
}
</style>