Shades of Medium Violet Red #C60F89
Tints of Medium Violet Red #C60F89
RGB
CMYK
RGB Variations
Color information
#C60F89 (or 0xC60F89) is known color: Medium Violet Red. HEX triplet: C6, 0F and 89. RGB value is (198,15,137). Sum of RGB (Red+Green+Blue) = 198+15+137=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60F89 is #39F076. Grayscale: #535353. Windows color (decimal): -3797111 or 8982470. OLE color: 8982470.
HSL color Cylindrical-coordinate representation of color #C60F89: hue angle of 320º 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 #C60F89 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 137 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.22 |
| HSL | 320º | 0.86% | 0.42% | - |
| HSV(B) | 320º | 0.92% | 0.78% | - |
| XYZ | 27.97 | 14.15 | 24.92 | - |
| YUV | 83.63 | 158.13 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 137 | 0 | 0.92 | 0.31 | 0.22 | 320 | 0.86 | 0.42 |
| Hex | C6 | F | 89 | 0 | 5C | 1F | 16 | 140 | 56 | 2A |
| Octal | 306 | 17 | 211 | 0 | 134 | 37 | 26 | 500 | 126 | 52 |
| Binary | 11000110 | 1111 | 10001001 | 0 | 1011100 | 11111 | 10110 | 101000000 | 1010110 | 101010 |
Color Harmonies of #C60F89
Complementary color
Monochromatic Colors of #C60F89
Black with #C60F89
Text Example
Text Example
White with #C60F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F89; }
p { color: rgb(198,15,137); }
H1.HeaderClassName
{
color: #C60F89;
}
.AnyTagClassName
{
color: #C60F89;
}
</style>
background-color css
<style>
a { background-color: #C60F89; }
a { background-color: rgb(198,15,137); }
div.DivClassName
{
background-color: #C60F89;
}
.BgClassName
{
background-color: #C60F89;
}
</style>
border-color css
<style>
span { border-color: #C60F89; }
span { border-color: rgb(198,15,137); }
td.TdClassName
{
border-color: #C60F89;
}
.TagClassName
{
border-color: #C60F89;
}
</style>