Shades of Medium Violet Red #C8096D
Tints of Medium Violet Red #C8096D
RGB
CMYK
RGB Variations
Color information
#C8096D (or 0xC8096D) is known color: Medium Violet Red. HEX triplet: C8, 09 and 6D. RGB value is (200,9,109). Sum of RGB (Red+Green+Blue) = 200+9+109=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C8096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8096D is #37F692. Grayscale: #4D4D4D. Windows color (decimal): -3667603 or 7145928. OLE color: 7145928.
HSL color Cylindrical-coordinate representation of color #C8096D: hue angle of 328.59º 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 #C8096D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.22 |
| HSL | 328.59º | 0.91% | 0.41% | - |
| HSV(B) | 328.59º | 0.96% | 0.78% | - |
| XYZ | 26.68 | 13.58 | 15.68 | - |
| YUV | 77.51 | 145.78 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 109 | 0 | 0.96 | 0.46 | 0.22 | 328.59 | 0.91 | 0.41 |
| Hex | C8 | 9 | 6D | 0 | 60 | 2E | 16 | 149 | 5B | 29 |
| Octal | 310 | 11 | 155 | 0 | 140 | 56 | 26 | 511 | 133 | 51 |
| Binary | 11001000 | 1001 | 1101101 | 0 | 1100000 | 101110 | 10110 | 101001001 | 1011011 | 101001 |
Color Harmonies of #C8096D
Complementary color
Monochromatic Colors of #C8096D
Black with #C8096D
Text Example
Text Example
White with #C8096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8096D; }
p { color: rgb(200,9,109); }
H1.HeaderClassName
{
color: #C8096D;
}
.AnyTagClassName
{
color: #C8096D;
}
</style>
background-color css
<style>
a { background-color: #C8096D; }
a { background-color: rgb(200,9,109); }
div.DivClassName
{
background-color: #C8096D;
}
.BgClassName
{
background-color: #C8096D;
}
</style>
border-color css
<style>
span { border-color: #C8096D; }
span { border-color: rgb(200,9,109); }
td.TdClassName
{
border-color: #C8096D;
}
.TagClassName
{
border-color: #C8096D;
}
</style>