Shades of Medium Violet Red #C71985
Tints of Medium Violet Red #C71985
RGB
CMYK
RGB Variations
Color information
#C71985 (or 0xC71985) is known color: Medium Violet Red. HEX triplet: C7, 19 and 85. RGB value is (199,25,133). Sum of RGB (Red+Green+Blue) = 199+25+133=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C71985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71985 is #38E67A. Grayscale: #595959. Windows color (decimal): -3729019 or 8722887. OLE color: 8722887.
HSL color Cylindrical-coordinate representation of color #C71985: hue angle of 322.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71985 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 133 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.22 |
| HSL | 322.76º | 0.78% | 0.44% | - |
| HSV(B) | 322.76º | 0.87% | 0.78% | - |
| XYZ | 28.13 | 14.53 | 23.51 | - |
| YUV | 89.34 | 152.65 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 133 | 0 | 0.87 | 0.33 | 0.22 | 322.76 | 0.78 | 0.44 |
| Hex | C7 | 19 | 85 | 0 | 57 | 21 | 16 | 143 | 4E | 2C |
| Octal | 307 | 31 | 205 | 0 | 127 | 41 | 26 | 503 | 116 | 54 |
| Binary | 11000111 | 11001 | 10000101 | 0 | 1010111 | 100001 | 10110 | 101000011 | 1001110 | 101100 |
Color Harmonies of #C71985
Complementary color
Monochromatic Colors of #C71985
Black with #C71985
Text Example
Text Example
White with #C71985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71985; }
p { color: rgb(199,25,133); }
H1.HeaderClassName
{
color: #C71985;
}
.AnyTagClassName
{
color: #C71985;
}
</style>
background-color css
<style>
a { background-color: #C71985; }
a { background-color: rgb(199,25,133); }
div.DivClassName
{
background-color: #C71985;
}
.BgClassName
{
background-color: #C71985;
}
</style>
border-color css
<style>
span { border-color: #C71985; }
span { border-color: rgb(199,25,133); }
td.TdClassName
{
border-color: #C71985;
}
.TagClassName
{
border-color: #C71985;
}
</style>