Shades of Medium Violet Red #C80973
Tints of Medium Violet Red #C80973
RGB
CMYK
RGB Variations
Color information
#C80973 (or 0xC80973) is known color: Medium Violet Red. HEX triplet: C8, 09 and 73. RGB value is (200,9,115). Sum of RGB (Red+Green+Blue) = 200+9+115=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C80973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80973 is #37F68C. Grayscale: #4D4D4D. Windows color (decimal): -3667597 or 7539144. OLE color: 7539144.
HSL color Cylindrical-coordinate representation of color #C80973: hue angle of 326.7º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80973 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.22 |
| HSL | 326.7º | 0.91% | 0.41% | - |
| HSV(B) | 326.7º | 0.96% | 0.78% | - |
| XYZ | 27.01 | 13.71 | 17.44 | - |
| YUV | 78.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 115 | 0 | 0.96 | 0.42 | 0.22 | 326.7 | 0.91 | 0.41 |
| Hex | C8 | 9 | 73 | 0 | 60 | 2A | 16 | 147 | 5B | 29 |
| Octal | 310 | 11 | 163 | 0 | 140 | 52 | 26 | 507 | 133 | 51 |
| Binary | 11001000 | 1001 | 1110011 | 0 | 1100000 | 101010 | 10110 | 101000111 | 1011011 | 101001 |
Color Harmonies of #C80973
Complementary color
Monochromatic Colors of #C80973
Black with #C80973
Text Example
Text Example
White with #C80973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80973; }
p { color: rgb(200,9,115); }
H1.HeaderClassName
{
color: #C80973;
}
.AnyTagClassName
{
color: #C80973;
}
</style>
background-color css
<style>
a { background-color: #C80973; }
a { background-color: rgb(200,9,115); }
div.DivClassName
{
background-color: #C80973;
}
.BgClassName
{
background-color: #C80973;
}
</style>
border-color css
<style>
span { border-color: #C80973; }
span { border-color: rgb(200,9,115); }
td.TdClassName
{
border-color: #C80973;
}
.TagClassName
{
border-color: #C80973;
}
</style>