Shades of Medium Red Violet #C1289C
Tints of Medium Red Violet #C1289C
RGB
CMYK
RGB Variations
Color information
#C1289C (or 0xC1289C) is known color: Medium Red Violet. HEX triplet: C1, 28 and 9C. RGB value is (193,40,156). Sum of RGB (Red+Green+Blue) = 193+40+156=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1289C is #3ED763. Grayscale: #626262. Windows color (decimal): -4118372 or 10234049. OLE color: 10234049.
HSL color Cylindrical-coordinate representation of color #C1289C: hue angle of 314.51º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1289C is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 156 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.24 |
| HSL | 314.51º | 0.66% | 0.46% | - |
| HSV(B) | 314.51º | 0.79% | 0.76% | - |
| XYZ | 28.75 | 15.26 | 32.88 | - |
| YUV | 98.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 156 | 0 | 0.79 | 0.19 | 0.24 | 314.51 | 0.66 | 0.46 |
| Hex | C1 | 28 | 9C | 0 | 4F | 13 | 18 | 13B | 42 | 2E |
| Octal | 301 | 50 | 234 | 0 | 117 | 23 | 30 | 473 | 102 | 56 |
| Binary | 11000001 | 101000 | 10011100 | 0 | 1001111 | 10011 | 11000 | 100111011 | 1000010 | 101110 |
Color Harmonies of #C1289C
Complementary color
Monochromatic Colors of #C1289C
Black with #C1289C
Text Example
Text Example
White with #C1289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1289C; }
p { color: rgb(193,40,156); }
H1.HeaderClassName
{
color: #C1289C;
}
.AnyTagClassName
{
color: #C1289C;
}
</style>
background-color css
<style>
a { background-color: #C1289C; }
a { background-color: rgb(193,40,156); }
div.DivClassName
{
background-color: #C1289C;
}
.BgClassName
{
background-color: #C1289C;
}
</style>
border-color css
<style>
span { border-color: #C1289C; }
span { border-color: rgb(193,40,156); }
td.TdClassName
{
border-color: #C1289C;
}
.TagClassName
{
border-color: #C1289C;
}
</style>