Shades of Medium Violet Red #C70172
Tints of Medium Violet Red #C70172
RGB
CMYK
RGB Variations
Color information
#C70172 (or 0xC70172) is known color: Medium Violet Red. HEX triplet: C7, 01 and 72. RGB value is (199,1,114). Sum of RGB (Red+Green+Blue) = 199+1+114=314 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.38% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 199 - color contains mainly: red. Hex color #C70172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70172 is #38FE8D. Grayscale: #484848. Windows color (decimal): -3735182 or 7471559. OLE color: 7471559.
HSL color Cylindrical-coordinate representation of color #C70172: hue angle of 325.76º 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 #C70172 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 114 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.22 |
| HSL | 325.76º | 0.99% | 0.39% | - |
| HSV(B) | 325.76º | 0.99% | 0.78% | - |
| XYZ | 26.6 | 13.38 | 17.1 | - |
| YUV | 73.08 | 151.1 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 114 | 0 | 0.99 | 0.43 | 0.22 | 325.76 | 0.99 | 0.39 |
| Hex | C7 | 1 | 72 | 0 | 63 | 2B | 16 | 146 | 63 | 27 |
| Octal | 307 | 1 | 162 | 0 | 143 | 53 | 26 | 506 | 143 | 47 |
| Binary | 11000111 | 1 | 1110010 | 0 | 1100011 | 101011 | 10110 | 101000110 | 1100011 | 100111 |
Color Harmonies of #C70172
Complementary color
Monochromatic Colors of #C70172
Black with #C70172
Text Example
Text Example
White with #C70172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70172; }
p { color: rgb(199,1,114); }
H1.HeaderClassName
{
color: #C70172;
}
.AnyTagClassName
{
color: #C70172;
}
</style>
background-color css
<style>
a { background-color: #C70172; }
a { background-color: rgb(199,1,114); }
div.DivClassName
{
background-color: #C70172;
}
.BgClassName
{
background-color: #C70172;
}
</style>
border-color css
<style>
span { border-color: #C70172; }
span { border-color: rgb(199,1,114); }
td.TdClassName
{
border-color: #C70172;
}
.TagClassName
{
border-color: #C70172;
}
</style>