Shades of Medium Violet Red #C0168E
Tints of Medium Violet Red #C0168E
RGB
CMYK
RGB Variations
Color information
#C0168E (or 0xC0168E) is known color: Medium Violet Red. HEX triplet: C0, 16 and 8E. RGB value is (192,22,142). Sum of RGB (Red+Green+Blue) = 192+22+142=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0168E is #3FE971. Grayscale: #565656. Windows color (decimal): -4188530 or 9311936. OLE color: 9311936.
HSL color Cylindrical-coordinate representation of color #C0168E: hue angle of 317.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 #C0168E is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 142 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.25 |
| HSL | 317.65º | 0.79% | 0.42% | - |
| HSV(B) | 317.65º | 0.89% | 0.75% | - |
| XYZ | 26.91 | 13.73 | 26.82 | - |
| YUV | 86.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 142 | 0 | 0.89 | 0.26 | 0.25 | 317.65 | 0.79 | 0.42 |
| Hex | C0 | 16 | 8E | 0 | 59 | 1A | 19 | 13E | 4F | 2A |
| Octal | 300 | 26 | 216 | 0 | 131 | 32 | 31 | 476 | 117 | 52 |
| Binary | 11000000 | 10110 | 10001110 | 0 | 1011001 | 11010 | 11001 | 100111110 | 1001111 | 101010 |
Color Harmonies of #C0168E
Complementary color
Monochromatic Colors of #C0168E
Black with #C0168E
Text Example
Text Example
White with #C0168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0168E; }
p { color: rgb(192,22,142); }
H1.HeaderClassName
{
color: #C0168E;
}
.AnyTagClassName
{
color: #C0168E;
}
</style>
background-color css
<style>
a { background-color: #C0168E; }
a { background-color: rgb(192,22,142); }
div.DivClassName
{
background-color: #C0168E;
}
.BgClassName
{
background-color: #C0168E;
}
</style>
border-color css
<style>
span { border-color: #C0168E; }
span { border-color: rgb(192,22,142); }
td.TdClassName
{
border-color: #C0168E;
}
.TagClassName
{
border-color: #C0168E;
}
</style>