Shades of Medium Violet Red #C70D80
Tints of Medium Violet Red #C70D80
RGB
CMYK
RGB Variations
Color information
#C70D80 (or 0xC70D80) is known color: Medium Violet Red. HEX triplet: C7, 0D and 80. RGB value is (199,13,128). Sum of RGB (Red+Green+Blue) = 199+13+128=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D80 is #38F27F. Grayscale: #515151. Windows color (decimal): -3732096 or 8392135. OLE color: 8392135.
HSL color Cylindrical-coordinate representation of color #C70D80: hue angle of 322.9º 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 #C70D80 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 128 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.22 |
| HSL | 322.9º | 0.88% | 0.42% | - |
| HSV(B) | 322.9º | 0.93% | 0.78% | - |
| XYZ | 27.59 | 13.99 | 21.67 | - |
| YUV | 81.72 | 154.12 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 128 | 0 | 0.93 | 0.36 | 0.22 | 322.9 | 0.88 | 0.42 |
| Hex | C7 | D | 80 | 0 | 5D | 24 | 16 | 143 | 58 | 2A |
| Octal | 307 | 15 | 200 | 0 | 135 | 44 | 26 | 503 | 130 | 52 |
| Binary | 11000111 | 1101 | 10000000 | 0 | 1011101 | 100100 | 10110 | 101000011 | 1011000 | 101010 |
Color Harmonies of #C70D80
Complementary color
Monochromatic Colors of #C70D80
Black with #C70D80
Text Example
Text Example
White with #C70D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D80; }
p { color: rgb(199,13,128); }
H1.HeaderClassName
{
color: #C70D80;
}
.AnyTagClassName
{
color: #C70D80;
}
</style>
background-color css
<style>
a { background-color: #C70D80; }
a { background-color: rgb(199,13,128); }
div.DivClassName
{
background-color: #C70D80;
}
.BgClassName
{
background-color: #C70D80;
}
</style>
border-color css
<style>
span { border-color: #C70D80; }
span { border-color: rgb(199,13,128); }
td.TdClassName
{
border-color: #C70D80;
}
.TagClassName
{
border-color: #C70D80;
}
</style>