Shades of Medium Violet Red #C6156A
Tints of Medium Violet Red #C6156A
RGB
CMYK
RGB Variations
Color information
#C6156A (or 0xC6156A) is known color: Medium Violet Red. HEX triplet: C6, 15 and 6A. RGB value is (198,21,106). Sum of RGB (Red+Green+Blue) = 198+21+106=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6156A is #39EA95. Grayscale: #535353. Windows color (decimal): -3795606 or 6952390. OLE color: 6952390.
HSL color Cylindrical-coordinate representation of color #C6156A: hue angle of 331.19º 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 #C6156A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 106 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.22 |
| HSL | 331.19º | 0.81% | 0.43% | - |
| HSV(B) | 331.19º | 0.89% | 0.78% | - |
| XYZ | 26.16 | 13.58 | 14.88 | - |
| YUV | 83.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 106 | 0 | 0.89 | 0.46 | 0.22 | 331.19 | 0.81 | 0.43 |
| Hex | C6 | 15 | 6A | 0 | 59 | 2E | 16 | 14B | 51 | 2B |
| Octal | 306 | 25 | 152 | 0 | 131 | 56 | 26 | 513 | 121 | 53 |
| Binary | 11000110 | 10101 | 1101010 | 0 | 1011001 | 101110 | 10110 | 101001011 | 1010001 | 101011 |
Color Harmonies of #C6156A
Complementary color
Monochromatic Colors of #C6156A
Black with #C6156A
Text Example
Text Example
White with #C6156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6156A; }
p { color: rgb(198,21,106); }
H1.HeaderClassName
{
color: #C6156A;
}
.AnyTagClassName
{
color: #C6156A;
}
</style>
background-color css
<style>
a { background-color: #C6156A; }
a { background-color: rgb(198,21,106); }
div.DivClassName
{
background-color: #C6156A;
}
.BgClassName
{
background-color: #C6156A;
}
</style>
border-color css
<style>
span { border-color: #C6156A; }
span { border-color: rgb(198,21,106); }
td.TdClassName
{
border-color: #C6156A;
}
.TagClassName
{
border-color: #C6156A;
}
</style>