Shades of Medium Violet Red #C60881
Tints of Medium Violet Red #C60881
RGB
CMYK
RGB Variations
Color information
#C60881 (or 0xC60881) is known color: Medium Violet Red. HEX triplet: C6, 08 and 81. RGB value is (198,8,129). Sum of RGB (Red+Green+Blue) = 198+8+129=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C60881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60881 is #39F77E. Grayscale: #4E4E4E. Windows color (decimal): -3798911 or 8456390. OLE color: 8456390.
HSL color Cylindrical-coordinate representation of color #C60881: hue angle of 321.79º 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 #C60881 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 129 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.22 |
| HSL | 321.79º | 0.92% | 0.4% | - |
| HSV(B) | 321.79º | 0.96% | 0.78% | - |
| XYZ | 27.34 | 13.76 | 21.98 | - |
| YUV | 78.6 | 156.45 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 129 | 0 | 0.96 | 0.35 | 0.22 | 321.79 | 0.92 | 0.4 |
| Hex | C6 | 8 | 81 | 0 | 60 | 23 | 16 | 142 | 5C | 28 |
| Octal | 306 | 10 | 201 | 0 | 140 | 43 | 26 | 502 | 134 | 50 |
| Binary | 11000110 | 1000 | 10000001 | 0 | 1100000 | 100011 | 10110 | 101000010 | 1011100 | 101000 |
Color Harmonies of #C60881
Complementary color
Monochromatic Colors of #C60881
Black with #C60881
Text Example
Text Example
White with #C60881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60881; }
p { color: rgb(198,8,129); }
H1.HeaderClassName
{
color: #C60881;
}
.AnyTagClassName
{
color: #C60881;
}
</style>
background-color css
<style>
a { background-color: #C60881; }
a { background-color: rgb(198,8,129); }
div.DivClassName
{
background-color: #C60881;
}
.BgClassName
{
background-color: #C60881;
}
</style>
border-color css
<style>
span { border-color: #C60881; }
span { border-color: rgb(198,8,129); }
td.TdClassName
{
border-color: #C60881;
}
.TagClassName
{
border-color: #C60881;
}
</style>