Shades of Medium Violet Red #C6198A
Tints of Medium Violet Red #C6198A
RGB
CMYK
RGB Variations
Color information
#C6198A (or 0xC6198A) is known color: Medium Violet Red. HEX triplet: C6, 19 and 8A. RGB value is (198,25,138). Sum of RGB (Red+Green+Blue) = 198+25+138=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6198A is #39E675. Grayscale: #595959. Windows color (decimal): -3794550 or 9050566. OLE color: 9050566.
HSL color Cylindrical-coordinate representation of color #C6198A: hue angle of 320.81º 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 #C6198A is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 138 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.22 |
| HSL | 320.81º | 0.78% | 0.44% | - |
| HSV(B) | 320.81º | 0.87% | 0.78% | - |
| XYZ | 28.22 | 14.54 | 25.36 | - |
| YUV | 89.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 138 | 0 | 0.87 | 0.30 | 0.22 | 320.81 | 0.78 | 0.44 |
| Hex | C6 | 19 | 8A | 0 | 57 | 1E | 16 | 141 | 4E | 2C |
| Octal | 306 | 31 | 212 | 0 | 127 | 36 | 26 | 501 | 116 | 54 |
| Binary | 11000110 | 11001 | 10001010 | 0 | 1010111 | 11110 | 10110 | 101000001 | 1001110 | 101100 |
Color Harmonies of #C6198A
Complementary color
Monochromatic Colors of #C6198A
Black with #C6198A
Text Example
Text Example
White with #C6198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6198A; }
p { color: rgb(198,25,138); }
H1.HeaderClassName
{
color: #C6198A;
}
.AnyTagClassName
{
color: #C6198A;
}
</style>
background-color css
<style>
a { background-color: #C6198A; }
a { background-color: rgb(198,25,138); }
div.DivClassName
{
background-color: #C6198A;
}
.BgClassName
{
background-color: #C6198A;
}
</style>
border-color css
<style>
span { border-color: #C6198A; }
span { border-color: rgb(198,25,138); }
td.TdClassName
{
border-color: #C6198A;
}
.TagClassName
{
border-color: #C6198A;
}
</style>