Shades of Medium Violet Red #C01688
Tints of Medium Violet Red #C01688
RGB
CMYK
RGB Variations
Color information
#C01688 (or 0xC01688) is known color: Medium Violet Red. HEX triplet: C0, 16 and 88. RGB value is (192,22,136). Sum of RGB (Red+Green+Blue) = 192+22+136=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C01688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01688 is #3FE977. Grayscale: #555555. Windows color (decimal): -4188536 or 8918720. OLE color: 8918720.
HSL color Cylindrical-coordinate representation of color #C01688: hue angle of 319.76º 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 #C01688 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 136 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.25 |
| HSL | 319.76º | 0.79% | 0.42% | - |
| HSV(B) | 319.76º | 0.89% | 0.75% | - |
| XYZ | 26.47 | 13.56 | 24.51 | - |
| YUV | 85.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 136 | 0 | 0.89 | 0.29 | 0.25 | 319.76 | 0.79 | 0.42 |
| Hex | C0 | 16 | 88 | 0 | 59 | 1D | 19 | 140 | 4F | 2A |
| Octal | 300 | 26 | 210 | 0 | 131 | 35 | 31 | 500 | 117 | 52 |
| Binary | 11000000 | 10110 | 10001000 | 0 | 1011001 | 11101 | 11001 | 101000000 | 1001111 | 101010 |
Color Harmonies of #C01688
Complementary color
Monochromatic Colors of #C01688
Black with #C01688
Text Example
Text Example
White with #C01688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01688; }
p { color: rgb(192,22,136); }
H1.HeaderClassName
{
color: #C01688;
}
.AnyTagClassName
{
color: #C01688;
}
</style>
background-color css
<style>
a { background-color: #C01688; }
a { background-color: rgb(192,22,136); }
div.DivClassName
{
background-color: #C01688;
}
.BgClassName
{
background-color: #C01688;
}
</style>
border-color css
<style>
span { border-color: #C01688; }
span { border-color: rgb(192,22,136); }
td.TdClassName
{
border-color: #C01688;
}
.TagClassName
{
border-color: #C01688;
}
</style>