Shades of Medium Violet Red #C71285
Tints of Medium Violet Red #C71285
RGB
CMYK
RGB Variations
Color information
#C71285 (or 0xC71285) is known color: Medium Violet Red. HEX triplet: C7, 12 and 85. RGB value is (199,18,133). Sum of RGB (Red+Green+Blue) = 199+18+133=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C71285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71285 is #38ED7A. Grayscale: #545454. Windows color (decimal): -3730811 or 8721095. OLE color: 8721095.
HSL color Cylindrical-coordinate representation of color #C71285: hue angle of 321.88º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71285 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 133 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.22 |
| HSL | 321.88º | 0.83% | 0.43% | - |
| HSV(B) | 321.88º | 0.91% | 0.78% | - |
| XYZ | 28 | 14.27 | 23.47 | - |
| YUV | 85.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 133 | 0 | 0.91 | 0.33 | 0.22 | 321.88 | 0.83 | 0.43 |
| Hex | C7 | 12 | 85 | 0 | 5B | 21 | 16 | 142 | 53 | 2B |
| Octal | 307 | 22 | 205 | 0 | 133 | 41 | 26 | 502 | 123 | 53 |
| Binary | 11000111 | 10010 | 10000101 | 0 | 1011011 | 100001 | 10110 | 101000010 | 1010011 | 101011 |
Color Harmonies of #C71285
Complementary color
Monochromatic Colors of #C71285
Black with #C71285
Text Example
Text Example
White with #C71285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71285; }
p { color: rgb(199,18,133); }
H1.HeaderClassName
{
color: #C71285;
}
.AnyTagClassName
{
color: #C71285;
}
</style>
background-color css
<style>
a { background-color: #C71285; }
a { background-color: rgb(199,18,133); }
div.DivClassName
{
background-color: #C71285;
}
.BgClassName
{
background-color: #C71285;
}
</style>
border-color css
<style>
span { border-color: #C71285; }
span { border-color: rgb(199,18,133); }
td.TdClassName
{
border-color: #C71285;
}
.TagClassName
{
border-color: #C71285;
}
</style>