Shades of Medium Violet Red #C60F9C
Tints of Medium Violet Red #C60F9C
RGB
CMYK
RGB Variations
Color information
#C60F9C (or 0xC60F9C) is known color: Medium Violet Red. HEX triplet: C6, 0F and 9C. RGB value is (198,15,156). Sum of RGB (Red+Green+Blue) = 198+15+156=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F9C is #39F063. Grayscale: #555555. Windows color (decimal): -3797092 or 10227654. OLE color: 10227654.
HSL color Cylindrical-coordinate representation of color #C60F9C: hue angle of 313.77º 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 #C60F9C is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 156 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.22 |
| HSL | 313.77º | 0.86% | 0.42% | - |
| HSV(B) | 313.77º | 0.92% | 0.78% | - |
| XYZ | 29.46 | 14.75 | 32.75 | - |
| YUV | 85.79 | 167.63 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 156 | 0 | 0.92 | 0.21 | 0.22 | 313.77 | 0.86 | 0.42 |
| Hex | C6 | F | 9C | 0 | 5C | 15 | 16 | 13A | 56 | 2A |
| Octal | 306 | 17 | 234 | 0 | 134 | 25 | 26 | 472 | 126 | 52 |
| Binary | 11000110 | 1111 | 10011100 | 0 | 1011100 | 10101 | 10110 | 100111010 | 1010110 | 101010 |
Color Harmonies of #C60F9C
Complementary color
Monochromatic Colors of #C60F9C
Black with #C60F9C
Text Example
Text Example
White with #C60F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F9C; }
p { color: rgb(198,15,156); }
H1.HeaderClassName
{
color: #C60F9C;
}
.AnyTagClassName
{
color: #C60F9C;
}
</style>
background-color css
<style>
a { background-color: #C60F9C; }
a { background-color: rgb(198,15,156); }
div.DivClassName
{
background-color: #C60F9C;
}
.BgClassName
{
background-color: #C60F9C;
}
</style>
border-color css
<style>
span { border-color: #C60F9C; }
span { border-color: rgb(198,15,156); }
td.TdClassName
{
border-color: #C60F9C;
}
.TagClassName
{
border-color: #C60F9C;
}
</style>