Shades of Medium Violet Red #C60FA8
Tints of Medium Violet Red #C60FA8
RGB
CMYK
RGB Variations
Color information
#C60FA8 (or 0xC60FA8) is known color: Medium Violet Red. HEX triplet: C6, 0F and A8. RGB value is (198,15,168). Sum of RGB (Red+Green+Blue) = 198+15+168=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60FA8 is #39F057. Grayscale: #565656. Windows color (decimal): -3797080 or 11014086. OLE color: 11014086.
HSL color Cylindrical-coordinate representation of color #C60FA8: hue angle of 309.84º 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 #C60FA8 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 168 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.22 |
| HSL | 309.84º | 0.86% | 0.42% | - |
| HSV(B) | 309.84º | 0.92% | 0.78% | - |
| XYZ | 30.53 | 15.17 | 38.37 | - |
| YUV | 87.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 168 | 0 | 0.92 | 0.15 | 0.22 | 309.84 | 0.86 | 0.42 |
| Hex | C6 | F | A8 | 0 | 5C | F | 16 | 136 | 56 | 2A |
| Octal | 306 | 17 | 250 | 0 | 134 | 17 | 26 | 466 | 126 | 52 |
| Binary | 11000110 | 1111 | 10101000 | 0 | 1011100 | 1111 | 10110 | 100110110 | 1010110 | 101010 |
Color Harmonies of #C60FA8
Complementary color
Monochromatic Colors of #C60FA8
Black with #C60FA8
Text Example
Text Example
White with #C60FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FA8; }
p { color: rgb(198,15,168); }
H1.HeaderClassName
{
color: #C60FA8;
}
.AnyTagClassName
{
color: #C60FA8;
}
</style>
background-color css
<style>
a { background-color: #C60FA8; }
a { background-color: rgb(198,15,168); }
div.DivClassName
{
background-color: #C60FA8;
}
.BgClassName
{
background-color: #C60FA8;
}
</style>
border-color css
<style>
span { border-color: #C60FA8; }
span { border-color: rgb(198,15,168); }
td.TdClassName
{
border-color: #C60FA8;
}
.TagClassName
{
border-color: #C60FA8;
}
</style>