Shades of Medium Violet Red #C7099A
Tints of Medium Violet Red #C7099A
RGB
CMYK
RGB Variations
Color information
#C7099A (or 0xC7099A) is known color: Medium Violet Red. HEX triplet: C7, 09 and 9A. RGB value is (199,9,154). Sum of RGB (Red+Green+Blue) = 199+9+154=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C7099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7099A is #38F665. Grayscale: #515151. Windows color (decimal): -3733094 or 10095047. OLE color: 10095047.
HSL color Cylindrical-coordinate representation of color #C7099A: hue angle of 314.21º 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 #C7099A is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 154 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.22 |
| HSL | 314.21º | 0.91% | 0.41% | - |
| HSV(B) | 314.21º | 0.95% | 0.78% | - |
| XYZ | 29.48 | 14.67 | 31.85 | - |
| YUV | 82.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 154 | 0 | 0.95 | 0.23 | 0.22 | 314.21 | 0.91 | 0.41 |
| Hex | C7 | 9 | 9A | 0 | 5F | 17 | 16 | 13A | 5B | 29 |
| Octal | 307 | 11 | 232 | 0 | 137 | 27 | 26 | 472 | 133 | 51 |
| Binary | 11000111 | 1001 | 10011010 | 0 | 1011111 | 10111 | 10110 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C7099A
Complementary color
Monochromatic Colors of #C7099A
Black with #C7099A
Text Example
Text Example
White with #C7099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7099A; }
p { color: rgb(199,9,154); }
H1.HeaderClassName
{
color: #C7099A;
}
.AnyTagClassName
{
color: #C7099A;
}
</style>
background-color css
<style>
a { background-color: #C7099A; }
a { background-color: rgb(199,9,154); }
div.DivClassName
{
background-color: #C7099A;
}
.BgClassName
{
background-color: #C7099A;
}
</style>
border-color css
<style>
span { border-color: #C7099A; }
span { border-color: rgb(199,9,154); }
td.TdClassName
{
border-color: #C7099A;
}
.TagClassName
{
border-color: #C7099A;
}
</style>