Shades of Medium Violet Red #C00686
Tints of Medium Violet Red #C00686
RGB
CMYK
RGB Variations
Color information
#C00686 (or 0xC00686) is known color: Medium Violet Red. HEX triplet: C0, 06 and 86. RGB value is (192,6,134). Sum of RGB (Red+Green+Blue) = 192+6+134=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C00686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00686 is #3FF979. Grayscale: #4B4B4B. Windows color (decimal): -4192634 or 8783552. OLE color: 8783552.
HSL color Cylindrical-coordinate representation of color #C00686: hue angle of 318.71º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00686 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.25 |
| HSL | 318.71º | 0.94% | 0.39% | - |
| HSV(B) | 318.71º | 0.97% | 0.75% | - |
| XYZ | 26.11 | 13.06 | 23.7 | - |
| YUV | 76.21 | 160.62 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 134 | 0 | 0.97 | 0.30 | 0.25 | 318.71 | 0.94 | 0.39 |
| Hex | C0 | 6 | 86 | 0 | 61 | 1E | 19 | 13F | 5E | 27 |
| Octal | 300 | 6 | 206 | 0 | 141 | 36 | 31 | 477 | 136 | 47 |
| Binary | 11000000 | 110 | 10000110 | 0 | 1100001 | 11110 | 11001 | 100111111 | 1011110 | 100111 |
Color Harmonies of #C00686
Complementary color
Monochromatic Colors of #C00686
Black with #C00686
Text Example
Text Example
White with #C00686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00686; }
p { color: rgb(192,6,134); }
H1.HeaderClassName
{
color: #C00686;
}
.AnyTagClassName
{
color: #C00686;
}
</style>
background-color css
<style>
a { background-color: #C00686; }
a { background-color: rgb(192,6,134); }
div.DivClassName
{
background-color: #C00686;
}
.BgClassName
{
background-color: #C00686;
}
</style>
border-color css
<style>
span { border-color: #C00686; }
span { border-color: rgb(192,6,134); }
td.TdClassName
{
border-color: #C00686;
}
.TagClassName
{
border-color: #C00686;
}
</style>