Shades of Medium Violet Red #C60682
Tints of Medium Violet Red #C60682
RGB
CMYK
RGB Variations
Color information
#C60682 (or 0xC60682) is known color: Medium Violet Red. HEX triplet: C6, 06 and 82. RGB value is (198,6,130). Sum of RGB (Red+Green+Blue) = 198+6+130=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C60682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60682 is #39F97D. Grayscale: #4D4D4D. Windows color (decimal): -3799422 or 8521414. OLE color: 8521414.
HSL color Cylindrical-coordinate representation of color #C60682: hue angle of 321.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60682 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.22 |
| HSL | 321.25º | 0.94% | 0.4% | - |
| HSV(B) | 321.25º | 0.97% | 0.78% | - |
| XYZ | 27.38 | 13.75 | 22.33 | - |
| YUV | 77.54 | 157.61 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 130 | 0 | 0.97 | 0.34 | 0.22 | 321.25 | 0.94 | 0.4 |
| Hex | C6 | 6 | 82 | 0 | 61 | 22 | 16 | 141 | 5E | 28 |
| Octal | 306 | 6 | 202 | 0 | 141 | 42 | 26 | 501 | 136 | 50 |
| Binary | 11000110 | 110 | 10000010 | 0 | 1100001 | 100010 | 10110 | 101000001 | 1011110 | 101000 |
Color Harmonies of #C60682
Complementary color
Monochromatic Colors of #C60682
Black with #C60682
Text Example
Text Example
White with #C60682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60682; }
p { color: rgb(198,6,130); }
H1.HeaderClassName
{
color: #C60682;
}
.AnyTagClassName
{
color: #C60682;
}
</style>
background-color css
<style>
a { background-color: #C60682; }
a { background-color: rgb(198,6,130); }
div.DivClassName
{
background-color: #C60682;
}
.BgClassName
{
background-color: #C60682;
}
</style>
border-color css
<style>
span { border-color: #C60682; }
span { border-color: rgb(198,6,130); }
td.TdClassName
{
border-color: #C60682;
}
.TagClassName
{
border-color: #C60682;
}
</style>