Shades of Medium Violet Red #C60888
Tints of Medium Violet Red #C60888
RGB
CMYK
RGB Variations
Color information
#C60888 (or 0xC60888) is known color: Medium Violet Red. HEX triplet: C6, 08 and 88. RGB value is (198,8,136). Sum of RGB (Red+Green+Blue) = 198+8+136=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C60888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60888 is #39F777. Grayscale: #4F4F4F. Windows color (decimal): -3798904 or 8915142. OLE color: 8915142.
HSL color Cylindrical-coordinate representation of color #C60888: hue angle of 319.58º degrees, saturation: 0.92, 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 #C60888 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 136 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.22 |
| HSL | 319.58º | 0.92% | 0.4% | - |
| HSV(B) | 319.58º | 0.96% | 0.78% | - |
| XYZ | 27.82 | 13.96 | 24.52 | - |
| YUV | 79.4 | 159.95 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 136 | 0 | 0.96 | 0.31 | 0.22 | 319.58 | 0.92 | 0.4 |
| Hex | C6 | 8 | 88 | 0 | 60 | 1F | 16 | 140 | 5C | 28 |
| Octal | 306 | 10 | 210 | 0 | 140 | 37 | 26 | 500 | 134 | 50 |
| Binary | 11000110 | 1000 | 10001000 | 0 | 1100000 | 11111 | 10110 | 101000000 | 1011100 | 101000 |
Color Harmonies of #C60888
Complementary color
Monochromatic Colors of #C60888
Black with #C60888
Text Example
Text Example
White with #C60888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60888; }
p { color: rgb(198,8,136); }
H1.HeaderClassName
{
color: #C60888;
}
.AnyTagClassName
{
color: #C60888;
}
</style>
background-color css
<style>
a { background-color: #C60888; }
a { background-color: rgb(198,8,136); }
div.DivClassName
{
background-color: #C60888;
}
.BgClassName
{
background-color: #C60888;
}
</style>
border-color css
<style>
span { border-color: #C60888; }
span { border-color: rgb(198,8,136); }
td.TdClassName
{
border-color: #C60888;
}
.TagClassName
{
border-color: #C60888;
}
</style>