Shades of Medium Violet Red #C80474
Tints of Medium Violet Red #C80474
RGB
CMYK
RGB Variations
Color information
#C80474 (or 0xC80474) is known color: Medium Violet Red. HEX triplet: C8, 04 and 74. RGB value is (200,4,116). Sum of RGB (Red+Green+Blue) = 200+4+116=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C80474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80474 is #37FB8B. Grayscale: #4B4B4B. Windows color (decimal): -3668876 or 7603400. OLE color: 7603400.
HSL color Cylindrical-coordinate representation of color #C80474: hue angle of 325.71º 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 #C80474 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.22 |
| HSL | 325.71º | 0.96% | 0.4% | - |
| HSV(B) | 325.71º | 0.98% | 0.78% | - |
| XYZ | 27.02 | 13.63 | 17.73 | - |
| YUV | 75.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 116 | 0 | 0.98 | 0.42 | 0.22 | 325.71 | 0.96 | 0.4 |
| Hex | C8 | 4 | 74 | 0 | 62 | 2A | 16 | 146 | 60 | 28 |
| Octal | 310 | 4 | 164 | 0 | 142 | 52 | 26 | 506 | 140 | 50 |
| Binary | 11001000 | 100 | 1110100 | 0 | 1100010 | 101010 | 10110 | 101000110 | 1100000 | 101000 |
Color Harmonies of #C80474
Complementary color
Monochromatic Colors of #C80474
Black with #C80474
Text Example
Text Example
White with #C80474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80474; }
p { color: rgb(200,4,116); }
H1.HeaderClassName
{
color: #C80474;
}
.AnyTagClassName
{
color: #C80474;
}
</style>
background-color css
<style>
a { background-color: #C80474; }
a { background-color: rgb(200,4,116); }
div.DivClassName
{
background-color: #C80474;
}
.BgClassName
{
background-color: #C80474;
}
</style>
border-color css
<style>
span { border-color: #C80474; }
span { border-color: rgb(200,4,116); }
td.TdClassName
{
border-color: #C80474;
}
.TagClassName
{
border-color: #C80474;
}
</style>