Shades of Medium Violet Red #C60B7C
Tints of Medium Violet Red #C60B7C
RGB
CMYK
RGB Variations
Color information
#C60B7C (or 0xC60B7C) is known color: Medium Violet Red. HEX triplet: C6, 0B and 7C. RGB value is (198,11,124). Sum of RGB (Red+Green+Blue) = 198+11+124=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B7C is #39F483. Grayscale: #4F4F4F. Windows color (decimal): -3798148 or 8129478. OLE color: 8129478.
HSL color Cylindrical-coordinate representation of color #C60B7C: hue angle of 323.74º 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 #C60B7C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 124 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.22 |
| HSL | 323.74º | 0.89% | 0.41% | - |
| HSV(B) | 323.74º | 0.94% | 0.78% | - |
| XYZ | 27.05 | 13.7 | 20.29 | - |
| YUV | 79.8 | 152.95 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 124 | 0 | 0.94 | 0.37 | 0.22 | 323.74 | 0.89 | 0.41 |
| Hex | C6 | B | 7C | 0 | 5E | 25 | 16 | 144 | 59 | 29 |
| Octal | 306 | 13 | 174 | 0 | 136 | 45 | 26 | 504 | 131 | 51 |
| Binary | 11000110 | 1011 | 1111100 | 0 | 1011110 | 100101 | 10110 | 101000100 | 1011001 | 101001 |
Color Harmonies of #C60B7C
Complementary color
Monochromatic Colors of #C60B7C
Black with #C60B7C
Text Example
Text Example
White with #C60B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B7C; }
p { color: rgb(198,11,124); }
H1.HeaderClassName
{
color: #C60B7C;
}
.AnyTagClassName
{
color: #C60B7C;
}
</style>
background-color css
<style>
a { background-color: #C60B7C; }
a { background-color: rgb(198,11,124); }
div.DivClassName
{
background-color: #C60B7C;
}
.BgClassName
{
background-color: #C60B7C;
}
</style>
border-color css
<style>
span { border-color: #C60B7C; }
span { border-color: rgb(198,11,124); }
td.TdClassName
{
border-color: #C60B7C;
}
.TagClassName
{
border-color: #C60B7C;
}
</style>