Shades of Medium Red Violet #C13073
Tints of Medium Red Violet #C13073
RGB
CMYK
RGB Variations
Color information
#C13073 (or 0xC13073) is known color: Medium Red Violet. HEX triplet: C1, 30 and 73. RGB value is (193,48,115). Sum of RGB (Red+Green+Blue) = 193+48+115=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C13073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13073 is #3ECF8C. Grayscale: #626262. Windows color (decimal): -4116365 or 7549121. OLE color: 7549121.
HSL color Cylindrical-coordinate representation of color #C13073: hue angle of 332.28º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13073 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 115 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.24 |
| HSL | 332.28º | 0.6% | 0.47% | - |
| HSV(B) | 332.28º | 0.75% | 0.76% | - |
| XYZ | 26.14 | 14.69 | 17.68 | - |
| YUV | 98.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 115 | 0 | 0.75 | 0.40 | 0.24 | 332.28 | 0.6 | 0.47 |
| Hex | C1 | 30 | 73 | 0 | 4B | 28 | 18 | 14C | 3C | 2F |
| Octal | 301 | 60 | 163 | 0 | 113 | 50 | 30 | 514 | 74 | 57 |
| Binary | 11000001 | 110000 | 1110011 | 0 | 1001011 | 101000 | 11000 | 101001100 | 111100 | 101111 |
Color Harmonies of #C13073
Complementary color
Monochromatic Colors of #C13073
Black with #C13073
Text Example
Text Example
White with #C13073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13073; }
p { color: rgb(193,48,115); }
H1.HeaderClassName
{
color: #C13073;
}
.AnyTagClassName
{
color: #C13073;
}
</style>
background-color css
<style>
a { background-color: #C13073; }
a { background-color: rgb(193,48,115); }
div.DivClassName
{
background-color: #C13073;
}
.BgClassName
{
background-color: #C13073;
}
</style>
border-color css
<style>
span { border-color: #C13073; }
span { border-color: rgb(193,48,115); }
td.TdClassName
{
border-color: #C13073;
}
.TagClassName
{
border-color: #C13073;
}
</style>