Shades of Medium Violet Red #C80884
Tints of Medium Violet Red #C80884
RGB
CMYK
RGB Variations
Color information
#C80884 (or 0xC80884) is known color: Medium Violet Red. HEX triplet: C8, 08 and 84. RGB value is (200,8,132). Sum of RGB (Red+Green+Blue) = 200+8+132=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C80884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80884 is #37F77B. Grayscale: #4F4F4F. Windows color (decimal): -3667836 or 8653000. OLE color: 8653000.
HSL color Cylindrical-coordinate representation of color #C80884: hue angle of 321.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80884 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 132 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.22 |
| HSL | 321.25º | 0.92% | 0.41% | - |
| HSV(B) | 321.25º | 0.96% | 0.78% | - |
| XYZ | 28.07 | 14.12 | 23.08 | - |
| YUV | 79.54 | 157.61 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 132 | 0 | 0.96 | 0.34 | 0.22 | 321.25 | 0.92 | 0.41 |
| Hex | C8 | 8 | 84 | 0 | 60 | 22 | 16 | 141 | 5C | 29 |
| Octal | 310 | 10 | 204 | 0 | 140 | 42 | 26 | 501 | 134 | 51 |
| Binary | 11001000 | 1000 | 10000100 | 0 | 1100000 | 100010 | 10110 | 101000001 | 1011100 | 101001 |
Color Harmonies of #C80884
Complementary color
Monochromatic Colors of #C80884
Black with #C80884
Text Example
Text Example
White with #C80884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80884; }
p { color: rgb(200,8,132); }
H1.HeaderClassName
{
color: #C80884;
}
.AnyTagClassName
{
color: #C80884;
}
</style>
background-color css
<style>
a { background-color: #C80884; }
a { background-color: rgb(200,8,132); }
div.DivClassName
{
background-color: #C80884;
}
.BgClassName
{
background-color: #C80884;
}
</style>
border-color css
<style>
span { border-color: #C80884; }
span { border-color: rgb(200,8,132); }
td.TdClassName
{
border-color: #C80884;
}
.TagClassName
{
border-color: #C80884;
}
</style>