Shades of Medium Violet Red #C8169F
Tints of Medium Violet Red #C8169F
RGB
CMYK
RGB Variations
Color information
#C8169F (or 0xC8169F) is known color: Medium Violet Red. HEX triplet: C8, 16 and 9F. RGB value is (200,22,159). Sum of RGB (Red+Green+Blue) = 200+22+159=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8169F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8169F is #37E960. Grayscale: #5A5A5A. Windows color (decimal): -3664225 or 10426056. OLE color: 10426056.
HSL color Cylindrical-coordinate representation of color #C8169F: hue angle of 313.82º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8169F is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 159 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.22 |
| HSL | 313.82º | 0.8% | 0.44% | - |
| HSV(B) | 313.82º | 0.89% | 0.78% | - |
| XYZ | 30.36 | 15.36 | 34.16 | - |
| YUV | 90.84 | 166.47 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 159 | 0 | 0.89 | 0.20 | 0.22 | 313.82 | 0.8 | 0.44 |
| Hex | C8 | 16 | 9F | 0 | 59 | 14 | 16 | 13A | 50 | 2C |
| Octal | 310 | 26 | 237 | 0 | 131 | 24 | 26 | 472 | 120 | 54 |
| Binary | 11001000 | 10110 | 10011111 | 0 | 1011001 | 10100 | 10110 | 100111010 | 1010000 | 101100 |
Color Harmonies of #C8169F
Complementary color
Monochromatic Colors of #C8169F
Black with #C8169F
Text Example
Text Example
White with #C8169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8169F; }
p { color: rgb(200,22,159); }
H1.HeaderClassName
{
color: #C8169F;
}
.AnyTagClassName
{
color: #C8169F;
}
</style>
background-color css
<style>
a { background-color: #C8169F; }
a { background-color: rgb(200,22,159); }
div.DivClassName
{
background-color: #C8169F;
}
.BgClassName
{
background-color: #C8169F;
}
</style>
border-color css
<style>
span { border-color: #C8169F; }
span { border-color: rgb(200,22,159); }
td.TdClassName
{
border-color: #C8169F;
}
.TagClassName
{
border-color: #C8169F;
}
</style>