Shades of Medium Violet Red #C70272
Tints of Medium Violet Red #C70272
RGB
CMYK
RGB Variations
Color information
#C70272 (or 0xC70272) is known color: Medium Violet Red. HEX triplet: C7, 02 and 72. RGB value is (199,2,114). Sum of RGB (Red+Green+Blue) = 199+2+114=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C70272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70272 is #38FD8D. Grayscale: #494949. Windows color (decimal): -3734926 or 7471815. OLE color: 7471815.
HSL color Cylindrical-coordinate representation of color #C70272: hue angle of 325.89º degrees, saturation: 0.98, 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 #C70272 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.22 |
| HSL | 325.89º | 0.98% | 0.39% | - |
| HSV(B) | 325.89º | 0.99% | 0.78% | - |
| XYZ | 26.61 | 13.4 | 17.1 | - |
| YUV | 73.67 | 150.77 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 114 | 0 | 0.99 | 0.43 | 0.22 | 325.89 | 0.98 | 0.39 |
| Hex | C7 | 2 | 72 | 0 | 63 | 2B | 16 | 146 | 62 | 27 |
| Octal | 307 | 2 | 162 | 0 | 143 | 53 | 26 | 506 | 142 | 47 |
| Binary | 11000111 | 10 | 1110010 | 0 | 1100011 | 101011 | 10110 | 101000110 | 1100010 | 100111 |
Color Harmonies of #C70272
Complementary color
Monochromatic Colors of #C70272
Black with #C70272
Text Example
Text Example
White with #C70272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70272; }
p { color: rgb(199,2,114); }
H1.HeaderClassName
{
color: #C70272;
}
.AnyTagClassName
{
color: #C70272;
}
</style>
background-color css
<style>
a { background-color: #C70272; }
a { background-color: rgb(199,2,114); }
div.DivClassName
{
background-color: #C70272;
}
.BgClassName
{
background-color: #C70272;
}
</style>
border-color css
<style>
span { border-color: #C70272; }
span { border-color: rgb(199,2,114); }
td.TdClassName
{
border-color: #C70272;
}
.TagClassName
{
border-color: #C70272;
}
</style>