Shades of Medium Red Violet #C134A0
Tints of Medium Red Violet #C134A0
RGB
CMYK
RGB Variations
Color information
#C134A0 (or 0xC134A0) is known color: Medium Red Violet. HEX triplet: C1, 34 and A0. RGB value is (193,52,160). Sum of RGB (Red+Green+Blue) = 193+52+160=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C134A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C134A0 is #3ECB5F. Grayscale: #6A6A6A. Windows color (decimal): -4115296 or 10499265. OLE color: 10499265.
HSL color Cylindrical-coordinate representation of color #C134A0: hue angle of 314.04º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C134A0 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 160 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.24 |
| HSL | 314.04º | 0.58% | 0.48% | - |
| HSV(B) | 314.04º | 0.73% | 0.76% | - |
| XYZ | 29.57 | 16.33 | 34.85 | - |
| YUV | 106.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 160 | 0 | 0.73 | 0.17 | 0.24 | 314.04 | 0.58 | 0.48 |
| Hex | C1 | 34 | A0 | 0 | 49 | 11 | 18 | 13A | 3A | 30 |
| Octal | 301 | 64 | 240 | 0 | 111 | 21 | 30 | 472 | 72 | 60 |
| Binary | 11000001 | 110100 | 10100000 | 0 | 1001001 | 10001 | 11000 | 100111010 | 111010 | 110000 |
Color Harmonies of #C134A0
Complementary color
Monochromatic Colors of #C134A0
Black with #C134A0
Text Example
Text Example
White with #C134A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134A0; }
p { color: rgb(193,52,160); }
H1.HeaderClassName
{
color: #C134A0;
}
.AnyTagClassName
{
color: #C134A0;
}
</style>
background-color css
<style>
a { background-color: #C134A0; }
a { background-color: rgb(193,52,160); }
div.DivClassName
{
background-color: #C134A0;
}
.BgClassName
{
background-color: #C134A0;
}
</style>
border-color css
<style>
span { border-color: #C134A0; }
span { border-color: rgb(193,52,160); }
td.TdClassName
{
border-color: #C134A0;
}
.TagClassName
{
border-color: #C134A0;
}
</style>