Shades of Medium Violet Red #C2238D
Tints of Medium Violet Red #C2238D
RGB
CMYK
RGB Variations
Color information
#C2238D (or 0xC2238D) is known color: Medium Violet Red. HEX triplet: C2, 23 and 8D. RGB value is (194,35,141). Sum of RGB (Red+Green+Blue) = 194+35+141=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2238D is #3DDC72. Grayscale: #5E5E5E. Windows color (decimal): -4054131 or 9249730. OLE color: 9249730.
HSL color Cylindrical-coordinate representation of color #C2238D: hue angle of 320º 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 #C2238D is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 141 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.24 |
| HSL | 320º | 0.69% | 0.45% | - |
| HSV(B) | 320º | 0.82% | 0.76% | - |
| XYZ | 27.66 | 14.59 | 26.56 | - |
| YUV | 94.63 | 154.18 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 141 | 0 | 0.82 | 0.27 | 0.24 | 320 | 0.69 | 0.45 |
| Hex | C2 | 23 | 8D | 0 | 52 | 1B | 18 | 140 | 45 | 2D |
| Octal | 302 | 43 | 215 | 0 | 122 | 33 | 30 | 500 | 105 | 55 |
| Binary | 11000010 | 100011 | 10001101 | 0 | 1010010 | 11011 | 11000 | 101000000 | 1000101 | 101101 |
Color Harmonies of #C2238D
Complementary color
Monochromatic Colors of #C2238D
Black with #C2238D
Text Example
Text Example
White with #C2238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2238D; }
p { color: rgb(194,35,141); }
H1.HeaderClassName
{
color: #C2238D;
}
.AnyTagClassName
{
color: #C2238D;
}
</style>
background-color css
<style>
a { background-color: #C2238D; }
a { background-color: rgb(194,35,141); }
div.DivClassName
{
background-color: #C2238D;
}
.BgClassName
{
background-color: #C2238D;
}
</style>
border-color css
<style>
span { border-color: #C2238D; }
span { border-color: rgb(194,35,141); }
td.TdClassName
{
border-color: #C2238D;
}
.TagClassName
{
border-color: #C2238D;
}
</style>