Shades of Medium Violet Red #C60883
Tints of Medium Violet Red #C60883
RGB
CMYK
RGB Variations
Color information
#C60883 (or 0xC60883) is known color: Medium Violet Red. HEX triplet: C6, 08 and 83. RGB value is (198,8,131). Sum of RGB (Red+Green+Blue) = 198+8+131=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C60883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60883 is #39F77C. Grayscale: #4E4E4E. Windows color (decimal): -3798909 or 8587462. OLE color: 8587462.
HSL color Cylindrical-coordinate representation of color #C60883: hue angle of 321.16º 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 #C60883 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 131 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.22 |
| HSL | 321.16º | 0.92% | 0.4% | - |
| HSV(B) | 321.16º | 0.96% | 0.78% | - |
| XYZ | 27.47 | 13.82 | 22.69 | - |
| YUV | 78.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 131 | 0 | 0.96 | 0.34 | 0.22 | 321.16 | 0.92 | 0.4 |
| Hex | C6 | 8 | 83 | 0 | 60 | 22 | 16 | 141 | 5C | 28 |
| Octal | 306 | 10 | 203 | 0 | 140 | 42 | 26 | 501 | 134 | 50 |
| Binary | 11000110 | 1000 | 10000011 | 0 | 1100000 | 100010 | 10110 | 101000001 | 1011100 | 101000 |
Color Harmonies of #C60883
Complementary color
Monochromatic Colors of #C60883
Black with #C60883
Text Example
Text Example
White with #C60883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60883; }
p { color: rgb(198,8,131); }
H1.HeaderClassName
{
color: #C60883;
}
.AnyTagClassName
{
color: #C60883;
}
</style>
background-color css
<style>
a { background-color: #C60883; }
a { background-color: rgb(198,8,131); }
div.DivClassName
{
background-color: #C60883;
}
.BgClassName
{
background-color: #C60883;
}
</style>
border-color css
<style>
span { border-color: #C60883; }
span { border-color: rgb(198,8,131); }
td.TdClassName
{
border-color: #C60883;
}
.TagClassName
{
border-color: #C60883;
}
</style>