Shades of Medium Violet Red #C80479
Tints of Medium Violet Red #C80479
RGB
CMYK
RGB Variations
Color information
#C80479 (or 0xC80479) is known color: Medium Violet Red. HEX triplet: C8, 04 and 79. RGB value is (200,4,121). Sum of RGB (Red+Green+Blue) = 200+4+121=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C80479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80479 is #37FB86. Grayscale: #4B4B4B. Windows color (decimal): -3668871 or 7931080. OLE color: 7931080.
HSL color Cylindrical-coordinate representation of color #C80479: hue angle of 324.18º 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 #C80479 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.22 |
| HSL | 324.18º | 0.96% | 0.4% | - |
| HSV(B) | 324.18º | 0.98% | 0.78% | - |
| XYZ | 27.31 | 13.75 | 19.3 | - |
| YUV | 75.94 | 153.43 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 121 | 0 | 0.98 | 0.39 | 0.22 | 324.18 | 0.96 | 0.4 |
| Hex | C8 | 4 | 79 | 0 | 62 | 27 | 16 | 144 | 60 | 28 |
| Octal | 310 | 4 | 171 | 0 | 142 | 47 | 26 | 504 | 140 | 50 |
| Binary | 11001000 | 100 | 1111001 | 0 | 1100010 | 100111 | 10110 | 101000100 | 1100000 | 101000 |
Color Harmonies of #C80479
Complementary color
Monochromatic Colors of #C80479
Black with #C80479
Text Example
Text Example
White with #C80479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80479; }
p { color: rgb(200,4,121); }
H1.HeaderClassName
{
color: #C80479;
}
.AnyTagClassName
{
color: #C80479;
}
</style>
background-color css
<style>
a { background-color: #C80479; }
a { background-color: rgb(200,4,121); }
div.DivClassName
{
background-color: #C80479;
}
.BgClassName
{
background-color: #C80479;
}
</style>
border-color css
<style>
span { border-color: #C80479; }
span { border-color: rgb(200,4,121); }
td.TdClassName
{
border-color: #C80479;
}
.TagClassName
{
border-color: #C80479;
}
</style>