Shades of Medium Violet Red #C70389
Tints of Medium Violet Red #C70389
RGB
CMYK
RGB Variations
Color information
#C70389 (or 0xC70389) is known color: Medium Violet Red. HEX triplet: C7, 03 and 89. RGB value is (199,3,137). Sum of RGB (Red+Green+Blue) = 199+3+137=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C70389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70389 is #38FC76. Grayscale: #4C4C4C. Windows color (decimal): -3734647 or 8979399. OLE color: 8979399.
HSL color Cylindrical-coordinate representation of color #C70389: hue angle of 318.98º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70389 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.22 |
| HSL | 318.98º | 0.97% | 0.4% | - |
| HSV(B) | 318.98º | 0.98% | 0.78% | - |
| XYZ | 28.1 | 14.01 | 24.89 | - |
| YUV | 76.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 137 | 0 | 0.98 | 0.31 | 0.22 | 318.98 | 0.97 | 0.4 |
| Hex | C7 | 3 | 89 | 0 | 62 | 1F | 16 | 13F | 61 | 28 |
| Octal | 307 | 3 | 211 | 0 | 142 | 37 | 26 | 477 | 141 | 50 |
| Binary | 11000111 | 11 | 10001001 | 0 | 1100010 | 11111 | 10110 | 100111111 | 1100001 | 101000 |
Color Harmonies of #C70389
Complementary color
Monochromatic Colors of #C70389
Black with #C70389
Text Example
Text Example
White with #C70389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70389; }
p { color: rgb(199,3,137); }
H1.HeaderClassName
{
color: #C70389;
}
.AnyTagClassName
{
color: #C70389;
}
</style>
background-color css
<style>
a { background-color: #C70389; }
a { background-color: rgb(199,3,137); }
div.DivClassName
{
background-color: #C70389;
}
.BgClassName
{
background-color: #C70389;
}
</style>
border-color css
<style>
span { border-color: #C70389; }
span { border-color: rgb(199,3,137); }
td.TdClassName
{
border-color: #C70389;
}
.TagClassName
{
border-color: #C70389;
}
</style>