Shades of Medium Violet Red #C6199B
Tints of Medium Violet Red #C6199B
RGB
CMYK
RGB Variations
Color information
#C6199B (or 0xC6199B) is known color: Medium Violet Red. HEX triplet: C6, 19 and 9B. RGB value is (198,25,155). Sum of RGB (Red+Green+Blue) = 198+25+155=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6199B is #39E664. Grayscale: #5B5B5B. Windows color (decimal): -3794533 or 10164678. OLE color: 10164678.
HSL color Cylindrical-coordinate representation of color #C6199B: hue angle of 314.91º 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 #C6199B is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 155 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.22 |
| HSL | 314.91º | 0.78% | 0.44% | - |
| HSV(B) | 314.91º | 0.87% | 0.78% | - |
| XYZ | 29.55 | 15.07 | 32.36 | - |
| YUV | 91.55 | 163.81 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 155 | 0 | 0.87 | 0.22 | 0.22 | 314.91 | 0.78 | 0.44 |
| Hex | C6 | 19 | 9B | 0 | 57 | 16 | 16 | 13B | 4E | 2C |
| Octal | 306 | 31 | 233 | 0 | 127 | 26 | 26 | 473 | 116 | 54 |
| Binary | 11000110 | 11001 | 10011011 | 0 | 1010111 | 10110 | 10110 | 100111011 | 1001110 | 101100 |
Color Harmonies of #C6199B
Complementary color
Monochromatic Colors of #C6199B
Black with #C6199B
Text Example
Text Example
White with #C6199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6199B; }
p { color: rgb(198,25,155); }
H1.HeaderClassName
{
color: #C6199B;
}
.AnyTagClassName
{
color: #C6199B;
}
</style>
background-color css
<style>
a { background-color: #C6199B; }
a { background-color: rgb(198,25,155); }
div.DivClassName
{
background-color: #C6199B;
}
.BgClassName
{
background-color: #C6199B;
}
</style>
border-color css
<style>
span { border-color: #C6199B; }
span { border-color: rgb(198,25,155); }
td.TdClassName
{
border-color: #C6199B;
}
.TagClassName
{
border-color: #C6199B;
}
</style>