Shades of Medium Violet Red #C70990
Tints of Medium Violet Red #C70990
RGB
CMYK
RGB Variations
Color information
#C70990 (or 0xC70990) is known color: Medium Violet Red. HEX triplet: C7, 09 and 90. RGB value is (199,9,144). Sum of RGB (Red+Green+Blue) = 199+9+144=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C70990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70990 is #38F66F. Grayscale: #505050. Windows color (decimal): -3733104 or 9439687. OLE color: 9439687.
HSL color Cylindrical-coordinate representation of color #C70990: hue angle of 317.37º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70990 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 144 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.22 |
| HSL | 317.37º | 0.91% | 0.41% | - |
| HSV(B) | 317.37º | 0.95% | 0.78% | - |
| XYZ | 28.68 | 14.35 | 27.64 | - |
| YUV | 81.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 144 | 0 | 0.95 | 0.28 | 0.22 | 317.37 | 0.91 | 0.41 |
| Hex | C7 | 9 | 90 | 0 | 5F | 1C | 16 | 13D | 5B | 29 |
| Octal | 307 | 11 | 220 | 0 | 137 | 34 | 26 | 475 | 133 | 51 |
| Binary | 11000111 | 1001 | 10010000 | 0 | 1011111 | 11100 | 10110 | 100111101 | 1011011 | 101001 |
Color Harmonies of #C70990
Complementary color
Monochromatic Colors of #C70990
Black with #C70990
Text Example
Text Example
White with #C70990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70990; }
p { color: rgb(199,9,144); }
H1.HeaderClassName
{
color: #C70990;
}
.AnyTagClassName
{
color: #C70990;
}
</style>
background-color css
<style>
a { background-color: #C70990; }
a { background-color: rgb(199,9,144); }
div.DivClassName
{
background-color: #C70990;
}
.BgClassName
{
background-color: #C70990;
}
</style>
border-color css
<style>
span { border-color: #C70990; }
span { border-color: rgb(199,9,144); }
td.TdClassName
{
border-color: #C70990;
}
.TagClassName
{
border-color: #C70990;
}
</style>