Shades of Medium Violet Red #C00680
Tints of Medium Violet Red #C00680
RGB
CMYK
RGB Variations
Color information
#C00680 (or 0xC00680) is known color: Medium Violet Red. HEX triplet: C0, 06 and 80. RGB value is (192,6,128). Sum of RGB (Red+Green+Blue) = 192+6+128=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C00680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00680 is #3FF97F. Grayscale: #4B4B4B. Windows color (decimal): -4192640 or 8390336. OLE color: 8390336.
HSL color Cylindrical-coordinate representation of color #C00680: hue angle of 320.65º 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 #C00680 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 128 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.25 |
| HSL | 320.65º | 0.94% | 0.39% | - |
| HSV(B) | 320.65º | 0.97% | 0.75% | - |
| XYZ | 25.7 | 12.9 | 21.56 | - |
| YUV | 75.52 | 157.62 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 128 | 0 | 0.97 | 0.33 | 0.25 | 320.65 | 0.94 | 0.39 |
| Hex | C0 | 6 | 80 | 0 | 61 | 21 | 19 | 141 | 5E | 27 |
| Octal | 300 | 6 | 200 | 0 | 141 | 41 | 31 | 501 | 136 | 47 |
| Binary | 11000000 | 110 | 10000000 | 0 | 1100001 | 100001 | 11001 | 101000001 | 1011110 | 100111 |
Color Harmonies of #C00680
Complementary color
Monochromatic Colors of #C00680
Black with #C00680
Text Example
Text Example
White with #C00680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00680; }
p { color: rgb(192,6,128); }
H1.HeaderClassName
{
color: #C00680;
}
.AnyTagClassName
{
color: #C00680;
}
</style>
background-color css
<style>
a { background-color: #C00680; }
a { background-color: rgb(192,6,128); }
div.DivClassName
{
background-color: #C00680;
}
.BgClassName
{
background-color: #C00680;
}
</style>
border-color css
<style>
span { border-color: #C00680; }
span { border-color: rgb(192,6,128); }
td.TdClassName
{
border-color: #C00680;
}
.TagClassName
{
border-color: #C00680;
}
</style>