Shades of Medium Violet Red #C70F89
Tints of Medium Violet Red #C70F89
RGB
CMYK
RGB Variations
Color information
#C70F89 (or 0xC70F89) is known color: Medium Violet Red. HEX triplet: C7, 0F and 89. RGB value is (199,15,137). Sum of RGB (Red+Green+Blue) = 199+15+137=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F89 is #38F076. Grayscale: #535353. Windows color (decimal): -3731575 or 8982471. OLE color: 8982471.
HSL color Cylindrical-coordinate representation of color #C70F89: hue angle of 320.22º 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 #C70F89 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 137 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.22 |
| HSL | 320.22º | 0.86% | 0.42% | - |
| HSV(B) | 320.22º | 0.92% | 0.78% | - |
| XYZ | 28.24 | 14.29 | 24.94 | - |
| YUV | 83.92 | 157.96 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 137 | 0 | 0.92 | 0.31 | 0.22 | 320.22 | 0.86 | 0.42 |
| Hex | C7 | F | 89 | 0 | 5C | 1F | 16 | 140 | 56 | 2A |
| Octal | 307 | 17 | 211 | 0 | 134 | 37 | 26 | 500 | 126 | 52 |
| Binary | 11000111 | 1111 | 10001001 | 0 | 1011100 | 11111 | 10110 | 101000000 | 1010110 | 101010 |
Color Harmonies of #C70F89
Complementary color
Monochromatic Colors of #C70F89
Black with #C70F89
Text Example
Text Example
White with #C70F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F89; }
p { color: rgb(199,15,137); }
H1.HeaderClassName
{
color: #C70F89;
}
.AnyTagClassName
{
color: #C70F89;
}
</style>
background-color css
<style>
a { background-color: #C70F89; }
a { background-color: rgb(199,15,137); }
div.DivClassName
{
background-color: #C70F89;
}
.BgClassName
{
background-color: #C70F89;
}
</style>
border-color css
<style>
span { border-color: #C70F89; }
span { border-color: rgb(199,15,137); }
td.TdClassName
{
border-color: #C70F89;
}
.TagClassName
{
border-color: #C70F89;
}
</style>