Shades of Medium Violet Red #C8167A
Tints of Medium Violet Red #C8167A
RGB
CMYK
RGB Variations
Color information
#C8167A (or 0xC8167A) is known color: Medium Violet Red. HEX triplet: C8, 16 and 7A. RGB value is (200,22,122). Sum of RGB (Red+Green+Blue) = 200+22+122=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C8167A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8167A is #37E985. Grayscale: #565656. Windows color (decimal): -3664262 or 8001224. OLE color: 8001224.
HSL color Cylindrical-coordinate representation of color #C8167A: hue angle of 326.29º 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 #C8167A is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 122 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.22 |
| HSL | 326.29º | 0.8% | 0.44% | - |
| HSV(B) | 326.29º | 0.89% | 0.78% | - |
| XYZ | 27.62 | 14.26 | 19.71 | - |
| YUV | 86.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 122 | 0 | 0.89 | 0.39 | 0.22 | 326.29 | 0.8 | 0.44 |
| Hex | C8 | 16 | 7A | 0 | 59 | 27 | 16 | 146 | 50 | 2C |
| Octal | 310 | 26 | 172 | 0 | 131 | 47 | 26 | 506 | 120 | 54 |
| Binary | 11001000 | 10110 | 1111010 | 0 | 1011001 | 100111 | 10110 | 101000110 | 1010000 | 101100 |
Color Harmonies of #C8167A
Complementary color
Monochromatic Colors of #C8167A
Black with #C8167A
Text Example
Text Example
White with #C8167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8167A; }
p { color: rgb(200,22,122); }
H1.HeaderClassName
{
color: #C8167A;
}
.AnyTagClassName
{
color: #C8167A;
}
</style>
background-color css
<style>
a { background-color: #C8167A; }
a { background-color: rgb(200,22,122); }
div.DivClassName
{
background-color: #C8167A;
}
.BgClassName
{
background-color: #C8167A;
}
</style>
border-color css
<style>
span { border-color: #C8167A; }
span { border-color: rgb(200,22,122); }
td.TdClassName
{
border-color: #C8167A;
}
.TagClassName
{
border-color: #C8167A;
}
</style>