Shades of Medium Violet Red #C2228F
Tints of Medium Violet Red #C2228F
RGB
CMYK
RGB Variations
Color information
#C2228F (or 0xC2228F) is known color: Medium Violet Red. HEX triplet: C2, 22 and 8F. RGB value is (194,34,143). Sum of RGB (Red+Green+Blue) = 194+34+143=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2228F is #3DDD70. Grayscale: #5D5D5D. Windows color (decimal): -4054385 or 9380546. OLE color: 9380546.
HSL color Cylindrical-coordinate representation of color #C2228F: hue angle of 319.12º 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 #C2228F is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 143 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.24 |
| HSL | 319.13º | 0.7% | 0.45% | - |
| HSV(B) | 319.13º | 0.82% | 0.76% | - |
| XYZ | 27.78 | 14.6 | 27.34 | - |
| YUV | 94.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 143 | 0 | 0.82 | 0.26 | 0.24 | 319.13 | 0.7 | 0.45 |
| Hex | C2 | 22 | 8F | 0 | 52 | 1A | 18 | 13F | 46 | 2D |
| Octal | 302 | 42 | 217 | 0 | 122 | 32 | 30 | 477 | 106 | 55 |
| Binary | 11000010 | 100010 | 10001111 | 0 | 1010010 | 11010 | 11000 | 100111111 | 1000110 | 101101 |
Color Harmonies of #C2228F
Complementary color
Monochromatic Colors of #C2228F
Black with #C2228F
Text Example
Text Example
White with #C2228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2228F; }
p { color: rgb(194,34,143); }
H1.HeaderClassName
{
color: #C2228F;
}
.AnyTagClassName
{
color: #C2228F;
}
</style>
background-color css
<style>
a { background-color: #C2228F; }
a { background-color: rgb(194,34,143); }
div.DivClassName
{
background-color: #C2228F;
}
.BgClassName
{
background-color: #C2228F;
}
</style>
border-color css
<style>
span { border-color: #C2228F; }
span { border-color: rgb(194,34,143); }
td.TdClassName
{
border-color: #C2228F;
}
.TagClassName
{
border-color: #C2228F;
}
</style>