Shades of Medium Violet Red #C60B9B
Tints of Medium Violet Red #C60B9B
RGB
CMYK
RGB Variations
Color information
#C60B9B (or 0xC60B9B) is known color: Medium Violet Red. HEX triplet: C6, 0B and 9B. RGB value is (198,11,155). Sum of RGB (Red+Green+Blue) = 198+11+155=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60B9B is #39F464. Grayscale: #525252. Windows color (decimal): -3798117 or 10161094. OLE color: 10161094.
HSL color Cylindrical-coordinate representation of color #C60B9B: hue angle of 313.8º 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 #C60B9B is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 155 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.22 |
| HSL | 313.8º | 0.89% | 0.41% | - |
| HSV(B) | 313.8º | 0.94% | 0.78% | - |
| XYZ | 29.32 | 14.61 | 32.29 | - |
| YUV | 83.33 | 168.45 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 155 | 0 | 0.94 | 0.22 | 0.22 | 313.8 | 0.89 | 0.41 |
| Hex | C6 | B | 9B | 0 | 5E | 16 | 16 | 13A | 59 | 29 |
| Octal | 306 | 13 | 233 | 0 | 136 | 26 | 26 | 472 | 131 | 51 |
| Binary | 11000110 | 1011 | 10011011 | 0 | 1011110 | 10110 | 10110 | 100111010 | 1011001 | 101001 |
Color Harmonies of #C60B9B
Complementary color
Monochromatic Colors of #C60B9B
Black with #C60B9B
Text Example
Text Example
White with #C60B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B9B; }
p { color: rgb(198,11,155); }
H1.HeaderClassName
{
color: #C60B9B;
}
.AnyTagClassName
{
color: #C60B9B;
}
</style>
background-color css
<style>
a { background-color: #C60B9B; }
a { background-color: rgb(198,11,155); }
div.DivClassName
{
background-color: #C60B9B;
}
.BgClassName
{
background-color: #C60B9B;
}
</style>
border-color css
<style>
span { border-color: #C60B9B; }
span { border-color: rgb(198,11,155); }
td.TdClassName
{
border-color: #C60B9B;
}
.TagClassName
{
border-color: #C60B9B;
}
</style>