Shades of Medium Violet Red #C70294
Tints of Medium Violet Red #C70294
RGB
CMYK
RGB Variations
Color information
#C70294 (or 0xC70294) is known color: Medium Violet Red. HEX triplet: C7, 02 and 94. RGB value is (199,2,148). Sum of RGB (Red+Green+Blue) = 199+2+148=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C70294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70294 is #38FD6B. Grayscale: #4D4D4D. Windows color (decimal): -3734892 or 9700039. OLE color: 9700039.
HSL color Cylindrical-coordinate representation of color #C70294: hue angle of 315.53º degrees, saturation: 0.98, 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 #C70294 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.22 |
| HSL | 315.53º | 0.98% | 0.39% | - |
| HSV(B) | 315.53º | 0.99% | 0.78% | - |
| XYZ | 28.92 | 14.32 | 29.26 | - |
| YUV | 77.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 148 | 0 | 0.99 | 0.26 | 0.22 | 315.53 | 0.98 | 0.39 |
| Hex | C7 | 2 | 94 | 0 | 63 | 1A | 16 | 13C | 62 | 27 |
| Octal | 307 | 2 | 224 | 0 | 143 | 32 | 26 | 474 | 142 | 47 |
| Binary | 11000111 | 10 | 10010100 | 0 | 1100011 | 11010 | 10110 | 100111100 | 1100010 | 100111 |
Color Harmonies of #C70294
Complementary color
Monochromatic Colors of #C70294
Black with #C70294
Text Example
Text Example
White with #C70294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70294; }
p { color: rgb(199,2,148); }
H1.HeaderClassName
{
color: #C70294;
}
.AnyTagClassName
{
color: #C70294;
}
</style>
background-color css
<style>
a { background-color: #C70294; }
a { background-color: rgb(199,2,148); }
div.DivClassName
{
background-color: #C70294;
}
.BgClassName
{
background-color: #C70294;
}
</style>
border-color css
<style>
span { border-color: #C70294; }
span { border-color: rgb(199,2,148); }
td.TdClassName
{
border-color: #C70294;
}
.TagClassName
{
border-color: #C70294;
}
</style>