Shades of Medium Red Violet #C1296B
Tints of Medium Red Violet #C1296B
RGB
CMYK
RGB Variations
Color information
#C1296B (or 0xC1296B) is known color: Medium Red Violet. HEX triplet: C1, 29 and 6B. RGB value is (193,41,107). Sum of RGB (Red+Green+Blue) = 193+41+107=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C1296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1296B is #3ED694. Grayscale: #5D5D5D. Windows color (decimal): -4118165 or 7023041. OLE color: 7023041.
HSL color Cylindrical-coordinate representation of color #C1296B: hue angle of 333.95º 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 #C1296B is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 107 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.24 |
| HSL | 333.95º | 0.65% | 0.46% | - |
| HSV(B) | 333.95º | 0.79% | 0.76% | - |
| XYZ | 25.44 | 13.98 | 15.27 | - |
| YUV | 93.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 107 | 0 | 0.79 | 0.45 | 0.24 | 333.95 | 0.65 | 0.46 |
| Hex | C1 | 29 | 6B | 0 | 4F | 2D | 18 | 14E | 41 | 2E |
| Octal | 301 | 51 | 153 | 0 | 117 | 55 | 30 | 516 | 101 | 56 |
| Binary | 11000001 | 101001 | 1101011 | 0 | 1001111 | 101101 | 11000 | 101001110 | 1000001 | 101110 |
Color Harmonies of #C1296B
Complementary color
Monochromatic Colors of #C1296B
Black with #C1296B
Text Example
Text Example
White with #C1296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1296B; }
p { color: rgb(193,41,107); }
H1.HeaderClassName
{
color: #C1296B;
}
.AnyTagClassName
{
color: #C1296B;
}
</style>
background-color css
<style>
a { background-color: #C1296B; }
a { background-color: rgb(193,41,107); }
div.DivClassName
{
background-color: #C1296B;
}
.BgClassName
{
background-color: #C1296B;
}
</style>
border-color css
<style>
span { border-color: #C1296B; }
span { border-color: rgb(193,41,107); }
td.TdClassName
{
border-color: #C1296B;
}
.TagClassName
{
border-color: #C1296B;
}
</style>