Shades of Medium Violet Red #C60B6C
Tints of Medium Violet Red #C60B6C
RGB
CMYK
RGB Variations
Color information
#C60B6C (or 0xC60B6C) is known color: Medium Violet Red. HEX triplet: C6, 0B and 6C. RGB value is (198,11,108). Sum of RGB (Red+Green+Blue) = 198+11+108=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B6C is #39F493. Grayscale: #4D4D4D. Windows color (decimal): -3798164 or 7080902. OLE color: 7080902.
HSL color Cylindrical-coordinate representation of color #C60B6C: hue angle of 328.88º 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 #C60B6C is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 108 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.22 |
| HSL | 328.88º | 0.89% | 0.41% | - |
| HSV(B) | 328.88º | 0.94% | 0.78% | - |
| XYZ | 26.12 | 13.33 | 15.38 | - |
| YUV | 77.97 | 144.95 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 108 | 0 | 0.94 | 0.45 | 0.22 | 328.88 | 0.89 | 0.41 |
| Hex | C6 | B | 6C | 0 | 5E | 2D | 16 | 149 | 59 | 29 |
| Octal | 306 | 13 | 154 | 0 | 136 | 55 | 26 | 511 | 131 | 51 |
| Binary | 11000110 | 1011 | 1101100 | 0 | 1011110 | 101101 | 10110 | 101001001 | 1011001 | 101001 |
Color Harmonies of #C60B6C
Complementary color
Monochromatic Colors of #C60B6C
Black with #C60B6C
Text Example
Text Example
White with #C60B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B6C; }
p { color: rgb(198,11,108); }
H1.HeaderClassName
{
color: #C60B6C;
}
.AnyTagClassName
{
color: #C60B6C;
}
</style>
background-color css
<style>
a { background-color: #C60B6C; }
a { background-color: rgb(198,11,108); }
div.DivClassName
{
background-color: #C60B6C;
}
.BgClassName
{
background-color: #C60B6C;
}
</style>
border-color css
<style>
span { border-color: #C60B6C; }
span { border-color: rgb(198,11,108); }
td.TdClassName
{
border-color: #C60B6C;
}
.TagClassName
{
border-color: #C60B6C;
}
</style>