Shades of Medium Violet Red #C6119A
Tints of Medium Violet Red #C6119A
RGB
CMYK
RGB Variations
Color information
#C6119A (or 0xC6119A) is known color: Medium Violet Red. HEX triplet: C6, 11 and 9A. RGB value is (198,17,154). Sum of RGB (Red+Green+Blue) = 198+17+154=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6119A is #39EE65. Grayscale: #565656. Windows color (decimal): -3796582 or 10097094. OLE color: 10097094.
HSL color Cylindrical-coordinate representation of color #C6119A: hue angle of 314.59º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6119A is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 154 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.22 |
| HSL | 314.59º | 0.84% | 0.42% | - |
| HSV(B) | 314.59º | 0.91% | 0.78% | - |
| XYZ | 29.32 | 14.74 | 31.87 | - |
| YUV | 86.74 | 165.97 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 154 | 0 | 0.91 | 0.22 | 0.22 | 314.59 | 0.84 | 0.42 |
| Hex | C6 | 11 | 9A | 0 | 5B | 16 | 16 | 13B | 54 | 2A |
| Octal | 306 | 21 | 232 | 0 | 133 | 26 | 26 | 473 | 124 | 52 |
| Binary | 11000110 | 10001 | 10011010 | 0 | 1011011 | 10110 | 10110 | 100111011 | 1010100 | 101010 |
Color Harmonies of #C6119A
Complementary color
Monochromatic Colors of #C6119A
Black with #C6119A
Text Example
Text Example
White with #C6119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6119A; }
p { color: rgb(198,17,154); }
H1.HeaderClassName
{
color: #C6119A;
}
.AnyTagClassName
{
color: #C6119A;
}
</style>
background-color css
<style>
a { background-color: #C6119A; }
a { background-color: rgb(198,17,154); }
div.DivClassName
{
background-color: #C6119A;
}
.BgClassName
{
background-color: #C6119A;
}
</style>
border-color css
<style>
span { border-color: #C6119A; }
span { border-color: rgb(198,17,154); }
td.TdClassName
{
border-color: #C6119A;
}
.TagClassName
{
border-color: #C6119A;
}
</style>