Shades of Medium Violet Red #C60F7F
Tints of Medium Violet Red #C60F7F
RGB
CMYK
RGB Variations
Color information
#C60F7F (or 0xC60F7F) is known color: Medium Violet Red. HEX triplet: C6, 0F and 7F. RGB value is (198,15,127). Sum of RGB (Red+Green+Blue) = 198+15+127=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F7F is #39F080. Grayscale: #525252. Windows color (decimal): -3797121 or 8327110. OLE color: 8327110.
HSL color Cylindrical-coordinate representation of color #C60F7F: hue angle of 323.28º 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 #C60F7F is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 127 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.22 |
| HSL | 323.28º | 0.86% | 0.42% | - |
| HSV(B) | 323.28º | 0.92% | 0.78% | - |
| XYZ | 27.29 | 13.88 | 21.32 | - |
| YUV | 82.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 127 | 0 | 0.92 | 0.36 | 0.22 | 323.28 | 0.86 | 0.42 |
| Hex | C6 | F | 7F | 0 | 5C | 24 | 16 | 143 | 56 | 2A |
| Octal | 306 | 17 | 177 | 0 | 134 | 44 | 26 | 503 | 126 | 52 |
| Binary | 11000110 | 1111 | 1111111 | 0 | 1011100 | 100100 | 10110 | 101000011 | 1010110 | 101010 |
Color Harmonies of #C60F7F
Complementary color
Monochromatic Colors of #C60F7F
Black with #C60F7F
Text Example
Text Example
White with #C60F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F7F; }
p { color: rgb(198,15,127); }
H1.HeaderClassName
{
color: #C60F7F;
}
.AnyTagClassName
{
color: #C60F7F;
}
</style>
background-color css
<style>
a { background-color: #C60F7F; }
a { background-color: rgb(198,15,127); }
div.DivClassName
{
background-color: #C60F7F;
}
.BgClassName
{
background-color: #C60F7F;
}
</style>
border-color css
<style>
span { border-color: #C60F7F; }
span { border-color: rgb(198,15,127); }
td.TdClassName
{
border-color: #C60F7F;
}
.TagClassName
{
border-color: #C60F7F;
}
</style>