Shades of Medium Violet Red #C80478
Tints of Medium Violet Red #C80478
RGB
CMYK
RGB Variations
Color information
#C80478 (or 0xC80478) is known color: Medium Violet Red. HEX triplet: C8, 04 and 78. RGB value is (200,4,120). Sum of RGB (Red+Green+Blue) = 200+4+120=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C80478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80478 is #37FB87. Grayscale: #4B4B4B. Windows color (decimal): -3668872 or 7865544. OLE color: 7865544.
HSL color Cylindrical-coordinate representation of color #C80478: hue angle of 324.49º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80478 is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.4 | 0.22 |
| HSL | 324.49º | 0.96% | 0.4% | - |
| HSV(B) | 324.49º | 0.98% | 0.78% | - |
| XYZ | 27.25 | 13.72 | 18.98 | - |
| YUV | 75.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 120 | 0 | 0.98 | 0.4 | 0.22 | 324.49 | 0.96 | 0.4 |
| Hex | C8 | 4 | 78 | 0 | 62 | 28 | 16 | 144 | 60 | 28 |
| Octal | 310 | 4 | 170 | 0 | 142 | 50 | 26 | 504 | 140 | 50 |
| Binary | 11001000 | 100 | 1111000 | 0 | 1100010 | 101000 | 10110 | 101000100 | 1100000 | 101000 |
Color Harmonies of #C80478
Complementary color
Monochromatic Colors of #C80478
Black with #C80478
Text Example
Text Example
White with #C80478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80478; }
p { color: rgb(200,4,120); }
H1.HeaderClassName
{
color: #C80478;
}
.AnyTagClassName
{
color: #C80478;
}
</style>
background-color css
<style>
a { background-color: #C80478; }
a { background-color: rgb(200,4,120); }
div.DivClassName
{
background-color: #C80478;
}
.BgClassName
{
background-color: #C80478;
}
</style>
border-color css
<style>
span { border-color: #C80478; }
span { border-color: rgb(200,4,120); }
td.TdClassName
{
border-color: #C80478;
}
.TagClassName
{
border-color: #C80478;
}
</style>