Shades of Medium Violet Red #C01685
Tints of Medium Violet Red #C01685
RGB
CMYK
RGB Variations
Color information
#C01685 (or 0xC01685) is known color: Medium Violet Red. HEX triplet: C0, 16 and 85. RGB value is (192,22,133). Sum of RGB (Red+Green+Blue) = 192+22+133=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C01685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01685 is #3FE97A. Grayscale: #555555. Windows color (decimal): -4188539 or 8722112. OLE color: 8722112.
HSL color Cylindrical-coordinate representation of color #C01685: hue angle of 320.82º 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 #C01685 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 133 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.25 |
| HSL | 320.82º | 0.79% | 0.42% | - |
| HSV(B) | 320.82º | 0.89% | 0.75% | - |
| XYZ | 26.26 | 13.47 | 23.41 | - |
| YUV | 85.48 | 154.82 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 133 | 0 | 0.89 | 0.31 | 0.25 | 320.82 | 0.79 | 0.42 |
| Hex | C0 | 16 | 85 | 0 | 59 | 1F | 19 | 141 | 4F | 2A |
| Octal | 300 | 26 | 205 | 0 | 131 | 37 | 31 | 501 | 117 | 52 |
| Binary | 11000000 | 10110 | 10000101 | 0 | 1011001 | 11111 | 11001 | 101000001 | 1001111 | 101010 |
Color Harmonies of #C01685
Complementary color
Monochromatic Colors of #C01685
Black with #C01685
Text Example
Text Example
White with #C01685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01685; }
p { color: rgb(192,22,133); }
H1.HeaderClassName
{
color: #C01685;
}
.AnyTagClassName
{
color: #C01685;
}
</style>
background-color css
<style>
a { background-color: #C01685; }
a { background-color: rgb(192,22,133); }
div.DivClassName
{
background-color: #C01685;
}
.BgClassName
{
background-color: #C01685;
}
</style>
border-color css
<style>
span { border-color: #C01685; }
span { border-color: rgb(192,22,133); }
td.TdClassName
{
border-color: #C01685;
}
.TagClassName
{
border-color: #C01685;
}
</style>