Shades of Medium Violet Red #C6099E
Tints of Medium Violet Red #C6099E
RGB
CMYK
RGB Variations
Color information
#C6099E (or 0xC6099E) is known color: Medium Violet Red. HEX triplet: C6, 09 and 9E. RGB value is (198,9,158). Sum of RGB (Red+Green+Blue) = 198+9+158=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C6099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6099E is #39F661. Grayscale: #525252. Windows color (decimal): -3798626 or 10357190. OLE color: 10357190.
HSL color Cylindrical-coordinate representation of color #C6099E: hue angle of 312.7º 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 #C6099E is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.22 |
| HSL | 312.7º | 0.91% | 0.41% | - |
| HSV(B) | 312.7º | 0.95% | 0.78% | - |
| XYZ | 29.56 | 14.67 | 33.62 | - |
| YUV | 82.5 | 170.62 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 158 | 0 | 0.95 | 0.20 | 0.22 | 312.7 | 0.91 | 0.41 |
| Hex | C6 | 9 | 9E | 0 | 5F | 14 | 16 | 139 | 5B | 29 |
| Octal | 306 | 11 | 236 | 0 | 137 | 24 | 26 | 471 | 133 | 51 |
| Binary | 11000110 | 1001 | 10011110 | 0 | 1011111 | 10100 | 10110 | 100111001 | 1011011 | 101001 |
Color Harmonies of #C6099E
Complementary color
Monochromatic Colors of #C6099E
Black with #C6099E
Text Example
Text Example
White with #C6099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6099E; }
p { color: rgb(198,9,158); }
H1.HeaderClassName
{
color: #C6099E;
}
.AnyTagClassName
{
color: #C6099E;
}
</style>
background-color css
<style>
a { background-color: #C6099E; }
a { background-color: rgb(198,9,158); }
div.DivClassName
{
background-color: #C6099E;
}
.BgClassName
{
background-color: #C6099E;
}
</style>
border-color css
<style>
span { border-color: #C6099E; }
span { border-color: rgb(198,9,158); }
td.TdClassName
{
border-color: #C6099E;
}
.TagClassName
{
border-color: #C6099E;
}
</style>