Shades of Medium Violet Red #C70782
Tints of Medium Violet Red #C70782
RGB
CMYK
RGB Variations
Color information
#C70782 (or 0xC70782) is known color: Medium Violet Red. HEX triplet: C7, 07 and 82. RGB value is (199,7,130). Sum of RGB (Red+Green+Blue) = 199+7+130=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C70782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70782 is #38F87D. Grayscale: #4E4E4E. Windows color (decimal): -3733630 or 8521671. OLE color: 8521671.
HSL color Cylindrical-coordinate representation of color #C70782: hue angle of 321.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70782 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 130 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.22 |
| HSL | 321.56º | 0.93% | 0.4% | - |
| HSV(B) | 321.56º | 0.96% | 0.78% | - |
| XYZ | 27.66 | 13.91 | 22.35 | - |
| YUV | 78.43 | 157.11 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 130 | 0 | 0.96 | 0.35 | 0.22 | 321.56 | 0.93 | 0.4 |
| Hex | C7 | 7 | 82 | 0 | 60 | 23 | 16 | 142 | 5D | 28 |
| Octal | 307 | 7 | 202 | 0 | 140 | 43 | 26 | 502 | 135 | 50 |
| Binary | 11000111 | 111 | 10000010 | 0 | 1100000 | 100011 | 10110 | 101000010 | 1011101 | 101000 |
Color Harmonies of #C70782
Complementary color
Monochromatic Colors of #C70782
Black with #C70782
Text Example
Text Example
White with #C70782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70782; }
p { color: rgb(199,7,130); }
H1.HeaderClassName
{
color: #C70782;
}
.AnyTagClassName
{
color: #C70782;
}
</style>
background-color css
<style>
a { background-color: #C70782; }
a { background-color: rgb(199,7,130); }
div.DivClassName
{
background-color: #C70782;
}
.BgClassName
{
background-color: #C70782;
}
</style>
border-color css
<style>
span { border-color: #C70782; }
span { border-color: rgb(199,7,130); }
td.TdClassName
{
border-color: #C70782;
}
.TagClassName
{
border-color: #C70782;
}
</style>