Shades of Medium Violet Red #C70F9D
Tints of Medium Violet Red #C70F9D
RGB
CMYK
RGB Variations
Color information
#C70F9D (or 0xC70F9D) is known color: Medium Violet Red. HEX triplet: C7, 0F and 9D. RGB value is (199,15,157). Sum of RGB (Red+Green+Blue) = 199+15+157=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F9D is #38F062. Grayscale: #555555. Windows color (decimal): -3731555 or 10293191. OLE color: 10293191.
HSL color Cylindrical-coordinate representation of color #C70F9D: hue angle of 313.7º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70F9D is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 157 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.22 |
| HSL | 313.7º | 0.86% | 0.42% | - |
| HSV(B) | 313.7º | 0.92% | 0.78% | - |
| XYZ | 29.81 | 14.92 | 33.21 | - |
| YUV | 86.2 | 167.96 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 157 | 0 | 0.92 | 0.21 | 0.22 | 313.7 | 0.86 | 0.42 |
| Hex | C7 | F | 9D | 0 | 5C | 15 | 16 | 13A | 56 | 2A |
| Octal | 307 | 17 | 235 | 0 | 134 | 25 | 26 | 472 | 126 | 52 |
| Binary | 11000111 | 1111 | 10011101 | 0 | 1011100 | 10101 | 10110 | 100111010 | 1010110 | 101010 |
Color Harmonies of #C70F9D
Complementary color
Monochromatic Colors of #C70F9D
Black with #C70F9D
Text Example
Text Example
White with #C70F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F9D; }
p { color: rgb(199,15,157); }
H1.HeaderClassName
{
color: #C70F9D;
}
.AnyTagClassName
{
color: #C70F9D;
}
</style>
background-color css
<style>
a { background-color: #C70F9D; }
a { background-color: rgb(199,15,157); }
div.DivClassName
{
background-color: #C70F9D;
}
.BgClassName
{
background-color: #C70F9D;
}
</style>
border-color css
<style>
span { border-color: #C70F9D; }
span { border-color: rgb(199,15,157); }
td.TdClassName
{
border-color: #C70F9D;
}
.TagClassName
{
border-color: #C70F9D;
}
</style>