Shades of Medium Violet Red #C7097A
Tints of Medium Violet Red #C7097A
RGB
CMYK
RGB Variations
Color information
#C7097A (or 0xC7097A) is known color: Medium Violet Red. HEX triplet: C7, 09 and 7A. RGB value is (199,9,122). Sum of RGB (Red+Green+Blue) = 199+9+122=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7097A is #38F685. Grayscale: #4E4E4E. Windows color (decimal): -3733126 or 7997895. OLE color: 7997895.
HSL color Cylindrical-coordinate representation of color #C7097A: hue angle of 324.32º 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 #C7097A is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 122 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.22 |
| HSL | 324.32º | 0.91% | 0.41% | - |
| HSV(B) | 324.32º | 0.95% | 0.78% | - |
| XYZ | 27.16 | 13.74 | 19.63 | - |
| YUV | 78.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 122 | 0 | 0.95 | 0.39 | 0.22 | 324.32 | 0.91 | 0.41 |
| Hex | C7 | 9 | 7A | 0 | 5F | 27 | 16 | 144 | 5B | 29 |
| Octal | 307 | 11 | 172 | 0 | 137 | 47 | 26 | 504 | 133 | 51 |
| Binary | 11000111 | 1001 | 1111010 | 0 | 1011111 | 100111 | 10110 | 101000100 | 1011011 | 101001 |
Color Harmonies of #C7097A
Complementary color
Monochromatic Colors of #C7097A
Black with #C7097A
Text Example
Text Example
White with #C7097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7097A; }
p { color: rgb(199,9,122); }
H1.HeaderClassName
{
color: #C7097A;
}
.AnyTagClassName
{
color: #C7097A;
}
</style>
background-color css
<style>
a { background-color: #C7097A; }
a { background-color: rgb(199,9,122); }
div.DivClassName
{
background-color: #C7097A;
}
.BgClassName
{
background-color: #C7097A;
}
</style>
border-color css
<style>
span { border-color: #C7097A; }
span { border-color: rgb(199,9,122); }
td.TdClassName
{
border-color: #C7097A;
}
.TagClassName
{
border-color: #C7097A;
}
</style>