Shades of Medium Violet Red #C80673
Tints of Medium Violet Red #C80673
RGB
CMYK
RGB Variations
Color information
#C80673 (or 0xC80673) is known color: Medium Violet Red. HEX triplet: C8, 06 and 73. RGB value is (200,6,115). Sum of RGB (Red+Green+Blue) = 200+6+115=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C80673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80673 is #37F98C. Grayscale: #4C4C4C. Windows color (decimal): -3668365 or 7538376. OLE color: 7538376.
HSL color Cylindrical-coordinate representation of color #C80673: hue angle of 326.29º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80673 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 115 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.22 |
| HSL | 326.29º | 0.94% | 0.4% | - |
| HSV(B) | 326.29º | 0.97% | 0.78% | - |
| XYZ | 26.98 | 13.65 | 17.43 | - |
| YUV | 76.43 | 149.77 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 115 | 0 | 0.97 | 0.42 | 0.22 | 326.29 | 0.94 | 0.4 |
| Hex | C8 | 6 | 73 | 0 | 61 | 2A | 16 | 146 | 5E | 28 |
| Octal | 310 | 6 | 163 | 0 | 141 | 52 | 26 | 506 | 136 | 50 |
| Binary | 11001000 | 110 | 1110011 | 0 | 1100001 | 101010 | 10110 | 101000110 | 1011110 | 101000 |
Color Harmonies of #C80673
Complementary color
Monochromatic Colors of #C80673
Black with #C80673
Text Example
Text Example
White with #C80673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80673; }
p { color: rgb(200,6,115); }
H1.HeaderClassName
{
color: #C80673;
}
.AnyTagClassName
{
color: #C80673;
}
</style>
background-color css
<style>
a { background-color: #C80673; }
a { background-color: rgb(200,6,115); }
div.DivClassName
{
background-color: #C80673;
}
.BgClassName
{
background-color: #C80673;
}
</style>
border-color css
<style>
span { border-color: #C80673; }
span { border-color: rgb(200,6,115); }
td.TdClassName
{
border-color: #C80673;
}
.TagClassName
{
border-color: #C80673;
}
</style>