Shades of Medium Red Violet #C13376
Tints of Medium Red Violet #C13376
RGB
CMYK
RGB Variations
Color information
#C13376 (or 0xC13376) is known color: Medium Red Violet. HEX triplet: C1, 33 and 76. RGB value is (193,51,118). Sum of RGB (Red+Green+Blue) = 193+51+118=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C13376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13376 is #3ECC89. Grayscale: #646464. Windows color (decimal): -4115594 or 7746497. OLE color: 7746497.
HSL color Cylindrical-coordinate representation of color #C13376: hue angle of 331.69º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13376 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 118 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.24 |
| HSL | 331.69º | 0.58% | 0.48% | - |
| HSV(B) | 331.69º | 0.74% | 0.76% | - |
| XYZ | 26.45 | 15.01 | 18.64 | - |
| YUV | 101.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 118 | 0 | 0.74 | 0.39 | 0.24 | 331.69 | 0.58 | 0.48 |
| Hex | C1 | 33 | 76 | 0 | 4A | 27 | 18 | 14C | 3A | 30 |
| Octal | 301 | 63 | 166 | 0 | 112 | 47 | 30 | 514 | 72 | 60 |
| Binary | 11000001 | 110011 | 1110110 | 0 | 1001010 | 100111 | 11000 | 101001100 | 111010 | 110000 |
Color Harmonies of #C13376
Complementary color
Monochromatic Colors of #C13376
Black with #C13376
Text Example
Text Example
White with #C13376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13376; }
p { color: rgb(193,51,118); }
H1.HeaderClassName
{
color: #C13376;
}
.AnyTagClassName
{
color: #C13376;
}
</style>
background-color css
<style>
a { background-color: #C13376; }
a { background-color: rgb(193,51,118); }
div.DivClassName
{
background-color: #C13376;
}
.BgClassName
{
background-color: #C13376;
}
</style>
border-color css
<style>
span { border-color: #C13376; }
span { border-color: rgb(193,51,118); }
td.TdClassName
{
border-color: #C13376;
}
.TagClassName
{
border-color: #C13376;
}
</style>