Shades of Medium Violet Red #C8096F
Tints of Medium Violet Red #C8096F
RGB
CMYK
RGB Variations
Color information
#C8096F (or 0xC8096F) is known color: Medium Violet Red. HEX triplet: C8, 09 and 6F. RGB value is (200,9,111). Sum of RGB (Red+Green+Blue) = 200+9+111=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C8096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8096F is #37F690. Grayscale: #4D4D4D. Windows color (decimal): -3667601 or 7277000. OLE color: 7277000.
HSL color Cylindrical-coordinate representation of color #C8096F: hue angle of 327.96º 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 #C8096F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.22 |
| HSL | 327.96º | 0.91% | 0.41% | - |
| HSV(B) | 327.96º | 0.96% | 0.78% | - |
| XYZ | 26.79 | 13.62 | 16.26 | - |
| YUV | 77.74 | 146.78 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 111 | 0 | 0.96 | 0.44 | 0.22 | 327.96 | 0.91 | 0.41 |
| Hex | C8 | 9 | 6F | 0 | 60 | 2C | 16 | 148 | 5B | 29 |
| Octal | 310 | 11 | 157 | 0 | 140 | 54 | 26 | 510 | 133 | 51 |
| Binary | 11001000 | 1001 | 1101111 | 0 | 1100000 | 101100 | 10110 | 101001000 | 1011011 | 101001 |
Color Harmonies of #C8096F
Complementary color
Monochromatic Colors of #C8096F
Black with #C8096F
Text Example
Text Example
White with #C8096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8096F; }
p { color: rgb(200,9,111); }
H1.HeaderClassName
{
color: #C8096F;
}
.AnyTagClassName
{
color: #C8096F;
}
</style>
background-color css
<style>
a { background-color: #C8096F; }
a { background-color: rgb(200,9,111); }
div.DivClassName
{
background-color: #C8096F;
}
.BgClassName
{
background-color: #C8096F;
}
</style>
border-color css
<style>
span { border-color: #C8096F; }
span { border-color: rgb(200,9,111); }
td.TdClassName
{
border-color: #C8096F;
}
.TagClassName
{
border-color: #C8096F;
}
</style>