Shades of Medium Violet Red #C71485
Tints of Medium Violet Red #C71485
RGB
CMYK
RGB Variations
Color information
#C71485 (or 0xC71485) is known color: Medium Violet Red. HEX triplet: C7, 14 and 85. RGB value is (199,20,133). Sum of RGB (Red+Green+Blue) = 199+20+133=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C71485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71485 is #38EB7A. Grayscale: #565656. Windows color (decimal): -3730299 or 8721607. OLE color: 8721607.
HSL color Cylindrical-coordinate representation of color #C71485: hue angle of 322.12º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71485 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 20 | 133 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.22 |
| HSL | 322.12º | 0.82% | 0.43% | - |
| HSV(B) | 322.12º | 0.9% | 0.78% | - |
| XYZ | 28.04 | 14.34 | 23.48 | - |
| YUV | 86.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 133 | 0 | 0.90 | 0.33 | 0.22 | 322.12 | 0.82 | 0.43 |
| Hex | C7 | 14 | 85 | 0 | 5A | 21 | 16 | 142 | 52 | 2B |
| Octal | 307 | 24 | 205 | 0 | 132 | 41 | 26 | 502 | 122 | 53 |
| Binary | 11000111 | 10100 | 10000101 | 0 | 1011010 | 100001 | 10110 | 101000010 | 1010010 | 101011 |
Color Harmonies of #C71485
Complementary color
Monochromatic Colors of #C71485
Black with #C71485
Text Example
Text Example
White with #C71485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71485; }
p { color: rgb(199,20,133); }
H1.HeaderClassName
{
color: #C71485;
}
.AnyTagClassName
{
color: #C71485;
}
</style>
background-color css
<style>
a { background-color: #C71485; }
a { background-color: rgb(199,20,133); }
div.DivClassName
{
background-color: #C71485;
}
.BgClassName
{
background-color: #C71485;
}
</style>
border-color css
<style>
span { border-color: #C71485; }
span { border-color: rgb(199,20,133); }
td.TdClassName
{
border-color: #C71485;
}
.TagClassName
{
border-color: #C71485;
}
</style>