Shades of Medium Violet Red #C70D94
Tints of Medium Violet Red #C70D94
RGB
CMYK
RGB Variations
Color information
#C70D94 (or 0xC70D94) is known color: Medium Violet Red. HEX triplet: C7, 0D and 94. RGB value is (199,13,148). Sum of RGB (Red+Green+Blue) = 199+13+148=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D94 is #38F26B. Grayscale: #535353. Windows color (decimal): -3732076 or 9702855. OLE color: 9702855.
HSL color Cylindrical-coordinate representation of color #C70D94: hue angle of 316.45º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D94 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 148 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.22 |
| HSL | 316.45º | 0.88% | 0.42% | - |
| HSV(B) | 316.45º | 0.93% | 0.78% | - |
| XYZ | 29.04 | 14.57 | 29.3 | - |
| YUV | 84 | 164.12 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 148 | 0 | 0.93 | 0.26 | 0.22 | 316.45 | 0.88 | 0.42 |
| Hex | C7 | D | 94 | 0 | 5D | 1A | 16 | 13C | 58 | 2A |
| Octal | 307 | 15 | 224 | 0 | 135 | 32 | 26 | 474 | 130 | 52 |
| Binary | 11000111 | 1101 | 10010100 | 0 | 1011101 | 11010 | 10110 | 100111100 | 1011000 | 101010 |
Color Harmonies of #C70D94
Complementary color
Monochromatic Colors of #C70D94
Black with #C70D94
Text Example
Text Example
White with #C70D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D94; }
p { color: rgb(199,13,148); }
H1.HeaderClassName
{
color: #C70D94;
}
.AnyTagClassName
{
color: #C70D94;
}
</style>
background-color css
<style>
a { background-color: #C70D94; }
a { background-color: rgb(199,13,148); }
div.DivClassName
{
background-color: #C70D94;
}
.BgClassName
{
background-color: #C70D94;
}
</style>
border-color css
<style>
span { border-color: #C70D94; }
span { border-color: rgb(199,13,148); }
td.TdClassName
{
border-color: #C70D94;
}
.TagClassName
{
border-color: #C70D94;
}
</style>