Shades of Medium Violet Red #C7099C
Tints of Medium Violet Red #C7099C
RGB
CMYK
RGB Variations
Color information
#C7099C (or 0xC7099C) is known color: Medium Violet Red. HEX triplet: C7, 09 and 9C. RGB value is (199,9,156). Sum of RGB (Red+Green+Blue) = 199+9+156=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7099C is #38F663. Grayscale: #525252. Windows color (decimal): -3733092 or 10226119. OLE color: 10226119.
HSL color Cylindrical-coordinate representation of color #C7099C: hue angle of 313.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 #C7099C is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 156 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.22 |
| HSL | 313.58º | 0.91% | 0.41% | - |
| HSV(B) | 313.58º | 0.95% | 0.78% | - |
| XYZ | 29.65 | 14.74 | 32.73 | - |
| YUV | 82.57 | 169.45 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 156 | 0 | 0.95 | 0.22 | 0.22 | 313.58 | 0.91 | 0.41 |
| Hex | C7 | 9 | 9C | 0 | 5F | 16 | 16 | 13A | 5B | 29 |
| Octal | 307 | 11 | 234 | 0 | 137 | 26 | 26 | 472 | 133 | 51 |
| Binary | 11000111 | 1001 | 10011100 | 0 | 1011111 | 10110 | 10110 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C7099C
Complementary color
Monochromatic Colors of #C7099C
Black with #C7099C
Text Example
Text Example
White with #C7099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7099C; }
p { color: rgb(199,9,156); }
H1.HeaderClassName
{
color: #C7099C;
}
.AnyTagClassName
{
color: #C7099C;
}
</style>
background-color css
<style>
a { background-color: #C7099C; }
a { background-color: rgb(199,9,156); }
div.DivClassName
{
background-color: #C7099C;
}
.BgClassName
{
background-color: #C7099C;
}
</style>
border-color css
<style>
span { border-color: #C7099C; }
span { border-color: rgb(199,9,156); }
td.TdClassName
{
border-color: #C7099C;
}
.TagClassName
{
border-color: #C7099C;
}
</style>