Shades of Medium Violet Red #C70171
Tints of Medium Violet Red #C70171
RGB
CMYK
RGB Variations
Color information
#C70171 (or 0xC70171) is known color: Medium Violet Red. HEX triplet: C7, 01 and 71. RGB value is (199,1,113). Sum of RGB (Red+Green+Blue) = 199+1+113=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C70171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70171 is #38FE8E. Grayscale: #484848. Windows color (decimal): -3735183 or 7406023. OLE color: 7406023.
HSL color Cylindrical-coordinate representation of color #C70171: hue angle of 326.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70171 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.22 |
| HSL | 326.06º | 0.99% | 0.39% | - |
| HSV(B) | 326.06º | 0.99% | 0.78% | - |
| XYZ | 26.54 | 13.36 | 16.8 | - |
| YUV | 72.97 | 150.6 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 113 | 0 | 0.99 | 0.43 | 0.22 | 326.06 | 0.99 | 0.39 |
| Hex | C7 | 1 | 71 | 0 | 63 | 2B | 16 | 146 | 63 | 27 |
| Octal | 307 | 1 | 161 | 0 | 143 | 53 | 26 | 506 | 143 | 47 |
| Binary | 11000111 | 1 | 1110001 | 0 | 1100011 | 101011 | 10110 | 101000110 | 1100011 | 100111 |
Color Harmonies of #C70171
Complementary color
Monochromatic Colors of #C70171
Black with #C70171
Text Example
Text Example
White with #C70171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70171; }
p { color: rgb(199,1,113); }
H1.HeaderClassName
{
color: #C70171;
}
.AnyTagClassName
{
color: #C70171;
}
</style>
background-color css
<style>
a { background-color: #C70171; }
a { background-color: rgb(199,1,113); }
div.DivClassName
{
background-color: #C70171;
}
.BgClassName
{
background-color: #C70171;
}
</style>
border-color css
<style>
span { border-color: #C70171; }
span { border-color: rgb(199,1,113); }
td.TdClassName
{
border-color: #C70171;
}
.TagClassName
{
border-color: #C70171;
}
</style>