Shades of Medium Violet Red #C70F9C
Tints of Medium Violet Red #C70F9C
RGB
CMYK
RGB Variations
Color information
#C70F9C (or 0xC70F9C) is known color: Medium Violet Red. HEX triplet: C7, 0F and 9C. RGB value is (199,15,156). Sum of RGB (Red+Green+Blue) = 199+15+156=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F9C is #38F063. Grayscale: #555555. Windows color (decimal): -3731556 or 10227655. OLE color: 10227655.
HSL color Cylindrical-coordinate representation of color #C70F9C: hue angle of 314.02º 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 #C70F9C is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 156 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.22 |
| HSL | 314.02º | 0.86% | 0.42% | - |
| HSV(B) | 314.02º | 0.92% | 0.78% | - |
| XYZ | 29.72 | 14.88 | 32.76 | - |
| YUV | 86.09 | 167.46 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 156 | 0 | 0.92 | 0.22 | 0.22 | 314.02 | 0.86 | 0.42 |
| Hex | C7 | F | 9C | 0 | 5C | 16 | 16 | 13A | 56 | 2A |
| Octal | 307 | 17 | 234 | 0 | 134 | 26 | 26 | 472 | 126 | 52 |
| Binary | 11000111 | 1111 | 10011100 | 0 | 1011100 | 10110 | 10110 | 100111010 | 1010110 | 101010 |
Color Harmonies of #C70F9C
Complementary color
Monochromatic Colors of #C70F9C
Black with #C70F9C
Text Example
Text Example
White with #C70F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70F9C; }
p { color: rgb(199,15,156); }
H1.HeaderClassName
{
color: #C70F9C;
}
.AnyTagClassName
{
color: #C70F9C;
}
</style>
background-color css
<style>
a { background-color: #C70F9C; }
a { background-color: rgb(199,15,156); }
div.DivClassName
{
background-color: #C70F9C;
}
.BgClassName
{
background-color: #C70F9C;
}
</style>
border-color css
<style>
span { border-color: #C70F9C; }
span { border-color: rgb(199,15,156); }
td.TdClassName
{
border-color: #C70F9C;
}
.TagClassName
{
border-color: #C70F9C;
}
</style>