Shades of Medium Violet Red #C80477
Tints of Medium Violet Red #C80477
RGB
CMYK
RGB Variations
Color information
#C80477 (or 0xC80477) is known color: Medium Violet Red. HEX triplet: C8, 04 and 77. RGB value is (200,4,119). Sum of RGB (Red+Green+Blue) = 200+4+119=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C80477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80477 is #37FB88. Grayscale: #4B4B4B. Windows color (decimal): -3668873 or 7800008. OLE color: 7800008.
HSL color Cylindrical-coordinate representation of color #C80477: hue angle of 324.8º 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 #C80477 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.22 |
| HSL | 324.8º | 0.96% | 0.4% | - |
| HSV(B) | 324.8º | 0.98% | 0.78% | - |
| XYZ | 27.19 | 13.7 | 18.66 | - |
| YUV | 75.71 | 152.43 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 119 | 0 | 0.98 | 0.40 | 0.22 | 324.8 | 0.96 | 0.4 |
| Hex | C8 | 4 | 77 | 0 | 62 | 28 | 16 | 145 | 60 | 28 |
| Octal | 310 | 4 | 167 | 0 | 142 | 50 | 26 | 505 | 140 | 50 |
| Binary | 11001000 | 100 | 1110111 | 0 | 1100010 | 101000 | 10110 | 101000101 | 1100000 | 101000 |
Color Harmonies of #C80477
Complementary color
Monochromatic Colors of #C80477
Black with #C80477
Text Example
Text Example
White with #C80477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80477; }
p { color: rgb(200,4,119); }
H1.HeaderClassName
{
color: #C80477;
}
.AnyTagClassName
{
color: #C80477;
}
</style>
background-color css
<style>
a { background-color: #C80477; }
a { background-color: rgb(200,4,119); }
div.DivClassName
{
background-color: #C80477;
}
.BgClassName
{
background-color: #C80477;
}
</style>
border-color css
<style>
span { border-color: #C80477; }
span { border-color: rgb(200,4,119); }
td.TdClassName
{
border-color: #C80477;
}
.TagClassName
{
border-color: #C80477;
}
</style>