Shades of Medium Violet Red #C0166C
Tints of Medium Violet Red #C0166C
RGB
CMYK
RGB Variations
Color information
#C0166C (or 0xC0166C) is known color: Medium Violet Red. HEX triplet: C0, 16 and 6C. RGB value is (192,22,108). Sum of RGB (Red+Green+Blue) = 192+22+108=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0166C is #3FE993. Grayscale: #525252. Windows color (decimal): -4188564 or 7083712. OLE color: 7083712.
HSL color Cylindrical-coordinate representation of color #C0166C: hue angle of 329.65º 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 #C0166C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 108 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.25 |
| HSL | 329.65º | 0.79% | 0.42% | - |
| HSV(B) | 329.65º | 0.89% | 0.75% | - |
| XYZ | 24.73 | 12.86 | 15.37 | - |
| YUV | 82.63 | 142.32 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 108 | 0 | 0.89 | 0.44 | 0.25 | 329.65 | 0.79 | 0.42 |
| Hex | C0 | 16 | 6C | 0 | 59 | 2C | 19 | 14A | 4F | 2A |
| Octal | 300 | 26 | 154 | 0 | 131 | 54 | 31 | 512 | 117 | 52 |
| Binary | 11000000 | 10110 | 1101100 | 0 | 1011001 | 101100 | 11001 | 101001010 | 1001111 | 101010 |
Color Harmonies of #C0166C
Complementary color
Monochromatic Colors of #C0166C
Black with #C0166C
Text Example
Text Example
White with #C0166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0166C; }
p { color: rgb(192,22,108); }
H1.HeaderClassName
{
color: #C0166C;
}
.AnyTagClassName
{
color: #C0166C;
}
</style>
background-color css
<style>
a { background-color: #C0166C; }
a { background-color: rgb(192,22,108); }
div.DivClassName
{
background-color: #C0166C;
}
.BgClassName
{
background-color: #C0166C;
}
</style>
border-color css
<style>
span { border-color: #C0166C; }
span { border-color: rgb(192,22,108); }
td.TdClassName
{
border-color: #C0166C;
}
.TagClassName
{
border-color: #C0166C;
}
</style>