Shades of Medium Violet Red #C71EAD
Tints of Medium Violet Red #C71EAD
RGB
CMYK
RGB Variations
Color information
#C71EAD (or 0xC71EAD) is known color: Medium Violet Red. HEX triplet: C7, 1E and AD. RGB value is (199,30,173). Sum of RGB (Red+Green+Blue) = 199+30+173=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71EAD is #38E152. Grayscale: #606060. Windows color (decimal): -3727699 or 11345607. OLE color: 11345607.
HSL color Cylindrical-coordinate representation of color #C71EAD: hue angle of 309.23º degrees, saturation: 0.74, 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 #C71EAD is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 173 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.22 |
| HSL | 309.23º | 0.74% | 0.45% | - |
| HSV(B) | 309.23º | 0.85% | 0.78% | - |
| XYZ | 31.56 | 16.09 | 40.98 | - |
| YUV | 96.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 173 | 0 | 0.85 | 0.13 | 0.22 | 309.23 | 0.74 | 0.45 |
| Hex | C7 | 1E | AD | 0 | 55 | D | 16 | 135 | 4A | 2D |
| Octal | 307 | 36 | 255 | 0 | 125 | 15 | 26 | 465 | 112 | 55 |
| Binary | 11000111 | 11110 | 10101101 | 0 | 1010101 | 1101 | 10110 | 100110101 | 1001010 | 101101 |
Color Harmonies of #C71EAD
Complementary color
Monochromatic Colors of #C71EAD
Black with #C71EAD
Text Example
Text Example
White with #C71EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EAD; }
p { color: rgb(199,30,173); }
H1.HeaderClassName
{
color: #C71EAD;
}
.AnyTagClassName
{
color: #C71EAD;
}
</style>
background-color css
<style>
a { background-color: #C71EAD; }
a { background-color: rgb(199,30,173); }
div.DivClassName
{
background-color: #C71EAD;
}
.BgClassName
{
background-color: #C71EAD;
}
</style>
border-color css
<style>
span { border-color: #C71EAD; }
span { border-color: rgb(199,30,173); }
td.TdClassName
{
border-color: #C71EAD;
}
.TagClassName
{
border-color: #C71EAD;
}
</style>