Shades of Medium Violet Red #C70F8F
Tints of Medium Violet Red #C70F8F
RGB
CMYK
RGB Variations
Color information
#C70F8F (or 0xC70F8F) is known color: Medium Violet Red. HEX triplet: C7, 0F and 8F. RGB value is (199,15,143). Sum of RGB (Red+Green+Blue) = 199+15+143=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F8F is #38F070. Grayscale: #545454. Windows color (decimal): -3731569 or 9375687. OLE color: 9375687.
HSL color Cylindrical-coordinate representation of color #C70F8F: hue angle of 318.26º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F8F is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 143 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.22 |
| HSL | 318.26º | 0.86% | 0.42% | - |
| HSV(B) | 318.26º | 0.92% | 0.78% | - |
| XYZ | 28.68 | 14.47 | 27.27 | - |
| YUV | 84.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 143 | 0 | 0.92 | 0.28 | 0.22 | 318.26 | 0.86 | 0.42 |
| Hex | C7 | F | 8F | 0 | 5C | 1C | 16 | 13E | 56 | 2A |
| Octal | 307 | 17 | 217 | 0 | 134 | 34 | 26 | 476 | 126 | 52 |
| Binary | 11000111 | 1111 | 10001111 | 0 | 1011100 | 11100 | 10110 | 100111110 | 1010110 | 101010 |
Color Harmonies of #C70F8F
Complementary color
Monochromatic Colors of #C70F8F
Black with #C70F8F
Text Example
Text Example
White with #C70F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F8F; }
p { color: rgb(199,15,143); }
H1.HeaderClassName
{
color: #C70F8F;
}
.AnyTagClassName
{
color: #C70F8F;
}
</style>
background-color css
<style>
a { background-color: #C70F8F; }
a { background-color: rgb(199,15,143); }
div.DivClassName
{
background-color: #C70F8F;
}
.BgClassName
{
background-color: #C70F8F;
}
</style>
border-color css
<style>
span { border-color: #C70F8F; }
span { border-color: rgb(199,15,143); }
td.TdClassName
{
border-color: #C70F8F;
}
.TagClassName
{
border-color: #C70F8F;
}
</style>