Shades of Medium Red Violet #C1268D
Tints of Medium Red Violet #C1268D
RGB
CMYK
RGB Variations
Color information
#C1268D (or 0xC1268D) is known color: Medium Red Violet. HEX triplet: C1, 26 and 8D. RGB value is (193,38,141). Sum of RGB (Red+Green+Blue) = 193+38+141=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1268D is #3ED972. Grayscale: #5F5F5F. Windows color (decimal): -4118899 or 9250497. OLE color: 9250497.
HSL color Cylindrical-coordinate representation of color #C1268D: hue angle of 320.13º 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 #C1268D is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 141 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.24 |
| HSL | 320.13º | 0.67% | 0.45% | - |
| HSV(B) | 320.13º | 0.8% | 0.76% | - |
| XYZ | 27.49 | 14.65 | 26.58 | - |
| YUV | 96.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 141 | 0 | 0.80 | 0.27 | 0.24 | 320.13 | 0.67 | 0.45 |
| Hex | C1 | 26 | 8D | 0 | 50 | 1B | 18 | 140 | 43 | 2D |
| Octal | 301 | 46 | 215 | 0 | 120 | 33 | 30 | 500 | 103 | 55 |
| Binary | 11000001 | 100110 | 10001101 | 0 | 1010000 | 11011 | 11000 | 101000000 | 1000011 | 101101 |
Color Harmonies of #C1268D
Complementary color
Monochromatic Colors of #C1268D
Black with #C1268D
Text Example
Text Example
White with #C1268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1268D; }
p { color: rgb(193,38,141); }
H1.HeaderClassName
{
color: #C1268D;
}
.AnyTagClassName
{
color: #C1268D;
}
</style>
background-color css
<style>
a { background-color: #C1268D; }
a { background-color: rgb(193,38,141); }
div.DivClassName
{
background-color: #C1268D;
}
.BgClassName
{
background-color: #C1268D;
}
</style>
border-color css
<style>
span { border-color: #C1268D; }
span { border-color: rgb(193,38,141); }
td.TdClassName
{
border-color: #C1268D;
}
.TagClassName
{
border-color: #C1268D;
}
</style>