Shades of Medium Violet Red #C0168D
Tints of Medium Violet Red #C0168D
RGB
CMYK
RGB Variations
Color information
#C0168D (or 0xC0168D) is known color: Medium Violet Red. HEX triplet: C0, 16 and 8D. RGB value is (192,22,141). Sum of RGB (Red+Green+Blue) = 192+22+141=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0168D is #3FE972. Grayscale: #565656. Windows color (decimal): -4188531 or 9246400. OLE color: 9246400.
HSL color Cylindrical-coordinate representation of color #C0168D: hue angle of 318º 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 #C0168D is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 141 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.25 |
| HSL | 318º | 0.79% | 0.42% | - |
| HSV(B) | 318º | 0.89% | 0.75% | - |
| XYZ | 26.83 | 13.7 | 26.43 | - |
| YUV | 86.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 141 | 0 | 0.89 | 0.27 | 0.25 | 318 | 0.79 | 0.42 |
| Hex | C0 | 16 | 8D | 0 | 59 | 1B | 19 | 13E | 4F | 2A |
| Octal | 300 | 26 | 215 | 0 | 131 | 33 | 31 | 476 | 117 | 52 |
| Binary | 11000000 | 10110 | 10001101 | 0 | 1011001 | 11011 | 11001 | 100111110 | 1001111 | 101010 |
Color Harmonies of #C0168D
Complementary color
Monochromatic Colors of #C0168D
Black with #C0168D
Text Example
Text Example
White with #C0168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0168D; }
p { color: rgb(192,22,141); }
H1.HeaderClassName
{
color: #C0168D;
}
.AnyTagClassName
{
color: #C0168D;
}
</style>
background-color css
<style>
a { background-color: #C0168D; }
a { background-color: rgb(192,22,141); }
div.DivClassName
{
background-color: #C0168D;
}
.BgClassName
{
background-color: #C0168D;
}
</style>
border-color css
<style>
span { border-color: #C0168D; }
span { border-color: rgb(192,22,141); }
td.TdClassName
{
border-color: #C0168D;
}
.TagClassName
{
border-color: #C0168D;
}
</style>