Shades of Medium Violet Red #C70D75
Tints of Medium Violet Red #C70D75
RGB
CMYK
RGB Variations
Color information
#C70D75 (or 0xC70D75) is known color: Medium Violet Red. HEX triplet: C7, 0D and 75. RGB value is (199,13,117). Sum of RGB (Red+Green+Blue) = 199+13+117=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D75 is #38F28A. Grayscale: #505050. Windows color (decimal): -3732107 or 7671239. OLE color: 7671239.
HSL color Cylindrical-coordinate representation of color #C70D75: hue angle of 326.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 #C70D75 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 117 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.22 |
| HSL | 326.45º | 0.88% | 0.42% | - |
| HSV(B) | 326.45º | 0.93% | 0.78% | - |
| XYZ | 26.91 | 13.71 | 18.06 | - |
| YUV | 80.47 | 148.62 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 117 | 0 | 0.93 | 0.41 | 0.22 | 326.45 | 0.88 | 0.42 |
| Hex | C7 | D | 75 | 0 | 5D | 29 | 16 | 146 | 58 | 2A |
| Octal | 307 | 15 | 165 | 0 | 135 | 51 | 26 | 506 | 130 | 52 |
| Binary | 11000111 | 1101 | 1110101 | 0 | 1011101 | 101001 | 10110 | 101000110 | 1011000 | 101010 |
Color Harmonies of #C70D75
Complementary color
Monochromatic Colors of #C70D75
Black with #C70D75
Text Example
Text Example
White with #C70D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D75; }
p { color: rgb(199,13,117); }
H1.HeaderClassName
{
color: #C70D75;
}
.AnyTagClassName
{
color: #C70D75;
}
</style>
background-color css
<style>
a { background-color: #C70D75; }
a { background-color: rgb(199,13,117); }
div.DivClassName
{
background-color: #C70D75;
}
.BgClassName
{
background-color: #C70D75;
}
</style>
border-color css
<style>
span { border-color: #C70D75; }
span { border-color: rgb(199,13,117); }
td.TdClassName
{
border-color: #C70D75;
}
.TagClassName
{
border-color: #C70D75;
}
</style>