Shades of Medium Red Violet #C13792
Tints of Medium Red Violet #C13792
RGB
CMYK
RGB Variations
Color information
#C13792 (or 0xC13792) is known color: Medium Red Violet. HEX triplet: C1, 37 and 92. RGB value is (193,55,146). Sum of RGB (Red+Green+Blue) = 193+55+146=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C13792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13792 is #3EC86D. Grayscale: #6A6A6A. Windows color (decimal): -4114542 or 9582529. OLE color: 9582529.
HSL color Cylindrical-coordinate representation of color #C13792: hue angle of 320.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13792 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 146 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.24 |
| HSL | 320.43º | 0.56% | 0.49% | - |
| HSV(B) | 320.43º | 0.72% | 0.76% | - |
| XYZ | 28.55 | 16.15 | 28.81 | - |
| YUV | 106.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 146 | 0 | 0.72 | 0.24 | 0.24 | 320.43 | 0.56 | 0.49 |
| Hex | C1 | 37 | 92 | 0 | 48 | 18 | 18 | 140 | 38 | 31 |
| Octal | 301 | 67 | 222 | 0 | 110 | 30 | 30 | 500 | 70 | 61 |
| Binary | 11000001 | 110111 | 10010010 | 0 | 1001000 | 11000 | 11000 | 101000000 | 111000 | 110001 |
Color Harmonies of #C13792
Complementary color
Monochromatic Colors of #C13792
Black with #C13792
Text Example
Text Example
White with #C13792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13792; }
p { color: rgb(193,55,146); }
H1.HeaderClassName
{
color: #C13792;
}
.AnyTagClassName
{
color: #C13792;
}
</style>
background-color css
<style>
a { background-color: #C13792; }
a { background-color: rgb(193,55,146); }
div.DivClassName
{
background-color: #C13792;
}
.BgClassName
{
background-color: #C13792;
}
</style>
border-color css
<style>
span { border-color: #C13792; }
span { border-color: rgb(193,55,146); }
td.TdClassName
{
border-color: #C13792;
}
.TagClassName
{
border-color: #C13792;
}
</style>