Shades of Medium Violet Red #C70997
Tints of Medium Violet Red #C70997
RGB
CMYK
RGB Variations
Color information
#C70997 (or 0xC70997) is known color: Medium Violet Red. HEX triplet: C7, 09 and 97. RGB value is (199,9,151). Sum of RGB (Red+Green+Blue) = 199+9+151=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C70997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70997 is #38F668. Grayscale: #515151. Windows color (decimal): -3733097 or 9898439. OLE color: 9898439.
HSL color Cylindrical-coordinate representation of color #C70997: hue angle of 315.16º 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 #C70997 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 151 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.22 |
| HSL | 315.16º | 0.91% | 0.41% | - |
| HSV(B) | 315.16º | 0.95% | 0.78% | - |
| XYZ | 29.24 | 14.57 | 30.55 | - |
| YUV | 82 | 166.95 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 151 | 0 | 0.95 | 0.24 | 0.22 | 315.16 | 0.91 | 0.41 |
| Hex | C7 | 9 | 97 | 0 | 5F | 18 | 16 | 13B | 5B | 29 |
| Octal | 307 | 11 | 227 | 0 | 137 | 30 | 26 | 473 | 133 | 51 |
| Binary | 11000111 | 1001 | 10010111 | 0 | 1011111 | 11000 | 10110 | 100111011 | 1011011 | 101001 |
Color Harmonies of #C70997
Complementary color
Monochromatic Colors of #C70997
Black with #C70997
Text Example
Text Example
White with #C70997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70997; }
p { color: rgb(199,9,151); }
H1.HeaderClassName
{
color: #C70997;
}
.AnyTagClassName
{
color: #C70997;
}
</style>
background-color css
<style>
a { background-color: #C70997; }
a { background-color: rgb(199,9,151); }
div.DivClassName
{
background-color: #C70997;
}
.BgClassName
{
background-color: #C70997;
}
</style>
border-color css
<style>
span { border-color: #C70997; }
span { border-color: rgb(199,9,151); }
td.TdClassName
{
border-color: #C70997;
}
.TagClassName
{
border-color: #C70997;
}
</style>