Shades of Medium Violet Red #C70498
Tints of Medium Violet Red #C70498
RGB
CMYK
RGB Variations
Color information
#C70498 (or 0xC70498) is known color: Medium Violet Red. HEX triplet: C7, 04 and 98. RGB value is (199,4,152). Sum of RGB (Red+Green+Blue) = 199+4+152=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C70498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70498 is #38FB67. Grayscale: #4E4E4E. Windows color (decimal): -3734376 or 9962695. OLE color: 9962695.
HSL color Cylindrical-coordinate representation of color #C70498: hue angle of 314.46º degrees, saturation: 0.96, 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 #C70498 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 152 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.22 |
| HSL | 314.46º | 0.96% | 0.4% | - |
| HSV(B) | 314.46º | 0.98% | 0.78% | - |
| XYZ | 29.26 | 14.5 | 30.96 | - |
| YUV | 79.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 152 | 0 | 0.98 | 0.24 | 0.22 | 314.46 | 0.96 | 0.4 |
| Hex | C7 | 4 | 98 | 0 | 62 | 18 | 16 | 13A | 60 | 28 |
| Octal | 307 | 4 | 230 | 0 | 142 | 30 | 26 | 472 | 140 | 50 |
| Binary | 11000111 | 100 | 10011000 | 0 | 1100010 | 11000 | 10110 | 100111010 | 1100000 | 101000 |
Color Harmonies of #C70498
Complementary color
Monochromatic Colors of #C70498
Black with #C70498
Text Example
Text Example
White with #C70498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70498; }
p { color: rgb(199,4,152); }
H1.HeaderClassName
{
color: #C70498;
}
.AnyTagClassName
{
color: #C70498;
}
</style>
background-color css
<style>
a { background-color: #C70498; }
a { background-color: rgb(199,4,152); }
div.DivClassName
{
background-color: #C70498;
}
.BgClassName
{
background-color: #C70498;
}
</style>
border-color css
<style>
span { border-color: #C70498; }
span { border-color: rgb(199,4,152); }
td.TdClassName
{
border-color: #C70498;
}
.TagClassName
{
border-color: #C70498;
}
</style>