Shades of Medium Violet Red #C70189
Tints of Medium Violet Red #C70189
RGB
CMYK
RGB Variations
Color information
#C70189 (or 0xC70189) is known color: Medium Violet Red. HEX triplet: C7, 01 and 89. RGB value is (199,1,137). Sum of RGB (Red+Green+Blue) = 199+1+137=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C70189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70189 is #38FE76. Grayscale: #4B4B4B. Windows color (decimal): -3735159 or 8978887. OLE color: 8978887.
HSL color Cylindrical-coordinate representation of color #C70189: hue angle of 318.79º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70189 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.22 |
| HSL | 318.79º | 0.99% | 0.39% | - |
| HSV(B) | 318.79º | 0.99% | 0.78% | - |
| XYZ | 28.08 | 13.97 | 24.88 | - |
| YUV | 75.71 | 162.6 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 137 | 0 | 0.99 | 0.31 | 0.22 | 318.79 | 0.99 | 0.39 |
| Hex | C7 | 1 | 89 | 0 | 63 | 1F | 16 | 13F | 63 | 27 |
| Octal | 307 | 1 | 211 | 0 | 143 | 37 | 26 | 477 | 143 | 47 |
| Binary | 11000111 | 1 | 10001001 | 0 | 1100011 | 11111 | 10110 | 100111111 | 1100011 | 100111 |
Color Harmonies of #C70189
Complementary color
Monochromatic Colors of #C70189
Black with #C70189
Text Example
Text Example
White with #C70189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70189; }
p { color: rgb(199,1,137); }
H1.HeaderClassName
{
color: #C70189;
}
.AnyTagClassName
{
color: #C70189;
}
</style>
background-color css
<style>
a { background-color: #C70189; }
a { background-color: rgb(199,1,137); }
div.DivClassName
{
background-color: #C70189;
}
.BgClassName
{
background-color: #C70189;
}
</style>
border-color css
<style>
span { border-color: #C70189; }
span { border-color: rgb(199,1,137); }
td.TdClassName
{
border-color: #C70189;
}
.TagClassName
{
border-color: #C70189;
}
</style>