Shades of Medium Violet Red #C0167F
Tints of Medium Violet Red #C0167F
RGB
CMYK
RGB Variations
Color information
#C0167F (or 0xC0167F) is known color: Medium Violet Red. HEX triplet: C0, 16 and 7F. RGB value is (192,22,127). Sum of RGB (Red+Green+Blue) = 192+22+127=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0167F is #3FE980. Grayscale: #545454. Windows color (decimal): -4188545 or 8328896. OLE color: 8328896.
HSL color Cylindrical-coordinate representation of color #C0167F: hue angle of 322.94º 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 #C0167F is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 127 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.25 |
| HSL | 322.94º | 0.79% | 0.42% | - |
| HSV(B) | 322.94º | 0.89% | 0.75% | - |
| XYZ | 25.86 | 13.31 | 21.29 | - |
| YUV | 84.8 | 151.82 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 127 | 0 | 0.89 | 0.34 | 0.25 | 322.94 | 0.79 | 0.42 |
| Hex | C0 | 16 | 7F | 0 | 59 | 22 | 19 | 143 | 4F | 2A |
| Octal | 300 | 26 | 177 | 0 | 131 | 42 | 31 | 503 | 117 | 52 |
| Binary | 11000000 | 10110 | 1111111 | 0 | 1011001 | 100010 | 11001 | 101000011 | 1001111 | 101010 |
Color Harmonies of #C0167F
Complementary color
Monochromatic Colors of #C0167F
Black with #C0167F
Text Example
Text Example
White with #C0167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0167F; }
p { color: rgb(192,22,127); }
H1.HeaderClassName
{
color: #C0167F;
}
.AnyTagClassName
{
color: #C0167F;
}
</style>
background-color css
<style>
a { background-color: #C0167F; }
a { background-color: rgb(192,22,127); }
div.DivClassName
{
background-color: #C0167F;
}
.BgClassName
{
background-color: #C0167F;
}
</style>
border-color css
<style>
span { border-color: #C0167F; }
span { border-color: rgb(192,22,127); }
td.TdClassName
{
border-color: #C0167F;
}
.TagClassName
{
border-color: #C0167F;
}
</style>