Shades of Medium Violet Red #C6159C
Tints of Medium Violet Red #C6159C
RGB
CMYK
RGB Variations
Color information
#C6159C (or 0xC6159C) is known color: Medium Violet Red. HEX triplet: C6, 15 and 9C. RGB value is (198,21,156). Sum of RGB (Red+Green+Blue) = 198+21+156=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6159C is #39EA63. Grayscale: #585858. Windows color (decimal): -3795556 or 10229190. OLE color: 10229190.
HSL color Cylindrical-coordinate representation of color #C6159C: hue angle of 314.24º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6159C is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 156 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.22 |
| HSL | 314.24º | 0.81% | 0.43% | - |
| HSV(B) | 314.24º | 0.89% | 0.78% | - |
| XYZ | 29.56 | 14.94 | 32.78 | - |
| YUV | 89.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 156 | 0 | 0.89 | 0.21 | 0.22 | 314.24 | 0.81 | 0.43 |
| Hex | C6 | 15 | 9C | 0 | 59 | 15 | 16 | 13A | 51 | 2B |
| Octal | 306 | 25 | 234 | 0 | 131 | 25 | 26 | 472 | 121 | 53 |
| Binary | 11000110 | 10101 | 10011100 | 0 | 1011001 | 10101 | 10110 | 100111010 | 1010001 | 101011 |
Color Harmonies of #C6159C
Complementary color
Monochromatic Colors of #C6159C
Black with #C6159C
Text Example
Text Example
White with #C6159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6159C; }
p { color: rgb(198,21,156); }
H1.HeaderClassName
{
color: #C6159C;
}
.AnyTagClassName
{
color: #C6159C;
}
</style>
background-color css
<style>
a { background-color: #C6159C; }
a { background-color: rgb(198,21,156); }
div.DivClassName
{
background-color: #C6159C;
}
.BgClassName
{
background-color: #C6159C;
}
</style>
border-color css
<style>
span { border-color: #C6159C; }
span { border-color: rgb(198,21,156); }
td.TdClassName
{
border-color: #C6159C;
}
.TagClassName
{
border-color: #C6159C;
}
</style>