Shades of Medium Violet Red #C70090
Tints of Medium Violet Red #C70090
RGB
CMYK
RGB Variations
Color information
#C70090 (or 0xC70090) is known color: Medium Violet Red. HEX triplet: C7, 00 and 90. RGB value is (199,0,144). Sum of RGB (Red+Green+Blue) = 199+0+144=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C70090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70090 is #38FF6F. Grayscale: #4B4B4B. Windows color (decimal): -3735408 or 9437383. OLE color: 9437383.
HSL color Cylindrical-coordinate representation of color #C70090: hue angle of 316.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70090 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.28 | 0.22 |
| HSL | 316.58º | 1% | 0.39% | - |
| HSV(B) | 316.58º | 1% | 0.78% | - |
| XYZ | 28.59 | 14.16 | 27.61 | - |
| YUV | 75.92 | 166.43 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 144 | 0 | 1 | 0.28 | 0.22 | 316.58 | 1 | 0.39 |
| Hex | C7 | 0 | 90 | 0 | 64 | 1C | 16 | 13D | 64 | 27 |
| Octal | 307 | 0 | 220 | 0 | 144 | 34 | 26 | 475 | 144 | 47 |
| Binary | 11000111 | 0 | 10010000 | 0 | 1100100 | 11100 | 10110 | 100111101 | 1100100 | 100111 |
Color Harmonies of #C70090
Complementary color
Monochromatic Colors of #C70090
Black with #C70090
Text Example
Text Example
White with #C70090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70090; }
p { color: rgb(199,0,144); }
H1.HeaderClassName
{
color: #C70090;
}
.AnyTagClassName
{
color: #C70090;
}
</style>
background-color css
<style>
a { background-color: #C70090; }
a { background-color: rgb(199,0,144); }
div.DivClassName
{
background-color: #C70090;
}
.BgClassName
{
background-color: #C70090;
}
</style>
border-color css
<style>
span { border-color: #C70090; }
span { border-color: rgb(199,0,144); }
td.TdClassName
{
border-color: #C70090;
}
.TagClassName
{
border-color: #C70090;
}
</style>