Shades of Medium Red Violet #C1269C
Tints of Medium Red Violet #C1269C
RGB
CMYK
RGB Variations
Color information
#C1269C (or 0xC1269C) is known color: Medium Red Violet. HEX triplet: C1, 26 and 9C. RGB value is (193,38,156). Sum of RGB (Red+Green+Blue) = 193+38+156=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1269C is #3ED963. Grayscale: #616161. Windows color (decimal): -4118884 or 10233537. OLE color: 10233537.
HSL color Cylindrical-coordinate representation of color #C1269C: hue angle of 314.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1269C is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 156 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.24 |
| HSL | 314.32º | 0.67% | 0.45% | - |
| HSV(B) | 314.32º | 0.8% | 0.76% | - |
| XYZ | 28.69 | 15.12 | 32.86 | - |
| YUV | 97.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 156 | 0 | 0.80 | 0.19 | 0.24 | 314.32 | 0.67 | 0.45 |
| Hex | C1 | 26 | 9C | 0 | 50 | 13 | 18 | 13A | 43 | 2D |
| Octal | 301 | 46 | 234 | 0 | 120 | 23 | 30 | 472 | 103 | 55 |
| Binary | 11000001 | 100110 | 10011100 | 0 | 1010000 | 10011 | 11000 | 100111010 | 1000011 | 101101 |
Color Harmonies of #C1269C
Complementary color
Monochromatic Colors of #C1269C
Black with #C1269C
Text Example
Text Example
White with #C1269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1269C; }
p { color: rgb(193,38,156); }
H1.HeaderClassName
{
color: #C1269C;
}
.AnyTagClassName
{
color: #C1269C;
}
</style>
background-color css
<style>
a { background-color: #C1269C; }
a { background-color: rgb(193,38,156); }
div.DivClassName
{
background-color: #C1269C;
}
.BgClassName
{
background-color: #C1269C;
}
</style>
border-color css
<style>
span { border-color: #C1269C; }
span { border-color: rgb(193,38,156); }
td.TdClassName
{
border-color: #C1269C;
}
.TagClassName
{
border-color: #C1269C;
}
</style>