Shades of Medium Violet Red #C1238A
Tints of Medium Violet Red #C1238A
RGB
CMYK
RGB Variations
Color information
#C1238A (or 0xC1238A) is known color: Medium Violet Red. HEX triplet: C1, 23 and 8A. RGB value is (193,35,138). Sum of RGB (Red+Green+Blue) = 193+35+138=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1238A is #3EDC75. Grayscale: #5D5D5D. Windows color (decimal): -4119670 or 9053121. OLE color: 9053121.
HSL color Cylindrical-coordinate representation of color #C1238A: hue angle of 320.89º 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 #C1238A is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 138 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.24 |
| HSL | 320.89º | 0.69% | 0.45% | - |
| HSV(B) | 320.89º | 0.82% | 0.76% | - |
| XYZ | 27.18 | 14.37 | 25.39 | - |
| YUV | 93.98 | 152.85 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 138 | 0 | 0.82 | 0.28 | 0.24 | 320.89 | 0.69 | 0.45 |
| Hex | C1 | 23 | 8A | 0 | 52 | 1C | 18 | 141 | 45 | 2D |
| Octal | 301 | 43 | 212 | 0 | 122 | 34 | 30 | 501 | 105 | 55 |
| Binary | 11000001 | 100011 | 10001010 | 0 | 1010010 | 11100 | 11000 | 101000001 | 1000101 | 101101 |
Color Harmonies of #C1238A
Complementary color
Monochromatic Colors of #C1238A
Black with #C1238A
Text Example
Text Example
White with #C1238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1238A; }
p { color: rgb(193,35,138); }
H1.HeaderClassName
{
color: #C1238A;
}
.AnyTagClassName
{
color: #C1238A;
}
</style>
background-color css
<style>
a { background-color: #C1238A; }
a { background-color: rgb(193,35,138); }
div.DivClassName
{
background-color: #C1238A;
}
.BgClassName
{
background-color: #C1238A;
}
</style>
border-color css
<style>
span { border-color: #C1238A; }
span { border-color: rgb(193,35,138); }
td.TdClassName
{
border-color: #C1238A;
}
.TagClassName
{
border-color: #C1238A;
}
</style>