Shades of Medium Red Violet #C1269E
Tints of Medium Red Violet #C1269E
RGB
CMYK
RGB Variations
Color information
#C1269E (or 0xC1269E) is known color: Medium Red Violet. HEX triplet: C1, 26 and 9E. RGB value is (193,38,158). Sum of RGB (Red+Green+Blue) = 193+38+158=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1269E is #3ED961. Grayscale: #616161. Windows color (decimal): -4118882 or 10364609. OLE color: 10364609.
HSL color Cylindrical-coordinate representation of color #C1269E: hue angle of 313.55º 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 #C1269E is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 158 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.24 |
| HSL | 313.55º | 0.67% | 0.45% | - |
| HSV(B) | 313.55º | 0.8% | 0.76% | - |
| XYZ | 28.86 | 15.19 | 33.76 | - |
| YUV | 98.03 | 161.85 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 158 | 0 | 0.80 | 0.18 | 0.24 | 313.55 | 0.67 | 0.45 |
| Hex | C1 | 26 | 9E | 0 | 50 | 12 | 18 | 13A | 43 | 2D |
| Octal | 301 | 46 | 236 | 0 | 120 | 22 | 30 | 472 | 103 | 55 |
| Binary | 11000001 | 100110 | 10011110 | 0 | 1010000 | 10010 | 11000 | 100111010 | 1000011 | 101101 |
Color Harmonies of #C1269E
Complementary color
Monochromatic Colors of #C1269E
Black with #C1269E
Text Example
Text Example
White with #C1269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1269E; }
p { color: rgb(193,38,158); }
H1.HeaderClassName
{
color: #C1269E;
}
.AnyTagClassName
{
color: #C1269E;
}
</style>
background-color css
<style>
a { background-color: #C1269E; }
a { background-color: rgb(193,38,158); }
div.DivClassName
{
background-color: #C1269E;
}
.BgClassName
{
background-color: #C1269E;
}
</style>
border-color css
<style>
span { border-color: #C1269E; }
span { border-color: rgb(193,38,158); }
td.TdClassName
{
border-color: #C1269E;
}
.TagClassName
{
border-color: #C1269E;
}
</style>