Shades of Medium Violet Red #C711A1
Tints of Medium Violet Red #C711A1
RGB
CMYK
RGB Variations
Color information
#C711A1 (or 0xC711A1) is known color: Medium Violet Red. HEX triplet: C7, 11 and A1. RGB value is (199,17,161). Sum of RGB (Red+Green+Blue) = 199+17+161=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C711A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C711A1 is #38EE5E. Grayscale: #575757. Windows color (decimal): -3731039 or 10555847. OLE color: 10555847.
HSL color Cylindrical-coordinate representation of color #C711A1: hue angle of 312.53º 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 #C711A1 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 161 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.22 |
| HSL | 312.53º | 0.84% | 0.42% | - |
| HSV(B) | 312.53º | 0.91% | 0.78% | - |
| XYZ | 30.19 | 15.12 | 35.04 | - |
| YUV | 87.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 161 | 0 | 0.91 | 0.19 | 0.22 | 312.53 | 0.84 | 0.42 |
| Hex | C7 | 11 | A1 | 0 | 5B | 13 | 16 | 139 | 54 | 2A |
| Octal | 307 | 21 | 241 | 0 | 133 | 23 | 26 | 471 | 124 | 52 |
| Binary | 11000111 | 10001 | 10100001 | 0 | 1011011 | 10011 | 10110 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C711A1
Complementary color
Monochromatic Colors of #C711A1
Black with #C711A1
Text Example
Text Example
White with #C711A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C711A1; }
p { color: rgb(199,17,161); }
H1.HeaderClassName
{
color: #C711A1;
}
.AnyTagClassName
{
color: #C711A1;
}
</style>
background-color css
<style>
a { background-color: #C711A1; }
a { background-color: rgb(199,17,161); }
div.DivClassName
{
background-color: #C711A1;
}
.BgClassName
{
background-color: #C711A1;
}
</style>
border-color css
<style>
span { border-color: #C711A1; }
span { border-color: rgb(199,17,161); }
td.TdClassName
{
border-color: #C711A1;
}
.TagClassName
{
border-color: #C711A1;
}
</style>