Shades of Medium Violet Red #C2228B
Tints of Medium Violet Red #C2228B
RGB
CMYK
RGB Variations
Color information
#C2228B (or 0xC2228B) is known color: Medium Violet Red. HEX triplet: C2, 22 and 8B. RGB value is (194,34,139). Sum of RGB (Red+Green+Blue) = 194+34+139=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2228B is #3DDD74. Grayscale: #5D5D5D. Windows color (decimal): -4054389 or 9118402. OLE color: 9118402.
HSL color Cylindrical-coordinate representation of color #C2228B: hue angle of 320.62º degrees, saturation: 0.7, 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 #C2228B is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 139 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.24 |
| HSL | 320.63º | 0.7% | 0.45% | - |
| HSV(B) | 320.63º | 0.82% | 0.76% | - |
| XYZ | 27.48 | 14.48 | 25.77 | - |
| YUV | 93.81 | 153.51 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 139 | 0 | 0.82 | 0.28 | 0.24 | 320.63 | 0.7 | 0.45 |
| Hex | C2 | 22 | 8B | 0 | 52 | 1C | 18 | 141 | 46 | 2D |
| Octal | 302 | 42 | 213 | 0 | 122 | 34 | 30 | 501 | 106 | 55 |
| Binary | 11000010 | 100010 | 10001011 | 0 | 1010010 | 11100 | 11000 | 101000001 | 1000110 | 101101 |
Color Harmonies of #C2228B
Complementary color
Monochromatic Colors of #C2228B
Black with #C2228B
Text Example
Text Example
White with #C2228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2228B; }
p { color: rgb(194,34,139); }
H1.HeaderClassName
{
color: #C2228B;
}
.AnyTagClassName
{
color: #C2228B;
}
</style>
background-color css
<style>
a { background-color: #C2228B; }
a { background-color: rgb(194,34,139); }
div.DivClassName
{
background-color: #C2228B;
}
.BgClassName
{
background-color: #C2228B;
}
</style>
border-color css
<style>
span { border-color: #C2228B; }
span { border-color: rgb(194,34,139); }
td.TdClassName
{
border-color: #C2228B;
}
.TagClassName
{
border-color: #C2228B;
}
</style>