Shades of Medium Violet Red #C71DA6
Tints of Medium Violet Red #C71DA6
RGB
CMYK
RGB Variations
Color information
#C71DA6 (or 0xC71DA6) is known color: Medium Violet Red. HEX triplet: C7, 1D and A6. RGB value is (199,29,166). Sum of RGB (Red+Green+Blue) = 199+29+166=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DA6 is #38E259. Grayscale: #5F5F5F. Windows color (decimal): -3727962 or 10886599. OLE color: 10886599.
HSL color Cylindrical-coordinate representation of color #C71DA6: hue angle of 311.65º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71DA6 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 166 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.22 |
| HSL | 311.65º | 0.75% | 0.45% | - |
| HSV(B) | 311.65º | 0.85% | 0.78% | - |
| XYZ | 30.88 | 15.77 | 37.49 | - |
| YUV | 95.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 166 | 0 | 0.85 | 0.17 | 0.22 | 311.65 | 0.75 | 0.45 |
| Hex | C7 | 1D | A6 | 0 | 55 | 11 | 16 | 138 | 4B | 2D |
| Octal | 307 | 35 | 246 | 0 | 125 | 21 | 26 | 470 | 113 | 55 |
| Binary | 11000111 | 11101 | 10100110 | 0 | 1010101 | 10001 | 10110 | 100111000 | 1001011 | 101101 |
Color Harmonies of #C71DA6
Complementary color
Monochromatic Colors of #C71DA6
Black with #C71DA6
Text Example
Text Example
White with #C71DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DA6; }
p { color: rgb(199,29,166); }
H1.HeaderClassName
{
color: #C71DA6;
}
.AnyTagClassName
{
color: #C71DA6;
}
</style>
background-color css
<style>
a { background-color: #C71DA6; }
a { background-color: rgb(199,29,166); }
div.DivClassName
{
background-color: #C71DA6;
}
.BgClassName
{
background-color: #C71DA6;
}
</style>
border-color css
<style>
span { border-color: #C71DA6; }
span { border-color: rgb(199,29,166); }
td.TdClassName
{
border-color: #C71DA6;
}
.TagClassName
{
border-color: #C71DA6;
}
</style>