Shades of Medium Violet Red #C70D81
Tints of Medium Violet Red #C70D81
RGB
CMYK
RGB Variations
Color information
#C70D81 (or 0xC70D81) is known color: Medium Violet Red. HEX triplet: C7, 0D and 81. RGB value is (199,13,129). Sum of RGB (Red+Green+Blue) = 199+13+129=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D81 is #38F27E. Grayscale: #515151. Windows color (decimal): -3732095 or 8457671. OLE color: 8457671.
HSL color Cylindrical-coordinate representation of color #C70D81: hue angle of 322.58º 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 #C70D81 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 129 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.22 |
| HSL | 322.58º | 0.88% | 0.42% | - |
| HSV(B) | 322.58º | 0.93% | 0.78% | - |
| XYZ | 27.66 | 14.01 | 22.02 | - |
| YUV | 81.84 | 154.62 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 129 | 0 | 0.93 | 0.35 | 0.22 | 322.58 | 0.88 | 0.42 |
| Hex | C7 | D | 81 | 0 | 5D | 23 | 16 | 143 | 58 | 2A |
| Octal | 307 | 15 | 201 | 0 | 135 | 43 | 26 | 503 | 130 | 52 |
| Binary | 11000111 | 1101 | 10000001 | 0 | 1011101 | 100011 | 10110 | 101000011 | 1011000 | 101010 |
Color Harmonies of #C70D81
Complementary color
Monochromatic Colors of #C70D81
Black with #C70D81
Text Example
Text Example
White with #C70D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D81; }
p { color: rgb(199,13,129); }
H1.HeaderClassName
{
color: #C70D81;
}
.AnyTagClassName
{
color: #C70D81;
}
</style>
background-color css
<style>
a { background-color: #C70D81; }
a { background-color: rgb(199,13,129); }
div.DivClassName
{
background-color: #C70D81;
}
.BgClassName
{
background-color: #C70D81;
}
</style>
border-color css
<style>
span { border-color: #C70D81; }
span { border-color: rgb(199,13,129); }
td.TdClassName
{
border-color: #C70D81;
}
.TagClassName
{
border-color: #C70D81;
}
</style>