Shades of Medium Red Violet #C136A5
Tints of Medium Red Violet #C136A5
RGB
CMYK
RGB Variations
Color information
#C136A5 (or 0xC136A5) is known color: Medium Red Violet. HEX triplet: C1, 36 and A5. RGB value is (193,54,165). Sum of RGB (Red+Green+Blue) = 193+54+165=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 165 (64.84% from 255 or 40.05% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C136A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C136A5 is #3EC95A. Grayscale: #6B6B6B. Windows color (decimal): -4114779 or 10827457. OLE color: 10827457.
HSL color Cylindrical-coordinate representation of color #C136A5: hue angle of 312.09º 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 #C136A5 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 165 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.24 |
| HSL | 312.09º | 0.56% | 0.48% | - |
| HSV(B) | 312.09º | 0.72% | 0.76% | - |
| XYZ | 30.1 | 16.69 | 37.23 | - |
| YUV | 108.22 | 160.05 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 165 | 0 | 0.72 | 0.15 | 0.24 | 312.09 | 0.56 | 0.48 |
| Hex | C1 | 36 | A5 | 0 | 48 | F | 18 | 138 | 38 | 30 |
| Octal | 301 | 66 | 245 | 0 | 110 | 17 | 30 | 470 | 70 | 60 |
| Binary | 11000001 | 110110 | 10100101 | 0 | 1001000 | 1111 | 11000 | 100111000 | 111000 | 110000 |
Color Harmonies of #C136A5
Complementary color
Monochromatic Colors of #C136A5
Black with #C136A5
Text Example
Text Example
White with #C136A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C136A5; }
p { color: rgb(193,54,165); }
H1.HeaderClassName
{
color: #C136A5;
}
.AnyTagClassName
{
color: #C136A5;
}
</style>
background-color css
<style>
a { background-color: #C136A5; }
a { background-color: rgb(193,54,165); }
div.DivClassName
{
background-color: #C136A5;
}
.BgClassName
{
background-color: #C136A5;
}
</style>
border-color css
<style>
span { border-color: #C136A5; }
span { border-color: rgb(193,54,165); }
td.TdClassName
{
border-color: #C136A5;
}
.TagClassName
{
border-color: #C136A5;
}
</style>