Shades of Medium Violet Red #C60F98
Tints of Medium Violet Red #C60F98
RGB
CMYK
RGB Variations
Color information
#C60F98 (or 0xC60F98) is known color: Medium Violet Red. HEX triplet: C6, 0F and 98. RGB value is (198,15,152). Sum of RGB (Red+Green+Blue) = 198+15+152=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F98 is #39F067. Grayscale: #545454. Windows color (decimal): -3797096 or 9965510. OLE color: 9965510.
HSL color Cylindrical-coordinate representation of color #C60F98: hue angle of 315.08º 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 #C60F98 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 152 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.22 |
| HSL | 315.08º | 0.86% | 0.42% | - |
| HSV(B) | 315.08º | 0.92% | 0.78% | - |
| XYZ | 29.13 | 14.61 | 30.99 | - |
| YUV | 85.34 | 165.63 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 152 | 0 | 0.92 | 0.23 | 0.22 | 315.08 | 0.86 | 0.42 |
| Hex | C6 | F | 98 | 0 | 5C | 17 | 16 | 13B | 56 | 2A |
| Octal | 306 | 17 | 230 | 0 | 134 | 27 | 26 | 473 | 126 | 52 |
| Binary | 11000110 | 1111 | 10011000 | 0 | 1011100 | 10111 | 10110 | 100111011 | 1010110 | 101010 |
Color Harmonies of #C60F98
Complementary color
Monochromatic Colors of #C60F98
Black with #C60F98
Text Example
Text Example
White with #C60F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F98; }
p { color: rgb(198,15,152); }
H1.HeaderClassName
{
color: #C60F98;
}
.AnyTagClassName
{
color: #C60F98;
}
</style>
background-color css
<style>
a { background-color: #C60F98; }
a { background-color: rgb(198,15,152); }
div.DivClassName
{
background-color: #C60F98;
}
.BgClassName
{
background-color: #C60F98;
}
</style>
border-color css
<style>
span { border-color: #C60F98; }
span { border-color: rgb(198,15,152); }
td.TdClassName
{
border-color: #C60F98;
}
.TagClassName
{
border-color: #C60F98;
}
</style>