Shades of Medium Violet Red #C1238B
Tints of Medium Violet Red #C1238B
RGB
CMYK
RGB Variations
Color information
#C1238B (or 0xC1238B) is known color: Medium Violet Red. HEX triplet: C1, 23 and 8B. RGB value is (193,35,139). Sum of RGB (Red+Green+Blue) = 193+35+139=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1238B is #3EDC74. Grayscale: #5D5D5D. Windows color (decimal): -4119669 or 9118657. OLE color: 9118657.
HSL color Cylindrical-coordinate representation of color #C1238B: hue angle of 320.51º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1238B is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 139 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.24 |
| HSL | 320.51º | 0.69% | 0.45% | - |
| HSV(B) | 320.51º | 0.82% | 0.76% | - |
| XYZ | 27.25 | 14.4 | 25.77 | - |
| YUV | 94.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 139 | 0 | 0.82 | 0.28 | 0.24 | 320.51 | 0.69 | 0.45 |
| Hex | C1 | 23 | 8B | 0 | 52 | 1C | 18 | 141 | 45 | 2D |
| Octal | 301 | 43 | 213 | 0 | 122 | 34 | 30 | 501 | 105 | 55 |
| Binary | 11000001 | 100011 | 10001011 | 0 | 1010010 | 11100 | 11000 | 101000001 | 1000101 | 101101 |
Color Harmonies of #C1238B
Complementary color
Monochromatic Colors of #C1238B
Black with #C1238B
Text Example
Text Example
White with #C1238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1238B; }
p { color: rgb(193,35,139); }
H1.HeaderClassName
{
color: #C1238B;
}
.AnyTagClassName
{
color: #C1238B;
}
</style>
background-color css
<style>
a { background-color: #C1238B; }
a { background-color: rgb(193,35,139); }
div.DivClassName
{
background-color: #C1238B;
}
.BgClassName
{
background-color: #C1238B;
}
</style>
border-color css
<style>
span { border-color: #C1238B; }
span { border-color: rgb(193,35,139); }
td.TdClassName
{
border-color: #C1238B;
}
.TagClassName
{
border-color: #C1238B;
}
</style>