Shades of Medium Violet Red #C80984
Tints of Medium Violet Red #C80984
RGB
CMYK
RGB Variations
Color information
#C80984 (or 0xC80984) is known color: Medium Violet Red. HEX triplet: C8, 09 and 84. RGB value is (200,9,132). Sum of RGB (Red+Green+Blue) = 200+9+132=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C80984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80984 is #37F67B. Grayscale: #4F4F4F. Windows color (decimal): -3667580 or 8653256. OLE color: 8653256.
HSL color Cylindrical-coordinate representation of color #C80984: hue angle of 321.36º 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 #C80984 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.22 |
| HSL | 321.36º | 0.91% | 0.41% | - |
| HSV(B) | 321.36º | 0.96% | 0.78% | - |
| XYZ | 28.08 | 14.14 | 23.08 | - |
| YUV | 80.13 | 157.28 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 132 | 0 | 0.96 | 0.34 | 0.22 | 321.36 | 0.91 | 0.41 |
| Hex | C8 | 9 | 84 | 0 | 60 | 22 | 16 | 141 | 5B | 29 |
| Octal | 310 | 11 | 204 | 0 | 140 | 42 | 26 | 501 | 133 | 51 |
| Binary | 11001000 | 1001 | 10000100 | 0 | 1100000 | 100010 | 10110 | 101000001 | 1011011 | 101001 |
Color Harmonies of #C80984
Complementary color
Monochromatic Colors of #C80984
Black with #C80984
Text Example
Text Example
White with #C80984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80984; }
p { color: rgb(200,9,132); }
H1.HeaderClassName
{
color: #C80984;
}
.AnyTagClassName
{
color: #C80984;
}
</style>
background-color css
<style>
a { background-color: #C80984; }
a { background-color: rgb(200,9,132); }
div.DivClassName
{
background-color: #C80984;
}
.BgClassName
{
background-color: #C80984;
}
</style>
border-color css
<style>
span { border-color: #C80984; }
span { border-color: rgb(200,9,132); }
td.TdClassName
{
border-color: #C80984;
}
.TagClassName
{
border-color: #C80984;
}
</style>