Shades of Medium Violet Red #C60D6C
Tints of Medium Violet Red #C60D6C
RGB
CMYK
RGB Variations
Color information
#C60D6C (or 0xC60D6C) is known color: Medium Violet Red. HEX triplet: C6, 0D and 6C. RGB value is (198,13,108). Sum of RGB (Red+Green+Blue) = 198+13+108=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60D6C is #39F293. Grayscale: #4E4E4E. Windows color (decimal): -3797652 or 7081414. OLE color: 7081414.
HSL color Cylindrical-coordinate representation of color #C60D6C: hue angle of 329.19º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D6C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 108 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.22 |
| HSL | 329.19º | 0.88% | 0.41% | - |
| HSV(B) | 329.19º | 0.93% | 0.78% | - |
| XYZ | 26.14 | 13.38 | 15.39 | - |
| YUV | 79.15 | 144.29 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 108 | 0 | 0.93 | 0.45 | 0.22 | 329.19 | 0.88 | 0.41 |
| Hex | C6 | D | 6C | 0 | 5D | 2D | 16 | 149 | 58 | 29 |
| Octal | 306 | 15 | 154 | 0 | 135 | 55 | 26 | 511 | 130 | 51 |
| Binary | 11000110 | 1101 | 1101100 | 0 | 1011101 | 101101 | 10110 | 101001001 | 1011000 | 101001 |
Color Harmonies of #C60D6C
Complementary color
Monochromatic Colors of #C60D6C
Black with #C60D6C
Text Example
Text Example
White with #C60D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D6C; }
p { color: rgb(198,13,108); }
H1.HeaderClassName
{
color: #C60D6C;
}
.AnyTagClassName
{
color: #C60D6C;
}
</style>
background-color css
<style>
a { background-color: #C60D6C; }
a { background-color: rgb(198,13,108); }
div.DivClassName
{
background-color: #C60D6C;
}
.BgClassName
{
background-color: #C60D6C;
}
</style>
border-color css
<style>
span { border-color: #C60D6C; }
span { border-color: rgb(198,13,108); }
td.TdClassName
{
border-color: #C60D6C;
}
.TagClassName
{
border-color: #C60D6C;
}
</style>