Shades of Medium Red Violet #C13074
Tints of Medium Red Violet #C13074
RGB
CMYK
RGB Variations
Color information
#C13074 (or 0xC13074) is known color: Medium Red Violet. HEX triplet: C1, 30 and 74. RGB value is (193,48,116). Sum of RGB (Red+Green+Blue) = 193+48+116=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C13074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13074 is #3ECF8B. Grayscale: #626262. Windows color (decimal): -4116364 or 7614657. OLE color: 7614657.
HSL color Cylindrical-coordinate representation of color #C13074: hue angle of 331.86º 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 #C13074 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 116 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.24 |
| HSL | 331.86º | 0.6% | 0.47% | - |
| HSV(B) | 331.86º | 0.75% | 0.76% | - |
| XYZ | 26.2 | 14.71 | 17.98 | - |
| YUV | 99.11 | 137.54 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 116 | 0 | 0.75 | 0.40 | 0.24 | 331.86 | 0.6 | 0.47 |
| Hex | C1 | 30 | 74 | 0 | 4B | 28 | 18 | 14C | 3C | 2F |
| Octal | 301 | 60 | 164 | 0 | 113 | 50 | 30 | 514 | 74 | 57 |
| Binary | 11000001 | 110000 | 1110100 | 0 | 1001011 | 101000 | 11000 | 101001100 | 111100 | 101111 |
Color Harmonies of #C13074
Complementary color
Monochromatic Colors of #C13074
Black with #C13074
Text Example
Text Example
White with #C13074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13074; }
p { color: rgb(193,48,116); }
H1.HeaderClassName
{
color: #C13074;
}
.AnyTagClassName
{
color: #C13074;
}
</style>
background-color css
<style>
a { background-color: #C13074; }
a { background-color: rgb(193,48,116); }
div.DivClassName
{
background-color: #C13074;
}
.BgClassName
{
background-color: #C13074;
}
</style>
border-color css
<style>
span { border-color: #C13074; }
span { border-color: rgb(193,48,116); }
td.TdClassName
{
border-color: #C13074;
}
.TagClassName
{
border-color: #C13074;
}
</style>