Shades of Medium Violet Red #C0167E
Tints of Medium Violet Red #C0167E
RGB
CMYK
RGB Variations
Color information
#C0167E (or 0xC0167E) is known color: Medium Violet Red. HEX triplet: C0, 16 and 7E. RGB value is (192,22,126). Sum of RGB (Red+Green+Blue) = 192+22+126=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C0167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0167E is #3FE981. Grayscale: #545454. Windows color (decimal): -4188546 or 8263360. OLE color: 8263360.
HSL color Cylindrical-coordinate representation of color #C0167E: hue angle of 323.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0167E is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 126 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.25 |
| HSL | 323.29º | 0.79% | 0.42% | - |
| HSV(B) | 323.29º | 0.89% | 0.75% | - |
| XYZ | 25.79 | 13.29 | 20.94 | - |
| YUV | 84.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 126 | 0 | 0.89 | 0.34 | 0.25 | 323.29 | 0.79 | 0.42 |
| Hex | C0 | 16 | 7E | 0 | 59 | 22 | 19 | 143 | 4F | 2A |
| Octal | 300 | 26 | 176 | 0 | 131 | 42 | 31 | 503 | 117 | 52 |
| Binary | 11000000 | 10110 | 1111110 | 0 | 1011001 | 100010 | 11001 | 101000011 | 1001111 | 101010 |
Color Harmonies of #C0167E
Complementary color
Monochromatic Colors of #C0167E
Black with #C0167E
Text Example
Text Example
White with #C0167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0167E; }
p { color: rgb(192,22,126); }
H1.HeaderClassName
{
color: #C0167E;
}
.AnyTagClassName
{
color: #C0167E;
}
</style>
background-color css
<style>
a { background-color: #C0167E; }
a { background-color: rgb(192,22,126); }
div.DivClassName
{
background-color: #C0167E;
}
.BgClassName
{
background-color: #C0167E;
}
</style>
border-color css
<style>
span { border-color: #C0167E; }
span { border-color: rgb(192,22,126); }
td.TdClassName
{
border-color: #C0167E;
}
.TagClassName
{
border-color: #C0167E;
}
</style>