Shades of Medium Red Violet #C134A2
Tints of Medium Red Violet #C134A2
RGB
CMYK
RGB Variations
Color information
#C134A2 (or 0xC134A2) is known color: Medium Red Violet. HEX triplet: C1, 34 and A2. RGB value is (193,52,162). Sum of RGB (Red+Green+Blue) = 193+52+162=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C134A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C134A2 is #3ECB5D. Grayscale: #6A6A6A. Windows color (decimal): -4115294 or 10630337. OLE color: 10630337.
HSL color Cylindrical-coordinate representation of color #C134A2: hue angle of 313.19º 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 #C134A2 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 162 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.24 |
| HSL | 313.19º | 0.58% | 0.48% | - |
| HSV(B) | 313.19º | 0.73% | 0.76% | - |
| XYZ | 29.74 | 16.4 | 35.78 | - |
| YUV | 106.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 162 | 0 | 0.73 | 0.16 | 0.24 | 313.19 | 0.58 | 0.48 |
| Hex | C1 | 34 | A2 | 0 | 49 | 10 | 18 | 139 | 3A | 30 |
| Octal | 301 | 64 | 242 | 0 | 111 | 20 | 30 | 471 | 72 | 60 |
| Binary | 11000001 | 110100 | 10100010 | 0 | 1001001 | 10000 | 11000 | 100111001 | 111010 | 110000 |
Color Harmonies of #C134A2
Complementary color
Monochromatic Colors of #C134A2
Black with #C134A2
Text Example
Text Example
White with #C134A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C134A2; }
p { color: rgb(193,52,162); }
H1.HeaderClassName
{
color: #C134A2;
}
.AnyTagClassName
{
color: #C134A2;
}
</style>
background-color css
<style>
a { background-color: #C134A2; }
a { background-color: rgb(193,52,162); }
div.DivClassName
{
background-color: #C134A2;
}
.BgClassName
{
background-color: #C134A2;
}
</style>
border-color css
<style>
span { border-color: #C134A2; }
span { border-color: rgb(193,52,162); }
td.TdClassName
{
border-color: #C134A2;
}
.TagClassName
{
border-color: #C134A2;
}
</style>