Shades of Medium Violet Red #C2238B
Tints of Medium Violet Red #C2238B
RGB
CMYK
RGB Variations
Color information
#C2238B (or 0xC2238B) is known color: Medium Violet Red. HEX triplet: C2, 23 and 8B. RGB value is (194,35,139). Sum of RGB (Red+Green+Blue) = 194+35+139=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2238B is #3DDC74. Grayscale: #5E5E5E. Windows color (decimal): -4054133 or 9118658. OLE color: 9118658.
HSL color Cylindrical-coordinate representation of color #C2238B: hue angle of 320.75º 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 #C2238B is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 139 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.24 |
| HSL | 320.75º | 0.69% | 0.45% | - |
| HSV(B) | 320.75º | 0.82% | 0.76% | - |
| XYZ | 27.51 | 14.54 | 25.78 | - |
| YUV | 94.4 | 153.18 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 139 | 0 | 0.82 | 0.28 | 0.24 | 320.75 | 0.69 | 0.45 |
| Hex | C2 | 23 | 8B | 0 | 52 | 1C | 18 | 141 | 45 | 2D |
| Octal | 302 | 43 | 213 | 0 | 122 | 34 | 30 | 501 | 105 | 55 |
| Binary | 11000010 | 100011 | 10001011 | 0 | 1010010 | 11100 | 11000 | 101000001 | 1000101 | 101101 |
Color Harmonies of #C2238B
Complementary color
Monochromatic Colors of #C2238B
Black with #C2238B
Text Example
Text Example
White with #C2238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2238B; }
p { color: rgb(194,35,139); }
H1.HeaderClassName
{
color: #C2238B;
}
.AnyTagClassName
{
color: #C2238B;
}
</style>
background-color css
<style>
a { background-color: #C2238B; }
a { background-color: rgb(194,35,139); }
div.DivClassName
{
background-color: #C2238B;
}
.BgClassName
{
background-color: #C2238B;
}
</style>
border-color css
<style>
span { border-color: #C2238B; }
span { border-color: rgb(194,35,139); }
td.TdClassName
{
border-color: #C2238B;
}
.TagClassName
{
border-color: #C2238B;
}
</style>