Shades of Medium Red Violet #C13494
Tints of Medium Red Violet #C13494
RGB
CMYK
RGB Variations
Color information
#C13494 (or 0xC13494) is known color: Medium Red Violet. HEX triplet: C1, 34 and 94. RGB value is (193,52,148). Sum of RGB (Red+Green+Blue) = 193+52+148=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C13494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13494 is #3ECB6B. Grayscale: #686868. Windows color (decimal): -4115308 or 9712833. OLE color: 9712833.
HSL color Cylindrical-coordinate representation of color #C13494: hue angle of 319.15º 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 #C13494 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 148 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.24 |
| HSL | 319.15º | 0.58% | 0.48% | - |
| HSV(B) | 319.15º | 0.73% | 0.76% | - |
| XYZ | 28.57 | 15.93 | 29.59 | - |
| YUV | 105.1 | 152.21 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 148 | 0 | 0.73 | 0.23 | 0.24 | 319.15 | 0.58 | 0.48 |
| Hex | C1 | 34 | 94 | 0 | 49 | 17 | 18 | 13F | 3A | 30 |
| Octal | 301 | 64 | 224 | 0 | 111 | 27 | 30 | 477 | 72 | 60 |
| Binary | 11000001 | 110100 | 10010100 | 0 | 1001001 | 10111 | 11000 | 100111111 | 111010 | 110000 |
Color Harmonies of #C13494
Complementary color
Monochromatic Colors of #C13494
Black with #C13494
Text Example
Text Example
White with #C13494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13494; }
p { color: rgb(193,52,148); }
H1.HeaderClassName
{
color: #C13494;
}
.AnyTagClassName
{
color: #C13494;
}
</style>
background-color css
<style>
a { background-color: #C13494; }
a { background-color: rgb(193,52,148); }
div.DivClassName
{
background-color: #C13494;
}
.BgClassName
{
background-color: #C13494;
}
</style>
border-color css
<style>
span { border-color: #C13494; }
span { border-color: rgb(193,52,148); }
td.TdClassName
{
border-color: #C13494;
}
.TagClassName
{
border-color: #C13494;
}
</style>