Shades of Medium Violet Red #C60F7B
Tints of Medium Violet Red #C60F7B
RGB
CMYK
RGB Variations
Color information
#C60F7B (or 0xC60F7B) is known color: Medium Violet Red. HEX triplet: C6, 0F and 7B. RGB value is (198,15,123). Sum of RGB (Red+Green+Blue) = 198+15+123=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60F7B is #39F084. Grayscale: #515151. Windows color (decimal): -3797125 or 8064966. OLE color: 8064966.
HSL color Cylindrical-coordinate representation of color #C60F7B: hue angle of 324.59º 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 #C60F7B is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 123 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.22 |
| HSL | 324.59º | 0.86% | 0.42% | - |
| HSV(B) | 324.59º | 0.92% | 0.78% | - |
| XYZ | 27.03 | 13.78 | 19.97 | - |
| YUV | 82.03 | 151.13 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 123 | 0 | 0.92 | 0.38 | 0.22 | 324.59 | 0.86 | 0.42 |
| Hex | C6 | F | 7B | 0 | 5C | 26 | 16 | 145 | 56 | 2A |
| Octal | 306 | 17 | 173 | 0 | 134 | 46 | 26 | 505 | 126 | 52 |
| Binary | 11000110 | 1111 | 1111011 | 0 | 1011100 | 100110 | 10110 | 101000101 | 1010110 | 101010 |
Color Harmonies of #C60F7B
Complementary color
Monochromatic Colors of #C60F7B
Black with #C60F7B
Text Example
Text Example
White with #C60F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F7B; }
p { color: rgb(198,15,123); }
H1.HeaderClassName
{
color: #C60F7B;
}
.AnyTagClassName
{
color: #C60F7B;
}
</style>
background-color css
<style>
a { background-color: #C60F7B; }
a { background-color: rgb(198,15,123); }
div.DivClassName
{
background-color: #C60F7B;
}
.BgClassName
{
background-color: #C60F7B;
}
</style>
border-color css
<style>
span { border-color: #C60F7B; }
span { border-color: rgb(198,15,123); }
td.TdClassName
{
border-color: #C60F7B;
}
.TagClassName
{
border-color: #C60F7B;
}
</style>