Shades of Medium Red Violet #C1299D
Tints of Medium Red Violet #C1299D
RGB
CMYK
RGB Variations
Color information
#C1299D (or 0xC1299D) is known color: Medium Red Violet. HEX triplet: C1, 29 and 9D. RGB value is (193,41,157). Sum of RGB (Red+Green+Blue) = 193+41+157=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1299D is #3ED662. Grayscale: #636363. Windows color (decimal): -4118115 or 10299841. OLE color: 10299841.
HSL color Cylindrical-coordinate representation of color #C1299D: hue angle of 314.21º degrees, saturation: 0.65, 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 #C1299D is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 157 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.24 |
| HSL | 314.21º | 0.65% | 0.46% | - |
| HSV(B) | 314.21º | 0.79% | 0.76% | - |
| XYZ | 28.87 | 15.36 | 33.34 | - |
| YUV | 99.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 157 | 0 | 0.79 | 0.19 | 0.24 | 314.21 | 0.65 | 0.46 |
| Hex | C1 | 29 | 9D | 0 | 4F | 13 | 18 | 13A | 41 | 2E |
| Octal | 301 | 51 | 235 | 0 | 117 | 23 | 30 | 472 | 101 | 56 |
| Binary | 11000001 | 101001 | 10011101 | 0 | 1001111 | 10011 | 11000 | 100111010 | 1000001 | 101110 |
Color Harmonies of #C1299D
Complementary color
Monochromatic Colors of #C1299D
Black with #C1299D
Text Example
Text Example
White with #C1299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1299D; }
p { color: rgb(193,41,157); }
H1.HeaderClassName
{
color: #C1299D;
}
.AnyTagClassName
{
color: #C1299D;
}
</style>
background-color css
<style>
a { background-color: #C1299D; }
a { background-color: rgb(193,41,157); }
div.DivClassName
{
background-color: #C1299D;
}
.BgClassName
{
background-color: #C1299D;
}
</style>
border-color css
<style>
span { border-color: #C1299D; }
span { border-color: rgb(193,41,157); }
td.TdClassName
{
border-color: #C1299D;
}
.TagClassName
{
border-color: #C1299D;
}
</style>