Shades of Medium Violet Red #C70FA8
Tints of Medium Violet Red #C70FA8
RGB
CMYK
RGB Variations
Color information
#C70FA8 (or 0xC70FA8) is known color: Medium Violet Red. HEX triplet: C7, 0F and A8. RGB value is (199,15,168). Sum of RGB (Red+Green+Blue) = 199+15+168=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FA8 is #38F057. Grayscale: #575757. Windows color (decimal): -3731544 or 11014087. OLE color: 11014087.
HSL color Cylindrical-coordinate representation of color #C70FA8: hue angle of 310.11º 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 #C70FA8 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 168 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.22 |
| HSL | 310.11º | 0.86% | 0.42% | - |
| HSV(B) | 310.11º | 0.92% | 0.78% | - |
| XYZ | 30.79 | 15.31 | 38.38 | - |
| YUV | 87.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 168 | 0 | 0.92 | 0.16 | 0.22 | 310.11 | 0.86 | 0.42 |
| Hex | C7 | F | A8 | 0 | 5C | 10 | 16 | 136 | 56 | 2A |
| Octal | 307 | 17 | 250 | 0 | 134 | 20 | 26 | 466 | 126 | 52 |
| Binary | 11000111 | 1111 | 10101000 | 0 | 1011100 | 10000 | 10110 | 100110110 | 1010110 | 101010 |
Color Harmonies of #C70FA8
Complementary color
Monochromatic Colors of #C70FA8
Black with #C70FA8
Text Example
Text Example
White with #C70FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FA8; }
p { color: rgb(199,15,168); }
H1.HeaderClassName
{
color: #C70FA8;
}
.AnyTagClassName
{
color: #C70FA8;
}
</style>
background-color css
<style>
a { background-color: #C70FA8; }
a { background-color: rgb(199,15,168); }
div.DivClassName
{
background-color: #C70FA8;
}
.BgClassName
{
background-color: #C70FA8;
}
</style>
border-color css
<style>
span { border-color: #C70FA8; }
span { border-color: rgb(199,15,168); }
td.TdClassName
{
border-color: #C70FA8;
}
.TagClassName
{
border-color: #C70FA8;
}
</style>