Shades of Medium Red Violet #C12686
Tints of Medium Red Violet #C12686
RGB
CMYK
RGB Variations
Color information
#C12686 (or 0xC12686) is known color: Medium Red Violet. HEX triplet: C1, 26 and 86. RGB value is (193,38,134). Sum of RGB (Red+Green+Blue) = 193+38+134=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12686 is #3ED979. Grayscale: #5F5F5F. Windows color (decimal): -4118906 or 8791745. OLE color: 8791745.
HSL color Cylindrical-coordinate representation of color #C12686: hue angle of 322.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12686 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 134 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.24 |
| HSL | 322.84º | 0.67% | 0.45% | - |
| HSV(B) | 322.84º | 0.8% | 0.76% | - |
| XYZ | 26.99 | 14.44 | 23.92 | - |
| YUV | 95.29 | 149.85 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 134 | 0 | 0.80 | 0.31 | 0.24 | 322.84 | 0.67 | 0.45 |
| Hex | C1 | 26 | 86 | 0 | 50 | 1F | 18 | 143 | 43 | 2D |
| Octal | 301 | 46 | 206 | 0 | 120 | 37 | 30 | 503 | 103 | 55 |
| Binary | 11000001 | 100110 | 10000110 | 0 | 1010000 | 11111 | 11000 | 101000011 | 1000011 | 101101 |
Color Harmonies of #C12686
Complementary color
Monochromatic Colors of #C12686
Black with #C12686
Text Example
Text Example
White with #C12686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12686; }
p { color: rgb(193,38,134); }
H1.HeaderClassName
{
color: #C12686;
}
.AnyTagClassName
{
color: #C12686;
}
</style>
background-color css
<style>
a { background-color: #C12686; }
a { background-color: rgb(193,38,134); }
div.DivClassName
{
background-color: #C12686;
}
.BgClassName
{
background-color: #C12686;
}
</style>
border-color css
<style>
span { border-color: #C12686; }
span { border-color: rgb(193,38,134); }
td.TdClassName
{
border-color: #C12686;
}
.TagClassName
{
border-color: #C12686;
}
</style>