Shades of Medium Violet Red #C1239B
Tints of Medium Violet Red #C1239B
RGB
CMYK
RGB Variations
Color information
#C1239B (or 0xC1239B) is known color: Medium Violet Red. HEX triplet: C1, 23 and 9B. RGB value is (193,35,155). Sum of RGB (Red+Green+Blue) = 193+35+155=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1239B is #3EDC64. Grayscale: #5F5F5F. Windows color (decimal): -4119653 or 10167233. OLE color: 10167233.
HSL color Cylindrical-coordinate representation of color #C1239B: hue angle of 314.43º 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 #C1239B is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 155 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.24 |
| HSL | 314.43º | 0.69% | 0.45% | - |
| HSV(B) | 314.43º | 0.82% | 0.76% | - |
| XYZ | 28.51 | 14.91 | 32.38 | - |
| YUV | 95.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 155 | 0 | 0.82 | 0.20 | 0.24 | 314.43 | 0.69 | 0.45 |
| Hex | C1 | 23 | 9B | 0 | 52 | 14 | 18 | 13A | 45 | 2D |
| Octal | 301 | 43 | 233 | 0 | 122 | 24 | 30 | 472 | 105 | 55 |
| Binary | 11000001 | 100011 | 10011011 | 0 | 1010010 | 10100 | 11000 | 100111010 | 1000101 | 101101 |
Color Harmonies of #C1239B
Complementary color
Monochromatic Colors of #C1239B
Black with #C1239B
Text Example
Text Example
White with #C1239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1239B; }
p { color: rgb(193,35,155); }
H1.HeaderClassName
{
color: #C1239B;
}
.AnyTagClassName
{
color: #C1239B;
}
</style>
background-color css
<style>
a { background-color: #C1239B; }
a { background-color: rgb(193,35,155); }
div.DivClassName
{
background-color: #C1239B;
}
.BgClassName
{
background-color: #C1239B;
}
</style>
border-color css
<style>
span { border-color: #C1239B; }
span { border-color: rgb(193,35,155); }
td.TdClassName
{
border-color: #C1239B;
}
.TagClassName
{
border-color: #C1239B;
}
</style>