Shades of Medium Violet Red #C8096C
Tints of Medium Violet Red #C8096C
RGB
CMYK
RGB Variations
Color information
#C8096C (or 0xC8096C) is known color: Medium Violet Red. HEX triplet: C8, 09 and 6C. RGB value is (200,9,108). Sum of RGB (Red+Green+Blue) = 200+9+108=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8096C is #37F693. Grayscale: #4D4D4D. Windows color (decimal): -3667604 or 7080392. OLE color: 7080392.
HSL color Cylindrical-coordinate representation of color #C8096C: hue angle of 328.9º 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 #C8096C is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.22 |
| HSL | 328.9º | 0.91% | 0.41% | - |
| HSV(B) | 328.9º | 0.96% | 0.78% | - |
| XYZ | 26.62 | 13.56 | 15.4 | - |
| YUV | 77.4 | 145.28 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 108 | 0 | 0.96 | 0.46 | 0.22 | 328.9 | 0.91 | 0.41 |
| Hex | C8 | 9 | 6C | 0 | 60 | 2E | 16 | 149 | 5B | 29 |
| Octal | 310 | 11 | 154 | 0 | 140 | 56 | 26 | 511 | 133 | 51 |
| Binary | 11001000 | 1001 | 1101100 | 0 | 1100000 | 101110 | 10110 | 101001001 | 1011011 | 101001 |
Color Harmonies of #C8096C
Complementary color
Monochromatic Colors of #C8096C
Black with #C8096C
Text Example
Text Example
White with #C8096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8096C; }
p { color: rgb(200,9,108); }
H1.HeaderClassName
{
color: #C8096C;
}
.AnyTagClassName
{
color: #C8096C;
}
</style>
background-color css
<style>
a { background-color: #C8096C; }
a { background-color: rgb(200,9,108); }
div.DivClassName
{
background-color: #C8096C;
}
.BgClassName
{
background-color: #C8096C;
}
</style>
border-color css
<style>
span { border-color: #C8096C; }
span { border-color: rgb(200,9,108); }
td.TdClassName
{
border-color: #C8096C;
}
.TagClassName
{
border-color: #C8096C;
}
</style>