Shades of Medium Violet Red #C70D7F
Tints of Medium Violet Red #C70D7F
RGB
CMYK
RGB Variations
Color information
#C70D7F (or 0xC70D7F) is known color: Medium Violet Red. HEX triplet: C7, 0D and 7F. RGB value is (199,13,127). Sum of RGB (Red+Green+Blue) = 199+13+127=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D7F is #38F280. Grayscale: #515151. Windows color (decimal): -3732097 or 8326599. OLE color: 8326599.
HSL color Cylindrical-coordinate representation of color #C70D7F: hue angle of 323.23º 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 #C70D7F is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 127 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.22 |
| HSL | 323.23º | 0.88% | 0.42% | - |
| HSV(B) | 323.23º | 0.93% | 0.78% | - |
| XYZ | 27.53 | 13.96 | 21.32 | - |
| YUV | 81.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 127 | 0 | 0.93 | 0.36 | 0.22 | 323.23 | 0.88 | 0.42 |
| Hex | C7 | D | 7F | 0 | 5D | 24 | 16 | 143 | 58 | 2A |
| Octal | 307 | 15 | 177 | 0 | 135 | 44 | 26 | 503 | 130 | 52 |
| Binary | 11000111 | 1101 | 1111111 | 0 | 1011101 | 100100 | 10110 | 101000011 | 1011000 | 101010 |
Color Harmonies of #C70D7F
Complementary color
Monochromatic Colors of #C70D7F
Black with #C70D7F
Text Example
Text Example
White with #C70D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D7F; }
p { color: rgb(199,13,127); }
H1.HeaderClassName
{
color: #C70D7F;
}
.AnyTagClassName
{
color: #C70D7F;
}
</style>
background-color css
<style>
a { background-color: #C70D7F; }
a { background-color: rgb(199,13,127); }
div.DivClassName
{
background-color: #C70D7F;
}
.BgClassName
{
background-color: #C70D7F;
}
</style>
border-color css
<style>
span { border-color: #C70D7F; }
span { border-color: rgb(199,13,127); }
td.TdClassName
{
border-color: #C70D7F;
}
.TagClassName
{
border-color: #C70D7F;
}
</style>