Shades of Medium Violet Red #C70FA1
Tints of Medium Violet Red #C70FA1
RGB
CMYK
RGB Variations
Color information
#C70FA1 (or 0xC70FA1) is known color: Medium Violet Red. HEX triplet: C7, 0F and A1. RGB value is (199,15,161). Sum of RGB (Red+Green+Blue) = 199+15+161=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70FA1 is #38F05E. Grayscale: #565656. Windows color (decimal): -3731551 or 10555335. OLE color: 10555335.
HSL color Cylindrical-coordinate representation of color #C70FA1: hue angle of 312.39º 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 #C70FA1 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 161 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.22 |
| HSL | 312.39º | 0.86% | 0.42% | - |
| HSV(B) | 312.39º | 0.92% | 0.78% | - |
| XYZ | 30.16 | 15.06 | 35.04 | - |
| YUV | 86.66 | 169.96 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 161 | 0 | 0.92 | 0.19 | 0.22 | 312.39 | 0.86 | 0.42 |
| Hex | C7 | F | A1 | 0 | 5C | 13 | 16 | 138 | 56 | 2A |
| Octal | 307 | 17 | 241 | 0 | 134 | 23 | 26 | 470 | 126 | 52 |
| Binary | 11000111 | 1111 | 10100001 | 0 | 1011100 | 10011 | 10110 | 100111000 | 1010110 | 101010 |
Color Harmonies of #C70FA1
Complementary color
Monochromatic Colors of #C70FA1
Black with #C70FA1
Text Example
Text Example
White with #C70FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FA1; }
p { color: rgb(199,15,161); }
H1.HeaderClassName
{
color: #C70FA1;
}
.AnyTagClassName
{
color: #C70FA1;
}
</style>
background-color css
<style>
a { background-color: #C70FA1; }
a { background-color: rgb(199,15,161); }
div.DivClassName
{
background-color: #C70FA1;
}
.BgClassName
{
background-color: #C70FA1;
}
</style>
border-color css
<style>
span { border-color: #C70FA1; }
span { border-color: rgb(199,15,161); }
td.TdClassName
{
border-color: #C70FA1;
}
.TagClassName
{
border-color: #C70FA1;
}
</style>