Shades of Medium Violet Red #C60788
Tints of Medium Violet Red #C60788
RGB
CMYK
RGB Variations
Color information
#C60788 (or 0xC60788) is known color: Medium Violet Red. HEX triplet: C6, 07 and 88. RGB value is (198,7,136). Sum of RGB (Red+Green+Blue) = 198+7+136=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C60788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60788 is #39F877. Grayscale: #4E4E4E. Windows color (decimal): -3799160 or 8914886. OLE color: 8914886.
HSL color Cylindrical-coordinate representation of color #C60788: hue angle of 319.48º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60788 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 136 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.22 |
| HSL | 319.48º | 0.93% | 0.4% | - |
| HSV(B) | 319.48º | 0.96% | 0.78% | - |
| XYZ | 27.81 | 13.94 | 24.52 | - |
| YUV | 78.82 | 160.28 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 136 | 0 | 0.96 | 0.31 | 0.22 | 319.48 | 0.93 | 0.4 |
| Hex | C6 | 7 | 88 | 0 | 60 | 1F | 16 | 13F | 5D | 28 |
| Octal | 306 | 7 | 210 | 0 | 140 | 37 | 26 | 477 | 135 | 50 |
| Binary | 11000110 | 111 | 10001000 | 0 | 1100000 | 11111 | 10110 | 100111111 | 1011101 | 101000 |
Color Harmonies of #C60788
Complementary color
Monochromatic Colors of #C60788
Black with #C60788
Text Example
Text Example
White with #C60788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60788; }
p { color: rgb(198,7,136); }
H1.HeaderClassName
{
color: #C60788;
}
.AnyTagClassName
{
color: #C60788;
}
</style>
background-color css
<style>
a { background-color: #C60788; }
a { background-color: rgb(198,7,136); }
div.DivClassName
{
background-color: #C60788;
}
.BgClassName
{
background-color: #C60788;
}
</style>
border-color css
<style>
span { border-color: #C60788; }
span { border-color: rgb(198,7,136); }
td.TdClassName
{
border-color: #C60788;
}
.TagClassName
{
border-color: #C60788;
}
</style>