Shades of Medium Violet Red #C70D8E
Tints of Medium Violet Red #C70D8E
RGB
CMYK
RGB Variations
Color information
#C70D8E (or 0xC70D8E) is known color: Medium Violet Red. HEX triplet: C7, 0D and 8E. RGB value is (199,13,142). Sum of RGB (Red+Green+Blue) = 199+13+142=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D8E is #38F271. Grayscale: #525252. Windows color (decimal): -3732082 or 9309639. OLE color: 9309639.
HSL color Cylindrical-coordinate representation of color #C70D8E: hue angle of 318.39º 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 #C70D8E is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 142 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.22 |
| HSL | 318.39º | 0.88% | 0.42% | - |
| HSV(B) | 318.39º | 0.93% | 0.78% | - |
| XYZ | 28.58 | 14.38 | 26.86 | - |
| YUV | 83.32 | 161.12 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 142 | 0 | 0.93 | 0.29 | 0.22 | 318.39 | 0.88 | 0.42 |
| Hex | C7 | D | 8E | 0 | 5D | 1D | 16 | 13E | 58 | 2A |
| Octal | 307 | 15 | 216 | 0 | 135 | 35 | 26 | 476 | 130 | 52 |
| Binary | 11000111 | 1101 | 10001110 | 0 | 1011101 | 11101 | 10110 | 100111110 | 1011000 | 101010 |
Color Harmonies of #C70D8E
Complementary color
Monochromatic Colors of #C70D8E
Black with #C70D8E
Text Example
Text Example
White with #C70D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D8E; }
p { color: rgb(199,13,142); }
H1.HeaderClassName
{
color: #C70D8E;
}
.AnyTagClassName
{
color: #C70D8E;
}
</style>
background-color css
<style>
a { background-color: #C70D8E; }
a { background-color: rgb(199,13,142); }
div.DivClassName
{
background-color: #C70D8E;
}
.BgClassName
{
background-color: #C70D8E;
}
</style>
border-color css
<style>
span { border-color: #C70D8E; }
span { border-color: rgb(199,13,142); }
td.TdClassName
{
border-color: #C70D8E;
}
.TagClassName
{
border-color: #C70D8E;
}
</style>