Shades of Medium Violet Red #C80574
Tints of Medium Violet Red #C80574
RGB
CMYK
RGB Variations
Color information
#C80574 (or 0xC80574) is known color: Medium Violet Red. HEX triplet: C8, 05 and 74. RGB value is (200,5,116). Sum of RGB (Red+Green+Blue) = 200+5+116=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C80574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80574 is #37FA8B. Grayscale: #4B4B4B. Windows color (decimal): -3668620 or 7603656. OLE color: 7603656.
HSL color Cylindrical-coordinate representation of color #C80574: hue angle of 325.85º degrees, saturation: 0.95, 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 #C80574 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.22 |
| HSL | 325.85º | 0.95% | 0.4% | - |
| HSV(B) | 325.85º | 0.98% | 0.78% | - |
| XYZ | 27.03 | 13.65 | 17.73 | - |
| YUV | 75.96 | 150.6 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 116 | 0 | 0.98 | 0.42 | 0.22 | 325.85 | 0.95 | 0.4 |
| Hex | C8 | 5 | 74 | 0 | 62 | 2A | 16 | 146 | 5F | 28 |
| Octal | 310 | 5 | 164 | 0 | 142 | 52 | 26 | 506 | 137 | 50 |
| Binary | 11001000 | 101 | 1110100 | 0 | 1100010 | 101010 | 10110 | 101000110 | 1011111 | 101000 |
Color Harmonies of #C80574
Complementary color
Monochromatic Colors of #C80574
Black with #C80574
Text Example
Text Example
White with #C80574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80574; }
p { color: rgb(200,5,116); }
H1.HeaderClassName
{
color: #C80574;
}
.AnyTagClassName
{
color: #C80574;
}
</style>
background-color css
<style>
a { background-color: #C80574; }
a { background-color: rgb(200,5,116); }
div.DivClassName
{
background-color: #C80574;
}
.BgClassName
{
background-color: #C80574;
}
</style>
border-color css
<style>
span { border-color: #C80574; }
span { border-color: rgb(200,5,116); }
td.TdClassName
{
border-color: #C80574;
}
.TagClassName
{
border-color: #C80574;
}
</style>