Shades of Medium Red Violet #C1308D
Tints of Medium Red Violet #C1308D
RGB
CMYK
RGB Variations
Color information
#C1308D (or 0xC1308D) is known color: Medium Red Violet. HEX triplet: C1, 30 and 8D. RGB value is (193,48,141). Sum of RGB (Red+Green+Blue) = 193+48+141=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C1308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1308D is #3ECF72. Grayscale: #656565. Windows color (decimal): -4116339 or 9253057. OLE color: 9253057.
HSL color Cylindrical-coordinate representation of color #C1308D: hue angle of 321.52º 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 #C1308D is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 141 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.24 |
| HSL | 321.52º | 0.6% | 0.47% | - |
| HSV(B) | 321.52º | 0.75% | 0.76% | - |
| XYZ | 27.86 | 15.37 | 26.7 | - |
| YUV | 101.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 141 | 0 | 0.75 | 0.27 | 0.24 | 321.52 | 0.6 | 0.47 |
| Hex | C1 | 30 | 8D | 0 | 4B | 1B | 18 | 142 | 3C | 2F |
| Octal | 301 | 60 | 215 | 0 | 113 | 33 | 30 | 502 | 74 | 57 |
| Binary | 11000001 | 110000 | 10001101 | 0 | 1001011 | 11011 | 11000 | 101000010 | 111100 | 101111 |
Color Harmonies of #C1308D
Complementary color
Monochromatic Colors of #C1308D
Black with #C1308D
Text Example
Text Example
White with #C1308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1308D; }
p { color: rgb(193,48,141); }
H1.HeaderClassName
{
color: #C1308D;
}
.AnyTagClassName
{
color: #C1308D;
}
</style>
background-color css
<style>
a { background-color: #C1308D; }
a { background-color: rgb(193,48,141); }
div.DivClassName
{
background-color: #C1308D;
}
.BgClassName
{
background-color: #C1308D;
}
</style>
border-color css
<style>
span { border-color: #C1308D; }
span { border-color: rgb(193,48,141); }
td.TdClassName
{
border-color: #C1308D;
}
.TagClassName
{
border-color: #C1308D;
}
</style>