Shades of Medium Violet Red #C8167D
Tints of Medium Violet Red #C8167D
RGB
CMYK
RGB Variations
Color information
#C8167D (or 0xC8167D) is known color: Medium Violet Red. HEX triplet: C8, 16 and 7D. RGB value is (200,22,125). Sum of RGB (Red+Green+Blue) = 200+22+125=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8167D is #37E982. Grayscale: #565656. Windows color (decimal): -3664259 or 8197832. OLE color: 8197832.
HSL color Cylindrical-coordinate representation of color #C8167D: hue angle of 325.28º 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 #C8167D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 125 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.22 |
| HSL | 325.28º | 0.8% | 0.44% | - |
| HSV(B) | 325.28º | 0.89% | 0.78% | - |
| XYZ | 27.81 | 14.33 | 20.7 | - |
| YUV | 86.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 125 | 0 | 0.89 | 0.38 | 0.22 | 325.28 | 0.8 | 0.44 |
| Hex | C8 | 16 | 7D | 0 | 59 | 26 | 16 | 145 | 50 | 2C |
| Octal | 310 | 26 | 175 | 0 | 131 | 46 | 26 | 505 | 120 | 54 |
| Binary | 11001000 | 10110 | 1111101 | 0 | 1011001 | 100110 | 10110 | 101000101 | 1010000 | 101100 |
Color Harmonies of #C8167D
Complementary color
Monochromatic Colors of #C8167D
Black with #C8167D
Text Example
Text Example
White with #C8167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8167D; }
p { color: rgb(200,22,125); }
H1.HeaderClassName
{
color: #C8167D;
}
.AnyTagClassName
{
color: #C8167D;
}
</style>
background-color css
<style>
a { background-color: #C8167D; }
a { background-color: rgb(200,22,125); }
div.DivClassName
{
background-color: #C8167D;
}
.BgClassName
{
background-color: #C8167D;
}
</style>
border-color css
<style>
span { border-color: #C8167D; }
span { border-color: rgb(200,22,125); }
td.TdClassName
{
border-color: #C8167D;
}
.TagClassName
{
border-color: #C8167D;
}
</style>