Shades of Medium Violet Red #C70D7B
Tints of Medium Violet Red #C70D7B
RGB
CMYK
RGB Variations
Color information
#C70D7B (or 0xC70D7B) is known color: Medium Violet Red. HEX triplet: C7, 0D and 7B. RGB value is (199,13,123). Sum of RGB (Red+Green+Blue) = 199+13+123=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D7B is #38F284. Grayscale: #505050. Windows color (decimal): -3732101 or 8064455. OLE color: 8064455.
HSL color Cylindrical-coordinate representation of color #C70D7B: hue angle of 324.52º 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 #C70D7B is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 123 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.22 |
| HSL | 324.52º | 0.88% | 0.42% | - |
| HSV(B) | 324.52º | 0.93% | 0.78% | - |
| XYZ | 27.27 | 13.86 | 19.98 | - |
| YUV | 81.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 123 | 0 | 0.93 | 0.38 | 0.22 | 324.52 | 0.88 | 0.42 |
| Hex | C7 | D | 7B | 0 | 5D | 26 | 16 | 145 | 58 | 2A |
| Octal | 307 | 15 | 173 | 0 | 135 | 46 | 26 | 505 | 130 | 52 |
| Binary | 11000111 | 1101 | 1111011 | 0 | 1011101 | 100110 | 10110 | 101000101 | 1011000 | 101010 |
Color Harmonies of #C70D7B
Complementary color
Monochromatic Colors of #C70D7B
Black with #C70D7B
Text Example
Text Example
White with #C70D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D7B; }
p { color: rgb(199,13,123); }
H1.HeaderClassName
{
color: #C70D7B;
}
.AnyTagClassName
{
color: #C70D7B;
}
</style>
background-color css
<style>
a { background-color: #C70D7B; }
a { background-color: rgb(199,13,123); }
div.DivClassName
{
background-color: #C70D7B;
}
.BgClassName
{
background-color: #C70D7B;
}
</style>
border-color css
<style>
span { border-color: #C70D7B; }
span { border-color: rgb(199,13,123); }
td.TdClassName
{
border-color: #C70D7B;
}
.TagClassName
{
border-color: #C70D7B;
}
</style>