Shades of Medium Violet Red #C60F6C
Tints of Medium Violet Red #C60F6C
RGB
CMYK
RGB Variations
Color information
#C60F6C (or 0xC60F6C) is known color: Medium Violet Red. HEX triplet: C6, 0F and 6C. RGB value is (198,15,108). Sum of RGB (Red+Green+Blue) = 198+15+108=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F6C is #39F093. Grayscale: #505050. Windows color (decimal): -3797140 or 7081926. OLE color: 7081926.
HSL color Cylindrical-coordinate representation of color #C60F6C: hue angle of 329.51º 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 #C60F6C is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 108 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.22 |
| HSL | 329.51º | 0.86% | 0.42% | - |
| HSV(B) | 329.51º | 0.92% | 0.78% | - |
| XYZ | 26.17 | 13.43 | 15.4 | - |
| YUV | 80.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 108 | 0 | 0.92 | 0.45 | 0.22 | 329.51 | 0.86 | 0.42 |
| Hex | C6 | F | 6C | 0 | 5C | 2D | 16 | 14A | 56 | 2A |
| Octal | 306 | 17 | 154 | 0 | 134 | 55 | 26 | 512 | 126 | 52 |
| Binary | 11000110 | 1111 | 1101100 | 0 | 1011100 | 101101 | 10110 | 101001010 | 1010110 | 101010 |
Color Harmonies of #C60F6C
Complementary color
Monochromatic Colors of #C60F6C
Black with #C60F6C
Text Example
Text Example
White with #C60F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F6C; }
p { color: rgb(198,15,108); }
H1.HeaderClassName
{
color: #C60F6C;
}
.AnyTagClassName
{
color: #C60F6C;
}
</style>
background-color css
<style>
a { background-color: #C60F6C; }
a { background-color: rgb(198,15,108); }
div.DivClassName
{
background-color: #C60F6C;
}
.BgClassName
{
background-color: #C60F6C;
}
</style>
border-color css
<style>
span { border-color: #C60F6C; }
span { border-color: rgb(198,15,108); }
td.TdClassName
{
border-color: #C60F6C;
}
.TagClassName
{
border-color: #C60F6C;
}
</style>