Shades of Medium Violet Red #C70689
Tints of Medium Violet Red #C70689
RGB
CMYK
RGB Variations
Color information
#C70689 (or 0xC70689) is known color: Medium Violet Red. HEX triplet: C7, 06 and 89. RGB value is (199,6,137). Sum of RGB (Red+Green+Blue) = 199+6+137=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C70689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70689 is #38F976. Grayscale: #4E4E4E. Windows color (decimal): -3733879 or 8980167. OLE color: 8980167.
HSL color Cylindrical-coordinate representation of color #C70689: hue angle of 319.27º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70689 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.22 |
| HSL | 319.27º | 0.94% | 0.4% | - |
| HSV(B) | 319.27º | 0.97% | 0.78% | - |
| XYZ | 28.13 | 14.08 | 24.9 | - |
| YUV | 78.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 137 | 0 | 0.97 | 0.31 | 0.22 | 319.27 | 0.94 | 0.4 |
| Hex | C7 | 6 | 89 | 0 | 61 | 1F | 16 | 13F | 5E | 28 |
| Octal | 307 | 6 | 211 | 0 | 141 | 37 | 26 | 477 | 136 | 50 |
| Binary | 11000111 | 110 | 10001001 | 0 | 1100001 | 11111 | 10110 | 100111111 | 1011110 | 101000 |
Color Harmonies of #C70689
Complementary color
Monochromatic Colors of #C70689
Black with #C70689
Text Example
Text Example
White with #C70689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70689; }
p { color: rgb(199,6,137); }
H1.HeaderClassName
{
color: #C70689;
}
.AnyTagClassName
{
color: #C70689;
}
</style>
background-color css
<style>
a { background-color: #C70689; }
a { background-color: rgb(199,6,137); }
div.DivClassName
{
background-color: #C70689;
}
.BgClassName
{
background-color: #C70689;
}
</style>
border-color css
<style>
span { border-color: #C70689; }
span { border-color: rgb(199,6,137); }
td.TdClassName
{
border-color: #C70689;
}
.TagClassName
{
border-color: #C70689;
}
</style>