Shades of Medium Violet Red #C711A0
Tints of Medium Violet Red #C711A0
RGB
CMYK
RGB Variations
Color information
#C711A0 (or 0xC711A0) is known color: Medium Violet Red. HEX triplet: C7, 11 and A0. RGB value is (199,17,160). Sum of RGB (Red+Green+Blue) = 199+17+160=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C711A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C711A0 is #38EE5F. Grayscale: #575757. Windows color (decimal): -3731040 or 10490311. OLE color: 10490311.
HSL color Cylindrical-coordinate representation of color #C711A0: hue angle of 312.86º 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 #C711A0 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 160 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.22 |
| HSL | 312.86º | 0.84% | 0.42% | - |
| HSV(B) | 312.86º | 0.91% | 0.78% | - |
| XYZ | 30.1 | 15.08 | 34.58 | - |
| YUV | 87.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 160 | 0 | 0.91 | 0.20 | 0.22 | 312.86 | 0.84 | 0.42 |
| Hex | C7 | 11 | A0 | 0 | 5B | 14 | 16 | 139 | 54 | 2A |
| Octal | 307 | 21 | 240 | 0 | 133 | 24 | 26 | 471 | 124 | 52 |
| Binary | 11000111 | 10001 | 10100000 | 0 | 1011011 | 10100 | 10110 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C711A0
Complementary color
Monochromatic Colors of #C711A0
Black with #C711A0
Text Example
Text Example
White with #C711A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711A0; }
p { color: rgb(199,17,160); }
H1.HeaderClassName
{
color: #C711A0;
}
.AnyTagClassName
{
color: #C711A0;
}
</style>
background-color css
<style>
a { background-color: #C711A0; }
a { background-color: rgb(199,17,160); }
div.DivClassName
{
background-color: #C711A0;
}
.BgClassName
{
background-color: #C711A0;
}
</style>
border-color css
<style>
span { border-color: #C711A0; }
span { border-color: rgb(199,17,160); }
td.TdClassName
{
border-color: #C711A0;
}
.TagClassName
{
border-color: #C711A0;
}
</style>