Shades of Medium Violet Red #C60F8D
Tints of Medium Violet Red #C60F8D
RGB
CMYK
RGB Variations
Color information
#C60F8D (or 0xC60F8D) is known color: Medium Violet Red. HEX triplet: C6, 0F and 8D. RGB value is (198,15,141). Sum of RGB (Red+Green+Blue) = 198+15+141=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F8D is #39F072. Grayscale: #535353. Windows color (decimal): -3797107 or 9244614. OLE color: 9244614.
HSL color Cylindrical-coordinate representation of color #C60F8D: hue angle of 318.69º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F8D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 141 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.22 |
| HSL | 318.69º | 0.86% | 0.42% | - |
| HSV(B) | 318.69º | 0.92% | 0.78% | - |
| XYZ | 28.27 | 14.27 | 26.46 | - |
| YUV | 84.08 | 160.13 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 141 | 0 | 0.92 | 0.29 | 0.22 | 318.69 | 0.86 | 0.42 |
| Hex | C6 | F | 8D | 0 | 5C | 1D | 16 | 13F | 56 | 2A |
| Octal | 306 | 17 | 215 | 0 | 134 | 35 | 26 | 477 | 126 | 52 |
| Binary | 11000110 | 1111 | 10001101 | 0 | 1011100 | 11101 | 10110 | 100111111 | 1010110 | 101010 |
Color Harmonies of #C60F8D
Complementary color
Monochromatic Colors of #C60F8D
Black with #C60F8D
Text Example
Text Example
White with #C60F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F8D; }
p { color: rgb(198,15,141); }
H1.HeaderClassName
{
color: #C60F8D;
}
.AnyTagClassName
{
color: #C60F8D;
}
</style>
background-color css
<style>
a { background-color: #C60F8D; }
a { background-color: rgb(198,15,141); }
div.DivClassName
{
background-color: #C60F8D;
}
.BgClassName
{
background-color: #C60F8D;
}
</style>
border-color css
<style>
span { border-color: #C60F8D; }
span { border-color: rgb(198,15,141); }
td.TdClassName
{
border-color: #C60F8D;
}
.TagClassName
{
border-color: #C60F8D;
}
</style>