Shades of Medium Red Violet #C1269F
Tints of Medium Red Violet #C1269F
RGB
CMYK
RGB Variations
Color information
#C1269F (or 0xC1269F) is known color: Medium Red Violet. HEX triplet: C1, 26 and 9F. RGB value is (193,38,159). Sum of RGB (Red+Green+Blue) = 193+38+159=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1269F is #3ED960. Grayscale: #616161. Windows color (decimal): -4118881 or 10430145. OLE color: 10430145.
HSL color Cylindrical-coordinate representation of color #C1269F: hue angle of 313.16º 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 #C1269F is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 159 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.24 |
| HSL | 313.16º | 0.67% | 0.45% | - |
| HSV(B) | 313.16º | 0.8% | 0.76% | - |
| XYZ | 28.94 | 15.23 | 34.21 | - |
| YUV | 98.14 | 162.35 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 159 | 0 | 0.80 | 0.18 | 0.24 | 313.16 | 0.67 | 0.45 |
| Hex | C1 | 26 | 9F | 0 | 50 | 12 | 18 | 139 | 43 | 2D |
| Octal | 301 | 46 | 237 | 0 | 120 | 22 | 30 | 471 | 103 | 55 |
| Binary | 11000001 | 100110 | 10011111 | 0 | 1010000 | 10010 | 11000 | 100111001 | 1000011 | 101101 |
Color Harmonies of #C1269F
Complementary color
Monochromatic Colors of #C1269F
Black with #C1269F
Text Example
Text Example
White with #C1269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1269F; }
p { color: rgb(193,38,159); }
H1.HeaderClassName
{
color: #C1269F;
}
.AnyTagClassName
{
color: #C1269F;
}
</style>
background-color css
<style>
a { background-color: #C1269F; }
a { background-color: rgb(193,38,159); }
div.DivClassName
{
background-color: #C1269F;
}
.BgClassName
{
background-color: #C1269F;
}
</style>
border-color css
<style>
span { border-color: #C1269F; }
span { border-color: rgb(193,38,159); }
td.TdClassName
{
border-color: #C1269F;
}
.TagClassName
{
border-color: #C1269F;
}
</style>