Shades of Medium Red Violet #C136A6
Tints of Medium Red Violet #C136A6
RGB
CMYK
RGB Variations
Color information
#C136A6 (or 0xC136A6) is known color: Medium Red Violet. HEX triplet: C1, 36 and A6. RGB value is (193,54,166). Sum of RGB (Red+Green+Blue) = 193+54+166=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C136A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136A6 is #3EC959. Grayscale: #6C6C6C. Windows color (decimal): -4114778 or 10892993. OLE color: 10892993.
HSL color Cylindrical-coordinate representation of color #C136A6: hue angle of 311.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C136A6 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 166 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.24 |
| HSL | 311.65º | 0.56% | 0.48% | - |
| HSV(B) | 311.65º | 0.72% | 0.76% | - |
| XYZ | 30.19 | 16.73 | 37.71 | - |
| YUV | 108.33 | 160.55 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 166 | 0 | 0.72 | 0.14 | 0.24 | 311.65 | 0.56 | 0.48 |
| Hex | C1 | 36 | A6 | 0 | 48 | E | 18 | 138 | 38 | 30 |
| Octal | 301 | 66 | 246 | 0 | 110 | 16 | 30 | 470 | 70 | 60 |
| Binary | 11000001 | 110110 | 10100110 | 0 | 1001000 | 1110 | 11000 | 100111000 | 111000 | 110000 |
Color Harmonies of #C136A6
Complementary color
Monochromatic Colors of #C136A6
Black with #C136A6
Text Example
Text Example
White with #C136A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136A6; }
p { color: rgb(193,54,166); }
H1.HeaderClassName
{
color: #C136A6;
}
.AnyTagClassName
{
color: #C136A6;
}
</style>
background-color css
<style>
a { background-color: #C136A6; }
a { background-color: rgb(193,54,166); }
div.DivClassName
{
background-color: #C136A6;
}
.BgClassName
{
background-color: #C136A6;
}
</style>
border-color css
<style>
span { border-color: #C136A6; }
span { border-color: rgb(193,54,166); }
td.TdClassName
{
border-color: #C136A6;
}
.TagClassName
{
border-color: #C136A6;
}
</style>