Shades of Medium Violet Red #C60F9F
Tints of Medium Violet Red #C60F9F
RGB
CMYK
RGB Variations
Color information
#C60F9F (or 0xC60F9F) is known color: Medium Violet Red. HEX triplet: C6, 0F and 9F. RGB value is (198,15,159). Sum of RGB (Red+Green+Blue) = 198+15+159=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F9F is #39F060. Grayscale: #555555. Windows color (decimal): -3797089 or 10424262. OLE color: 10424262.
HSL color Cylindrical-coordinate representation of color #C60F9F: hue angle of 312.79º 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 #C60F9F is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 159 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.22 |
| HSL | 312.79º | 0.86% | 0.42% | - |
| HSV(B) | 312.79º | 0.92% | 0.78% | - |
| XYZ | 29.72 | 14.85 | 34.1 | - |
| YUV | 86.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 159 | 0 | 0.92 | 0.20 | 0.22 | 312.79 | 0.86 | 0.42 |
| Hex | C6 | F | 9F | 0 | 5C | 14 | 16 | 139 | 56 | 2A |
| Octal | 306 | 17 | 237 | 0 | 134 | 24 | 26 | 471 | 126 | 52 |
| Binary | 11000110 | 1111 | 10011111 | 0 | 1011100 | 10100 | 10110 | 100111001 | 1010110 | 101010 |
Color Harmonies of #C60F9F
Complementary color
Monochromatic Colors of #C60F9F
Black with #C60F9F
Text Example
Text Example
White with #C60F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F9F; }
p { color: rgb(198,15,159); }
H1.HeaderClassName
{
color: #C60F9F;
}
.AnyTagClassName
{
color: #C60F9F;
}
</style>
background-color css
<style>
a { background-color: #C60F9F; }
a { background-color: rgb(198,15,159); }
div.DivClassName
{
background-color: #C60F9F;
}
.BgClassName
{
background-color: #C60F9F;
}
</style>
border-color css
<style>
span { border-color: #C60F9F; }
span { border-color: rgb(198,15,159); }
td.TdClassName
{
border-color: #C60F9F;
}
.TagClassName
{
border-color: #C60F9F;
}
</style>