Shades of Medium Violet Red #C6159A
Tints of Medium Violet Red #C6159A
RGB
CMYK
RGB Variations
Color information
#C6159A (or 0xC6159A) is known color: Medium Violet Red. HEX triplet: C6, 15 and 9A. RGB value is (198,21,154). Sum of RGB (Red+Green+Blue) = 198+21+154=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6159A is #39EA65. Grayscale: #585858. Windows color (decimal): -3795558 or 10098118. OLE color: 10098118.
HSL color Cylindrical-coordinate representation of color #C6159A: hue angle of 314.92º 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 #C6159A is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 154 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.22 |
| HSL | 314.92º | 0.81% | 0.43% | - |
| HSV(B) | 314.92º | 0.89% | 0.78% | - |
| XYZ | 29.39 | 14.88 | 31.89 | - |
| YUV | 89.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 154 | 0 | 0.89 | 0.22 | 0.22 | 314.92 | 0.81 | 0.43 |
| Hex | C6 | 15 | 9A | 0 | 59 | 16 | 16 | 13B | 51 | 2B |
| Octal | 306 | 25 | 232 | 0 | 131 | 26 | 26 | 473 | 121 | 53 |
| Binary | 11000110 | 10101 | 10011010 | 0 | 1011001 | 10110 | 10110 | 100111011 | 1010001 | 101011 |
Color Harmonies of #C6159A
Complementary color
Monochromatic Colors of #C6159A
Black with #C6159A
Text Example
Text Example
White with #C6159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6159A; }
p { color: rgb(198,21,154); }
H1.HeaderClassName
{
color: #C6159A;
}
.AnyTagClassName
{
color: #C6159A;
}
</style>
background-color css
<style>
a { background-color: #C6159A; }
a { background-color: rgb(198,21,154); }
div.DivClassName
{
background-color: #C6159A;
}
.BgClassName
{
background-color: #C6159A;
}
</style>
border-color css
<style>
span { border-color: #C6159A; }
span { border-color: rgb(198,21,154); }
td.TdClassName
{
border-color: #C6159A;
}
.TagClassName
{
border-color: #C6159A;
}
</style>