Shades of Medium Violet Red #C70976
Tints of Medium Violet Red #C70976
RGB
CMYK
RGB Variations
Color information
#C70976 (or 0xC70976) is known color: Medium Violet Red. HEX triplet: C7, 09 and 76. RGB value is (199,9,118). Sum of RGB (Red+Green+Blue) = 199+9+118=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C70976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70976 is #38F689. Grayscale: #4D4D4D. Windows color (decimal): -3733130 or 7735751. OLE color: 7735751.
HSL color Cylindrical-coordinate representation of color #C70976: hue angle of 325.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70976 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 118 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.22 |
| HSL | 325.58º | 0.91% | 0.41% | - |
| HSV(B) | 325.58º | 0.95% | 0.78% | - |
| XYZ | 26.92 | 13.65 | 18.35 | - |
| YUV | 78.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 118 | 0 | 0.95 | 0.41 | 0.22 | 325.58 | 0.91 | 0.41 |
| Hex | C7 | 9 | 76 | 0 | 5F | 29 | 16 | 146 | 5B | 29 |
| Octal | 307 | 11 | 166 | 0 | 137 | 51 | 26 | 506 | 133 | 51 |
| Binary | 11000111 | 1001 | 1110110 | 0 | 1011111 | 101001 | 10110 | 101000110 | 1011011 | 101001 |
Color Harmonies of #C70976
Complementary color
Monochromatic Colors of #C70976
Black with #C70976
Text Example
Text Example
White with #C70976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70976; }
p { color: rgb(199,9,118); }
H1.HeaderClassName
{
color: #C70976;
}
.AnyTagClassName
{
color: #C70976;
}
</style>
background-color css
<style>
a { background-color: #C70976; }
a { background-color: rgb(199,9,118); }
div.DivClassName
{
background-color: #C70976;
}
.BgClassName
{
background-color: #C70976;
}
</style>
border-color css
<style>
span { border-color: #C70976; }
span { border-color: rgb(199,9,118); }
td.TdClassName
{
border-color: #C70976;
}
.TagClassName
{
border-color: #C70976;
}
</style>