Shades of Medium Violet Red #C60BA1
Tints of Medium Violet Red #C60BA1
RGB
CMYK
RGB Variations
Color information
#C60BA1 (or 0xC60BA1) is known color: Medium Violet Red. HEX triplet: C6, 0B and A1. RGB value is (198,11,161). Sum of RGB (Red+Green+Blue) = 198+11+161=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60BA1 is #39F45E. Grayscale: #535353. Windows color (decimal): -3798111 or 10554310. OLE color: 10554310.
HSL color Cylindrical-coordinate representation of color #C60BA1: hue angle of 311.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.22 |
| HSL | 311.87º | 0.89% | 0.41% | - |
| HSV(B) | 311.87º | 0.94% | 0.78% | - |
| XYZ | 29.84 | 14.82 | 35.01 | - |
| YUV | 84.01 | 171.45 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 161 | 0 | 0.94 | 0.19 | 0.22 | 311.87 | 0.89 | 0.41 |
| Hex | C6 | B | A1 | 0 | 5E | 13 | 16 | 138 | 59 | 29 |
| Octal | 306 | 13 | 241 | 0 | 136 | 23 | 26 | 470 | 131 | 51 |
| Binary | 11000110 | 1011 | 10100001 | 0 | 1011110 | 10011 | 10110 | 100111000 | 1011001 | 101001 |
Color Harmonies of #C60BA1
Complementary color
Monochromatic Colors of #C60BA1
Black with #C60BA1
Text Example
Text Example
White with #C60BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BA1; }
p { color: rgb(198,11,161); }
H1.HeaderClassName
{
color: #C60BA1;
}
.AnyTagClassName
{
color: #C60BA1;
}
</style>
background-color css
<style>
a { background-color: #C60BA1; }
a { background-color: rgb(198,11,161); }
div.DivClassName
{
background-color: #C60BA1;
}
.BgClassName
{
background-color: #C60BA1;
}
</style>
border-color css
<style>
span { border-color: #C60BA1; }
span { border-color: rgb(198,11,161); }
td.TdClassName
{
border-color: #C60BA1;
}
.TagClassName
{
border-color: #C60BA1;
}
</style>