Shades of Medium Violet Red #C80573
Tints of Medium Violet Red #C80573
RGB
CMYK
RGB Variations
Color information
#C80573 (or 0xC80573) is known color: Medium Violet Red. HEX triplet: C8, 05 and 73. RGB value is (200,5,115). Sum of RGB (Red+Green+Blue) = 200+5+115=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C80573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80573 is #37FA8C. Grayscale: #4B4B4B. Windows color (decimal): -3668621 or 7538120. OLE color: 7538120.
HSL color Cylindrical-coordinate representation of color #C80573: hue angle of 326.15º 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 #C80573 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.22 |
| HSL | 326.15º | 0.95% | 0.4% | - |
| HSV(B) | 326.15º | 0.98% | 0.78% | - |
| XYZ | 26.97 | 13.63 | 17.43 | - |
| YUV | 75.85 | 150.1 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 115 | 0 | 0.98 | 0.42 | 0.22 | 326.15 | 0.95 | 0.4 |
| Hex | C8 | 5 | 73 | 0 | 62 | 2A | 16 | 146 | 5F | 28 |
| Octal | 310 | 5 | 163 | 0 | 142 | 52 | 26 | 506 | 137 | 50 |
| Binary | 11001000 | 101 | 1110011 | 0 | 1100010 | 101010 | 10110 | 101000110 | 1011111 | 101000 |
Color Harmonies of #C80573
Complementary color
Monochromatic Colors of #C80573
Black with #C80573
Text Example
Text Example
White with #C80573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80573; }
p { color: rgb(200,5,115); }
H1.HeaderClassName
{
color: #C80573;
}
.AnyTagClassName
{
color: #C80573;
}
</style>
background-color css
<style>
a { background-color: #C80573; }
a { background-color: rgb(200,5,115); }
div.DivClassName
{
background-color: #C80573;
}
.BgClassName
{
background-color: #C80573;
}
</style>
border-color css
<style>
span { border-color: #C80573; }
span { border-color: rgb(200,5,115); }
td.TdClassName
{
border-color: #C80573;
}
.TagClassName
{
border-color: #C80573;
}
</style>