Shades of Medium Red Violet #C13676
Tints of Medium Red Violet #C13676
RGB
CMYK
RGB Variations
Color information
#C13676 (or 0xC13676) is known color: Medium Red Violet. HEX triplet: C1, 36 and 76. RGB value is (193,54,118). Sum of RGB (Red+Green+Blue) = 193+54+118=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C13676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13676 is #3EC989. Grayscale: #666666. Windows color (decimal): -4114826 or 7747265. OLE color: 7747265.
HSL color Cylindrical-coordinate representation of color #C13676: hue angle of 332.37º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C13676 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 118 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.24 |
| HSL | 332.37º | 0.56% | 0.48% | - |
| HSV(B) | 332.37º | 0.72% | 0.76% | - |
| XYZ | 26.58 | 15.28 | 18.69 | - |
| YUV | 102.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 118 | 0 | 0.72 | 0.39 | 0.24 | 332.37 | 0.56 | 0.48 |
| Hex | C1 | 36 | 76 | 0 | 48 | 27 | 18 | 14C | 38 | 30 |
| Octal | 301 | 66 | 166 | 0 | 110 | 47 | 30 | 514 | 70 | 60 |
| Binary | 11000001 | 110110 | 1110110 | 0 | 1001000 | 100111 | 11000 | 101001100 | 111000 | 110000 |
Color Harmonies of #C13676
Complementary color
Monochromatic Colors of #C13676
Black with #C13676
Text Example
Text Example
White with #C13676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13676; }
p { color: rgb(193,54,118); }
H1.HeaderClassName
{
color: #C13676;
}
.AnyTagClassName
{
color: #C13676;
}
</style>
background-color css
<style>
a { background-color: #C13676; }
a { background-color: rgb(193,54,118); }
div.DivClassName
{
background-color: #C13676;
}
.BgClassName
{
background-color: #C13676;
}
</style>
border-color css
<style>
span { border-color: #C13676; }
span { border-color: rgb(193,54,118); }
td.TdClassName
{
border-color: #C13676;
}
.TagClassName
{
border-color: #C13676;
}
</style>