Shades of Medium Red Violet #C136A7
Tints of Medium Red Violet #C136A7
RGB
CMYK
RGB Variations
Color information
#C136A7 (or 0xC136A7) is known color: Medium Red Violet. HEX triplet: C1, 36 and A7. RGB value is (193,54,167). Sum of RGB (Red+Green+Blue) = 193+54+167=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C136A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136A7 is #3EC958. Grayscale: #6C6C6C. Windows color (decimal): -4114777 or 10958529. OLE color: 10958529.
HSL color Cylindrical-coordinate representation of color #C136A7: hue angle of 311.22º 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 #C136A7 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 167 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.24 |
| HSL | 311.22º | 0.56% | 0.48% | - |
| HSV(B) | 311.22º | 0.72% | 0.76% | - |
| XYZ | 30.29 | 16.77 | 38.2 | - |
| YUV | 108.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 167 | 0 | 0.72 | 0.13 | 0.24 | 311.22 | 0.56 | 0.48 |
| Hex | C1 | 36 | A7 | 0 | 48 | D | 18 | 137 | 38 | 30 |
| Octal | 301 | 66 | 247 | 0 | 110 | 15 | 30 | 467 | 70 | 60 |
| Binary | 11000001 | 110110 | 10100111 | 0 | 1001000 | 1101 | 11000 | 100110111 | 111000 | 110000 |
Color Harmonies of #C136A7
Complementary color
Monochromatic Colors of #C136A7
Black with #C136A7
Text Example
Text Example
White with #C136A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136A7; }
p { color: rgb(193,54,167); }
H1.HeaderClassName
{
color: #C136A7;
}
.AnyTagClassName
{
color: #C136A7;
}
</style>
background-color css
<style>
a { background-color: #C136A7; }
a { background-color: rgb(193,54,167); }
div.DivClassName
{
background-color: #C136A7;
}
.BgClassName
{
background-color: #C136A7;
}
</style>
border-color css
<style>
span { border-color: #C136A7; }
span { border-color: rgb(193,54,167); }
td.TdClassName
{
border-color: #C136A7;
}
.TagClassName
{
border-color: #C136A7;
}
</style>