Shades of Medium Violet Red #C8086D
Tints of Medium Violet Red #C8086D
RGB
CMYK
RGB Variations
Color information
#C8086D (or 0xC8086D) is known color: Medium Violet Red. HEX triplet: C8, 08 and 6D. RGB value is (200,8,109). Sum of RGB (Red+Green+Blue) = 200+8+109=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8086D is #37F792. Grayscale: #4C4C4C. Windows color (decimal): -3667859 or 7145672. OLE color: 7145672.
HSL color Cylindrical-coordinate representation of color #C8086D: hue angle of 328.44º 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 #C8086D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.22 |
| HSL | 328.44º | 0.92% | 0.41% | - |
| HSV(B) | 328.44º | 0.96% | 0.78% | - |
| XYZ | 26.67 | 13.56 | 15.68 | - |
| YUV | 76.92 | 146.11 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 109 | 0 | 0.96 | 0.46 | 0.22 | 328.44 | 0.92 | 0.41 |
| Hex | C8 | 8 | 6D | 0 | 60 | 2E | 16 | 148 | 5C | 29 |
| Octal | 310 | 10 | 155 | 0 | 140 | 56 | 26 | 510 | 134 | 51 |
| Binary | 11001000 | 1000 | 1101101 | 0 | 1100000 | 101110 | 10110 | 101001000 | 1011100 | 101001 |
Color Harmonies of #C8086D
Complementary color
Monochromatic Colors of #C8086D
Black with #C8086D
Text Example
Text Example
White with #C8086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8086D; }
p { color: rgb(200,8,109); }
H1.HeaderClassName
{
color: #C8086D;
}
.AnyTagClassName
{
color: #C8086D;
}
</style>
background-color css
<style>
a { background-color: #C8086D; }
a { background-color: rgb(200,8,109); }
div.DivClassName
{
background-color: #C8086D;
}
.BgClassName
{
background-color: #C8086D;
}
</style>
border-color css
<style>
span { border-color: #C8086D; }
span { border-color: rgb(200,8,109); }
td.TdClassName
{
border-color: #C8086D;
}
.TagClassName
{
border-color: #C8086D;
}
</style>