Shades of Medium Violet Red #C70F8D
Tints of Medium Violet Red #C70F8D
RGB
CMYK
RGB Variations
Color information
#C70F8D (or 0xC70F8D) is known color: Medium Violet Red. HEX triplet: C7, 0F and 8D. RGB value is (199,15,141). Sum of RGB (Red+Green+Blue) = 199+15+141=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F8D is #38F072. Grayscale: #545454. Windows color (decimal): -3731571 or 9244615. OLE color: 9244615.
HSL color Cylindrical-coordinate representation of color #C70F8D: hue angle of 318.91º 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 #C70F8D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 141 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.22 |
| HSL | 318.91º | 0.86% | 0.42% | - |
| HSV(B) | 318.91º | 0.92% | 0.78% | - |
| XYZ | 28.53 | 14.41 | 26.48 | - |
| YUV | 84.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 141 | 0 | 0.92 | 0.29 | 0.22 | 318.91 | 0.86 | 0.42 |
| Hex | C7 | F | 8D | 0 | 5C | 1D | 16 | 13F | 56 | 2A |
| Octal | 307 | 17 | 215 | 0 | 134 | 35 | 26 | 477 | 126 | 52 |
| Binary | 11000111 | 1111 | 10001101 | 0 | 1011100 | 11101 | 10110 | 100111111 | 1010110 | 101010 |
Color Harmonies of #C70F8D
Complementary color
Monochromatic Colors of #C70F8D
Black with #C70F8D
Text Example
Text Example
White with #C70F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F8D; }
p { color: rgb(199,15,141); }
H1.HeaderClassName
{
color: #C70F8D;
}
.AnyTagClassName
{
color: #C70F8D;
}
</style>
background-color css
<style>
a { background-color: #C70F8D; }
a { background-color: rgb(199,15,141); }
div.DivClassName
{
background-color: #C70F8D;
}
.BgClassName
{
background-color: #C70F8D;
}
</style>
border-color css
<style>
span { border-color: #C70F8D; }
span { border-color: rgb(199,15,141); }
td.TdClassName
{
border-color: #C70F8D;
}
.TagClassName
{
border-color: #C70F8D;
}
</style>