Shades of Medium Violet Red #C10687
Tints of Medium Violet Red #C10687
RGB
CMYK
RGB Variations
Color information
#C10687 (or 0xC10687) is known color: Medium Violet Red. HEX triplet: C1, 06 and 87. RGB value is (193,6,135). Sum of RGB (Red+Green+Blue) = 193+6+135=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C10687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10687 is #3EF978. Grayscale: #4C4C4C. Windows color (decimal): -4127097 or 8849089. OLE color: 8849089.
HSL color Cylindrical-coordinate representation of color #C10687: hue angle of 318.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10687 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 6 | 135 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.24 |
| HSL | 318.61º | 0.94% | 0.39% | - |
| HSV(B) | 318.61º | 0.97% | 0.76% | - |
| XYZ | 26.43 | 13.22 | 24.08 | - |
| YUV | 76.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 135 | 0 | 0.97 | 0.30 | 0.24 | 318.61 | 0.94 | 0.39 |
| Hex | C1 | 6 | 87 | 0 | 61 | 1E | 18 | 13F | 5E | 27 |
| Octal | 301 | 6 | 207 | 0 | 141 | 36 | 30 | 477 | 136 | 47 |
| Binary | 11000001 | 110 | 10000111 | 0 | 1100001 | 11110 | 11000 | 100111111 | 1011110 | 100111 |
Color Harmonies of #C10687
Complementary color
Monochromatic Colors of #C10687
Black with #C10687
Text Example
Text Example
White with #C10687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10687; }
p { color: rgb(193,6,135); }
H1.HeaderClassName
{
color: #C10687;
}
.AnyTagClassName
{
color: #C10687;
}
</style>
background-color css
<style>
a { background-color: #C10687; }
a { background-color: rgb(193,6,135); }
div.DivClassName
{
background-color: #C10687;
}
.BgClassName
{
background-color: #C10687;
}
</style>
border-color css
<style>
span { border-color: #C10687; }
span { border-color: rgb(193,6,135); }
td.TdClassName
{
border-color: #C10687;
}
.TagClassName
{
border-color: #C10687;
}
</style>