Shades of Medium Violet Red #C71DA8
Tints of Medium Violet Red #C71DA8
RGB
CMYK
RGB Variations
Color information
#C71DA8 (or 0xC71DA8) is known color: Medium Violet Red. HEX triplet: C7, 1D and A8. RGB value is (199,29,168). Sum of RGB (Red+Green+Blue) = 199+29+168=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DA8 is #38E257. Grayscale: #5F5F5F. Windows color (decimal): -3727960 or 11017671. OLE color: 11017671.
HSL color Cylindrical-coordinate representation of color #C71DA8: hue angle of 310.94º 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 #C71DA8 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 168 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.22 |
| HSL | 310.94º | 0.75% | 0.45% | - |
| HSV(B) | 310.94º | 0.85% | 0.78% | - |
| XYZ | 31.06 | 15.85 | 38.47 | - |
| YUV | 95.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 168 | 0 | 0.85 | 0.16 | 0.22 | 310.94 | 0.75 | 0.45 |
| Hex | C7 | 1D | A8 | 0 | 55 | 10 | 16 | 137 | 4B | 2D |
| Octal | 307 | 35 | 250 | 0 | 125 | 20 | 26 | 467 | 113 | 55 |
| Binary | 11000111 | 11101 | 10101000 | 0 | 1010101 | 10000 | 10110 | 100110111 | 1001011 | 101101 |
Color Harmonies of #C71DA8
Complementary color
Monochromatic Colors of #C71DA8
Black with #C71DA8
Text Example
Text Example
White with #C71DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DA8; }
p { color: rgb(199,29,168); }
H1.HeaderClassName
{
color: #C71DA8;
}
.AnyTagClassName
{
color: #C71DA8;
}
</style>
background-color css
<style>
a { background-color: #C71DA8; }
a { background-color: rgb(199,29,168); }
div.DivClassName
{
background-color: #C71DA8;
}
.BgClassName
{
background-color: #C71DA8;
}
</style>
border-color css
<style>
span { border-color: #C71DA8; }
span { border-color: rgb(199,29,168); }
td.TdClassName
{
border-color: #C71DA8;
}
.TagClassName
{
border-color: #C71DA8;
}
</style>