Shades of Medium Violet Red #C70D90
Tints of Medium Violet Red #C70D90
RGB
CMYK
RGB Variations
Color information
#C70D90 (or 0xC70D90) is known color: Medium Violet Red. HEX triplet: C7, 0D and 90. RGB value is (199,13,144). Sum of RGB (Red+Green+Blue) = 199+13+144=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70D90 is #38F26F. Grayscale: #535353. Windows color (decimal): -3732080 or 9440711. OLE color: 9440711.
HSL color Cylindrical-coordinate representation of color #C70D90: hue angle of 317.74º 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 #C70D90 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 144 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.22 |
| HSL | 317.74º | 0.88% | 0.42% | - |
| HSV(B) | 317.74º | 0.93% | 0.78% | - |
| XYZ | 28.73 | 14.44 | 27.66 | - |
| YUV | 83.55 | 162.12 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 144 | 0 | 0.93 | 0.28 | 0.22 | 317.74 | 0.88 | 0.42 |
| Hex | C7 | D | 90 | 0 | 5D | 1C | 16 | 13E | 58 | 2A |
| Octal | 307 | 15 | 220 | 0 | 135 | 34 | 26 | 476 | 130 | 52 |
| Binary | 11000111 | 1101 | 10010000 | 0 | 1011101 | 11100 | 10110 | 100111110 | 1011000 | 101010 |
Color Harmonies of #C70D90
Complementary color
Monochromatic Colors of #C70D90
Black with #C70D90
Text Example
Text Example
White with #C70D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70D90; }
p { color: rgb(199,13,144); }
H1.HeaderClassName
{
color: #C70D90;
}
.AnyTagClassName
{
color: #C70D90;
}
</style>
background-color css
<style>
a { background-color: #C70D90; }
a { background-color: rgb(199,13,144); }
div.DivClassName
{
background-color: #C70D90;
}
.BgClassName
{
background-color: #C70D90;
}
</style>
border-color css
<style>
span { border-color: #C70D90; }
span { border-color: rgb(199,13,144); }
td.TdClassName
{
border-color: #C70D90;
}
.TagClassName
{
border-color: #C70D90;
}
</style>