Shades of Medium Violet Red #C60884
Tints of Medium Violet Red #C60884
RGB
CMYK
RGB Variations
Color information
#C60884 (or 0xC60884) is known color: Medium Violet Red. HEX triplet: C6, 08 and 84. RGB value is (198,8,132). Sum of RGB (Red+Green+Blue) = 198+8+132=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C60884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60884 is #39F77B. Grayscale: #4E4E4E. Windows color (decimal): -3798908 or 8652998. OLE color: 8652998.
HSL color Cylindrical-coordinate representation of color #C60884: hue angle of 320.84º 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 #C60884 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.22 |
| HSL | 320.84º | 0.92% | 0.4% | - |
| HSV(B) | 320.84º | 0.96% | 0.78% | - |
| XYZ | 27.54 | 13.85 | 23.05 | - |
| YUV | 78.95 | 157.95 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 132 | 0 | 0.96 | 0.33 | 0.22 | 320.84 | 0.92 | 0.4 |
| Hex | C6 | 8 | 84 | 0 | 60 | 21 | 16 | 141 | 5C | 28 |
| Octal | 306 | 10 | 204 | 0 | 140 | 41 | 26 | 501 | 134 | 50 |
| Binary | 11000110 | 1000 | 10000100 | 0 | 1100000 | 100001 | 10110 | 101000001 | 1011100 | 101000 |
Color Harmonies of #C60884
Complementary color
Monochromatic Colors of #C60884
Black with #C60884
Text Example
Text Example
White with #C60884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60884; }
p { color: rgb(198,8,132); }
H1.HeaderClassName
{
color: #C60884;
}
.AnyTagClassName
{
color: #C60884;
}
</style>
background-color css
<style>
a { background-color: #C60884; }
a { background-color: rgb(198,8,132); }
div.DivClassName
{
background-color: #C60884;
}
.BgClassName
{
background-color: #C60884;
}
</style>
border-color css
<style>
span { border-color: #C60884; }
span { border-color: rgb(198,8,132); }
td.TdClassName
{
border-color: #C60884;
}
.TagClassName
{
border-color: #C60884;
}
</style>