Shades of Medium Red Violet #C13681
Tints of Medium Red Violet #C13681
RGB
CMYK
RGB Variations
Color information
#C13681 (or 0xC13681) is known color: Medium Red Violet. HEX triplet: C1, 36 and 81. RGB value is (193,54,129). Sum of RGB (Red+Green+Blue) = 193+54+129=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C13681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13681 is #3EC97E. Grayscale: #676767. Windows color (decimal): -4114815 or 8468161. OLE color: 8468161.
HSL color Cylindrical-coordinate representation of color #C13681: hue angle of 327.63º 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 #C13681 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 54 | 129 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.24 |
| HSL | 327.63º | 0.56% | 0.48% | - |
| HSV(B) | 327.63º | 0.72% | 0.76% | - |
| XYZ | 27.27 | 15.56 | 22.33 | - |
| YUV | 104.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 54 | 129 | 0 | 0.72 | 0.33 | 0.24 | 327.63 | 0.56 | 0.48 |
| Hex | C1 | 36 | 81 | 0 | 48 | 21 | 18 | 148 | 38 | 30 |
| Octal | 301 | 66 | 201 | 0 | 110 | 41 | 30 | 510 | 70 | 60 |
| Binary | 11000001 | 110110 | 10000001 | 0 | 1001000 | 100001 | 11000 | 101001000 | 111000 | 110000 |
Color Harmonies of #C13681
Complementary color
Monochromatic Colors of #C13681
Black with #C13681
Text Example
Text Example
White with #C13681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13681; }
p { color: rgb(193,54,129); }
H1.HeaderClassName
{
color: #C13681;
}
.AnyTagClassName
{
color: #C13681;
}
</style>
background-color css
<style>
a { background-color: #C13681; }
a { background-color: rgb(193,54,129); }
div.DivClassName
{
background-color: #C13681;
}
.BgClassName
{
background-color: #C13681;
}
</style>
border-color css
<style>
span { border-color: #C13681; }
span { border-color: rgb(193,54,129); }
td.TdClassName
{
border-color: #C13681;
}
.TagClassName
{
border-color: #C13681;
}
</style>