Shades of Medium Violet Red #C6199D
Tints of Medium Violet Red #C6199D
RGB
CMYK
RGB Variations
Color information
#C6199D (or 0xC6199D) is known color: Medium Violet Red. HEX triplet: C6, 19 and 9D. RGB value is (198,25,157). Sum of RGB (Red+Green+Blue) = 198+25+157=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6199D is #39E662. Grayscale: #5B5B5B. Windows color (decimal): -3794531 or 10295750. OLE color: 10295750.
HSL color Cylindrical-coordinate representation of color #C6199D: hue angle of 314.22º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6199D is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 157 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.22 |
| HSL | 314.22º | 0.78% | 0.44% | - |
| HSV(B) | 314.22º | 0.87% | 0.78% | - |
| XYZ | 29.72 | 15.14 | 33.25 | - |
| YUV | 91.78 | 164.81 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 157 | 0 | 0.87 | 0.21 | 0.22 | 314.22 | 0.78 | 0.44 |
| Hex | C6 | 19 | 9D | 0 | 57 | 15 | 16 | 13A | 4E | 2C |
| Octal | 306 | 31 | 235 | 0 | 127 | 25 | 26 | 472 | 116 | 54 |
| Binary | 11000110 | 11001 | 10011101 | 0 | 1010111 | 10101 | 10110 | 100111010 | 1001110 | 101100 |
Color Harmonies of #C6199D
Complementary color
Monochromatic Colors of #C6199D
Black with #C6199D
Text Example
Text Example
White with #C6199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6199D; }
p { color: rgb(198,25,157); }
H1.HeaderClassName
{
color: #C6199D;
}
.AnyTagClassName
{
color: #C6199D;
}
</style>
background-color css
<style>
a { background-color: #C6199D; }
a { background-color: rgb(198,25,157); }
div.DivClassName
{
background-color: #C6199D;
}
.BgClassName
{
background-color: #C6199D;
}
</style>
border-color css
<style>
span { border-color: #C6199D; }
span { border-color: rgb(198,25,157); }
td.TdClassName
{
border-color: #C6199D;
}
.TagClassName
{
border-color: #C6199D;
}
</style>