Shades of Medium Red Violet #C1309B
Tints of Medium Red Violet #C1309B
RGB
CMYK
RGB Variations
Color information
#C1309B (or 0xC1309B) is known color: Medium Red Violet. HEX triplet: C1, 30 and 9B. RGB value is (193,48,155). Sum of RGB (Red+Green+Blue) = 193+48+155=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1309B is #3ECF64. Grayscale: #676767. Windows color (decimal): -4116325 or 10170561. OLE color: 10170561.
HSL color Cylindrical-coordinate representation of color #C1309B: hue angle of 315.72º 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 #C1309B is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 155 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.24 |
| HSL | 315.72º | 0.6% | 0.47% | - |
| HSV(B) | 315.72º | 0.75% | 0.76% | - |
| XYZ | 28.97 | 15.82 | 32.54 | - |
| YUV | 103.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 155 | 0 | 0.75 | 0.20 | 0.24 | 315.72 | 0.6 | 0.47 |
| Hex | C1 | 30 | 9B | 0 | 4B | 14 | 18 | 13C | 3C | 2F |
| Octal | 301 | 60 | 233 | 0 | 113 | 24 | 30 | 474 | 74 | 57 |
| Binary | 11000001 | 110000 | 10011011 | 0 | 1001011 | 10100 | 11000 | 100111100 | 111100 | 101111 |
Color Harmonies of #C1309B
Complementary color
Monochromatic Colors of #C1309B
Black with #C1309B
Text Example
Text Example
White with #C1309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1309B; }
p { color: rgb(193,48,155); }
H1.HeaderClassName
{
color: #C1309B;
}
.AnyTagClassName
{
color: #C1309B;
}
</style>
background-color css
<style>
a { background-color: #C1309B; }
a { background-color: rgb(193,48,155); }
div.DivClassName
{
background-color: #C1309B;
}
.BgClassName
{
background-color: #C1309B;
}
</style>
border-color css
<style>
span { border-color: #C1309B; }
span { border-color: rgb(193,48,155); }
td.TdClassName
{
border-color: #C1309B;
}
.TagClassName
{
border-color: #C1309B;
}
</style>