Shades of Medium Violet Red #C8169D
Tints of Medium Violet Red #C8169D
RGB
CMYK
RGB Variations
Color information
#C8169D (or 0xC8169D) is known color: Medium Violet Red. HEX triplet: C8, 16 and 9D. RGB value is (200,22,157). Sum of RGB (Red+Green+Blue) = 200+22+157=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8169D is #37E962. Grayscale: #5A5A5A. Windows color (decimal): -3664227 or 10294984. OLE color: 10294984.
HSL color Cylindrical-coordinate representation of color #C8169D: hue angle of 314.49º 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 #C8169D is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 157 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.22 |
| HSL | 314.49º | 0.8% | 0.44% | - |
| HSV(B) | 314.49º | 0.89% | 0.78% | - |
| XYZ | 30.19 | 15.29 | 33.26 | - |
| YUV | 90.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 157 | 0 | 0.89 | 0.22 | 0.22 | 314.49 | 0.8 | 0.44 |
| Hex | C8 | 16 | 9D | 0 | 59 | 16 | 16 | 13A | 50 | 2C |
| Octal | 310 | 26 | 235 | 0 | 131 | 26 | 26 | 472 | 120 | 54 |
| Binary | 11001000 | 10110 | 10011101 | 0 | 1011001 | 10110 | 10110 | 100111010 | 1010000 | 101100 |
Color Harmonies of #C8169D
Complementary color
Monochromatic Colors of #C8169D
Black with #C8169D
Text Example
Text Example
White with #C8169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8169D; }
p { color: rgb(200,22,157); }
H1.HeaderClassName
{
color: #C8169D;
}
.AnyTagClassName
{
color: #C8169D;
}
</style>
background-color css
<style>
a { background-color: #C8169D; }
a { background-color: rgb(200,22,157); }
div.DivClassName
{
background-color: #C8169D;
}
.BgClassName
{
background-color: #C8169D;
}
</style>
border-color css
<style>
span { border-color: #C8169D; }
span { border-color: rgb(200,22,157); }
td.TdClassName
{
border-color: #C8169D;
}
.TagClassName
{
border-color: #C8169D;
}
</style>