Shades of Medium Red Violet #C13B91
Tints of Medium Red Violet #C13B91
RGB
CMYK
RGB Variations
Color information
#C13B91 (or 0xC13B91) is known color: Medium Red Violet. HEX triplet: C1, 3B and 91. RGB value is (193,59,145). Sum of RGB (Red+Green+Blue) = 193+59+145=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13B91 is #3EC46E. Grayscale: #6C6C6C. Windows color (decimal): -4113519 or 9518017. OLE color: 9518017.
HSL color Cylindrical-coordinate representation of color #C13B91: hue angle of 321.49º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B91 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 59 | 145 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.24 |
| HSL | 321.49º | 0.53% | 0.49% | - |
| HSV(B) | 321.49º | 0.69% | 0.76% | - |
| XYZ | 28.67 | 16.51 | 28.46 | - |
| YUV | 108.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 59 | 145 | 0 | 0.69 | 0.25 | 0.24 | 321.49 | 0.53 | 0.49 |
| Hex | C1 | 3B | 91 | 0 | 45 | 19 | 18 | 141 | 35 | 31 |
| Octal | 301 | 73 | 221 | 0 | 105 | 31 | 30 | 501 | 65 | 61 |
| Binary | 11000001 | 111011 | 10010001 | 0 | 1000101 | 11001 | 11000 | 101000001 | 110101 | 110001 |
Color Harmonies of #C13B91
Complementary color
Monochromatic Colors of #C13B91
Black with #C13B91
Text Example
Text Example
White with #C13B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13B91; }
p { color: rgb(193,59,145); }
H1.HeaderClassName
{
color: #C13B91;
}
.AnyTagClassName
{
color: #C13B91;
}
</style>
background-color css
<style>
a { background-color: #C13B91; }
a { background-color: rgb(193,59,145); }
div.DivClassName
{
background-color: #C13B91;
}
.BgClassName
{
background-color: #C13B91;
}
</style>
border-color css
<style>
span { border-color: #C13B91; }
span { border-color: rgb(193,59,145); }
td.TdClassName
{
border-color: #C13B91;
}
.TagClassName
{
border-color: #C13B91;
}
</style>