Shades of Medium Violet Red #C80678
Tints of Medium Violet Red #C80678
RGB
CMYK
RGB Variations
Color information
#C80678 (or 0xC80678) is known color: Medium Violet Red. HEX triplet: C8, 06 and 78. RGB value is (200,6,120). Sum of RGB (Red+Green+Blue) = 200+6+120=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C80678 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80678 is #37F987. Grayscale: #4C4C4C. Windows color (decimal): -3668360 or 7866056. OLE color: 7866056.
HSL color Cylindrical-coordinate representation of color #C80678: hue angle of 324.74º 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 #C80678 is Cyan = 0, Magento = 0.97, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 120 | - |
| CMYK | 0 | 0.97 | 0.4 | 0.22 |
| HSL | 324.74º | 0.94% | 0.4% | - |
| HSV(B) | 324.74º | 0.97% | 0.78% | - |
| XYZ | 27.27 | 13.77 | 18.99 | - |
| YUV | 77 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 120 | 0 | 0.97 | 0.4 | 0.22 | 324.74 | 0.94 | 0.4 |
| Hex | C8 | 6 | 78 | 0 | 61 | 28 | 16 | 145 | 5E | 28 |
| Octal | 310 | 6 | 170 | 0 | 141 | 50 | 26 | 505 | 136 | 50 |
| Binary | 11001000 | 110 | 1111000 | 0 | 1100001 | 101000 | 10110 | 101000101 | 1011110 | 101000 |
Color Harmonies of #C80678
Complementary color
Monochromatic Colors of #C80678
Black with #C80678
Text Example
Text Example
White with #C80678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80678; }
p { color: rgb(200,6,120); }
H1.HeaderClassName
{
color: #C80678;
}
.AnyTagClassName
{
color: #C80678;
}
</style>
background-color css
<style>
a { background-color: #C80678; }
a { background-color: rgb(200,6,120); }
div.DivClassName
{
background-color: #C80678;
}
.BgClassName
{
background-color: #C80678;
}
</style>
border-color css
<style>
span { border-color: #C80678; }
span { border-color: rgb(200,6,120); }
td.TdClassName
{
border-color: #C80678;
}
.TagClassName
{
border-color: #C80678;
}
</style>