Shades of Medium Red Violet #C1299B
Tints of Medium Red Violet #C1299B
RGB
CMYK
RGB Variations
Color information
#C1299B (or 0xC1299B) is known color: Medium Red Violet. HEX triplet: C1, 29 and 9B. RGB value is (193,41,155). Sum of RGB (Red+Green+Blue) = 193+41+155=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1299B is #3ED664. Grayscale: #636363. Windows color (decimal): -4118117 or 10168769. OLE color: 10168769.
HSL color Cylindrical-coordinate representation of color #C1299B: hue angle of 315º 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 #C1299B is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 155 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.24 |
| HSL | 315º | 0.65% | 0.46% | - |
| HSV(B) | 315º | 0.79% | 0.76% | - |
| XYZ | 28.7 | 15.29 | 32.45 | - |
| YUV | 99.44 | 159.36 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 155 | 0 | 0.79 | 0.20 | 0.24 | 315 | 0.65 | 0.46 |
| Hex | C1 | 29 | 9B | 0 | 4F | 14 | 18 | 13B | 41 | 2E |
| Octal | 301 | 51 | 233 | 0 | 117 | 24 | 30 | 473 | 101 | 56 |
| Binary | 11000001 | 101001 | 10011011 | 0 | 1001111 | 10100 | 11000 | 100111011 | 1000001 | 101110 |
Color Harmonies of #C1299B
Complementary color
Monochromatic Colors of #C1299B
Black with #C1299B
Text Example
Text Example
White with #C1299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1299B; }
p { color: rgb(193,41,155); }
H1.HeaderClassName
{
color: #C1299B;
}
.AnyTagClassName
{
color: #C1299B;
}
</style>
background-color css
<style>
a { background-color: #C1299B; }
a { background-color: rgb(193,41,155); }
div.DivClassName
{
background-color: #C1299B;
}
.BgClassName
{
background-color: #C1299B;
}
</style>
border-color css
<style>
span { border-color: #C1299B; }
span { border-color: rgb(193,41,155); }
td.TdClassName
{
border-color: #C1299B;
}
.TagClassName
{
border-color: #C1299B;
}
</style>