Shades of Medium Violet Red #C70F82
Tints of Medium Violet Red #C70F82
RGB
CMYK
RGB Variations
Color information
#C70F82 (or 0xC70F82) is known color: Medium Violet Red. HEX triplet: C7, 0F and 82. RGB value is (199,15,130). Sum of RGB (Red+Green+Blue) = 199+15+130=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F82 is #38F07D. Grayscale: #525252. Windows color (decimal): -3731582 or 8523719. OLE color: 8523719.
HSL color Cylindrical-coordinate representation of color #C70F82: hue angle of 322.5º 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 #C70F82 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 130 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.22 |
| HSL | 322.5º | 0.86% | 0.42% | - |
| HSV(B) | 322.5º | 0.92% | 0.78% | - |
| XYZ | 27.75 | 14.1 | 22.38 | - |
| YUV | 83.13 | 154.46 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 130 | 0 | 0.92 | 0.35 | 0.22 | 322.5 | 0.86 | 0.42 |
| Hex | C7 | F | 82 | 0 | 5C | 23 | 16 | 142 | 56 | 2A |
| Octal | 307 | 17 | 202 | 0 | 134 | 43 | 26 | 502 | 126 | 52 |
| Binary | 11000111 | 1111 | 10000010 | 0 | 1011100 | 100011 | 10110 | 101000010 | 1010110 | 101010 |
Color Harmonies of #C70F82
Complementary color
Monochromatic Colors of #C70F82
Black with #C70F82
Text Example
Text Example
White with #C70F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F82; }
p { color: rgb(199,15,130); }
H1.HeaderClassName
{
color: #C70F82;
}
.AnyTagClassName
{
color: #C70F82;
}
</style>
background-color css
<style>
a { background-color: #C70F82; }
a { background-color: rgb(199,15,130); }
div.DivClassName
{
background-color: #C70F82;
}
.BgClassName
{
background-color: #C70F82;
}
</style>
border-color css
<style>
span { border-color: #C70F82; }
span { border-color: rgb(199,15,130); }
td.TdClassName
{
border-color: #C70F82;
}
.TagClassName
{
border-color: #C70F82;
}
</style>