Shades of Medium Violet Red #C01687
Tints of Medium Violet Red #C01687
RGB
CMYK
RGB Variations
Color information
#C01687 (or 0xC01687) is known color: Medium Violet Red. HEX triplet: C0, 16 and 87. RGB value is (192,22,135). Sum of RGB (Red+Green+Blue) = 192+22+135=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C01687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01687 is #3FE978. Grayscale: #555555. Windows color (decimal): -4188537 or 8853184. OLE color: 8853184.
HSL color Cylindrical-coordinate representation of color #C01687: hue angle of 320.12º 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 #C01687 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 135 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.25 |
| HSL | 320.12º | 0.79% | 0.42% | - |
| HSV(B) | 320.12º | 0.89% | 0.75% | - |
| XYZ | 26.4 | 13.53 | 24.14 | - |
| YUV | 85.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 135 | 0 | 0.89 | 0.30 | 0.25 | 320.12 | 0.79 | 0.42 |
| Hex | C0 | 16 | 87 | 0 | 59 | 1E | 19 | 140 | 4F | 2A |
| Octal | 300 | 26 | 207 | 0 | 131 | 36 | 31 | 500 | 117 | 52 |
| Binary | 11000000 | 10110 | 10000111 | 0 | 1011001 | 11110 | 11001 | 101000000 | 1001111 | 101010 |
Color Harmonies of #C01687
Complementary color
Monochromatic Colors of #C01687
Black with #C01687
Text Example
Text Example
White with #C01687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01687; }
p { color: rgb(192,22,135); }
H1.HeaderClassName
{
color: #C01687;
}
.AnyTagClassName
{
color: #C01687;
}
</style>
background-color css
<style>
a { background-color: #C01687; }
a { background-color: rgb(192,22,135); }
div.DivClassName
{
background-color: #C01687;
}
.BgClassName
{
background-color: #C01687;
}
</style>
border-color css
<style>
span { border-color: #C01687; }
span { border-color: rgb(192,22,135); }
td.TdClassName
{
border-color: #C01687;
}
.TagClassName
{
border-color: #C01687;
}
</style>