Shades of Medium Violet Red #C70D9B
Tints of Medium Violet Red #C70D9B
RGB
CMYK
RGB Variations
Color information
#C70D9B (or 0xC70D9B) is known color: Medium Violet Red. HEX triplet: C7, 0D and 9B. RGB value is (199,13,155). Sum of RGB (Red+Green+Blue) = 199+13+155=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D9B is #38F264. Grayscale: #545454. Windows color (decimal): -3732069 or 10161607. OLE color: 10161607.
HSL color Cylindrical-coordinate representation of color #C70D9B: hue angle of 314.19º 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 #C70D9B is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 155 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.22 |
| HSL | 314.19º | 0.88% | 0.42% | - |
| HSV(B) | 314.19º | 0.93% | 0.78% | - |
| XYZ | 29.61 | 14.8 | 32.31 | - |
| YUV | 84.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 155 | 0 | 0.93 | 0.22 | 0.22 | 314.19 | 0.88 | 0.42 |
| Hex | C7 | D | 9B | 0 | 5D | 16 | 16 | 13A | 58 | 2A |
| Octal | 307 | 15 | 233 | 0 | 135 | 26 | 26 | 472 | 130 | 52 |
| Binary | 11000111 | 1101 | 10011011 | 0 | 1011101 | 10110 | 10110 | 100111010 | 1011000 | 101010 |
Color Harmonies of #C70D9B
Complementary color
Monochromatic Colors of #C70D9B
Black with #C70D9B
Text Example
Text Example
White with #C70D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D9B; }
p { color: rgb(199,13,155); }
H1.HeaderClassName
{
color: #C70D9B;
}
.AnyTagClassName
{
color: #C70D9B;
}
</style>
background-color css
<style>
a { background-color: #C70D9B; }
a { background-color: rgb(199,13,155); }
div.DivClassName
{
background-color: #C70D9B;
}
.BgClassName
{
background-color: #C70D9B;
}
</style>
border-color css
<style>
span { border-color: #C70D9B; }
span { border-color: rgb(199,13,155); }
td.TdClassName
{
border-color: #C70D9B;
}
.TagClassName
{
border-color: #C70D9B;
}
</style>