Shades of Medium Violet Red #C2227B
Tints of Medium Violet Red #C2227B
RGB
CMYK
RGB Variations
Color information
#C2227B (or 0xC2227B) is known color: Medium Violet Red. HEX triplet: C2, 22 and 7B. RGB value is (194,34,123). Sum of RGB (Red+Green+Blue) = 194+34+123=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2227B is #3DDD84. Grayscale: #5B5B5B. Windows color (decimal): -4054405 or 8069826. OLE color: 8069826.
HSL color Cylindrical-coordinate representation of color #C2227B: hue angle of 326.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 #C2227B is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 123 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.24 |
| HSL | 326.63º | 0.7% | 0.45% | - |
| HSV(B) | 326.63º | 0.82% | 0.76% | - |
| XYZ | 26.4 | 14.04 | 20.06 | - |
| YUV | 91.99 | 145.51 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 123 | 0 | 0.82 | 0.37 | 0.24 | 326.63 | 0.7 | 0.45 |
| Hex | C2 | 22 | 7B | 0 | 52 | 25 | 18 | 147 | 46 | 2D |
| Octal | 302 | 42 | 173 | 0 | 122 | 45 | 30 | 507 | 106 | 55 |
| Binary | 11000010 | 100010 | 1111011 | 0 | 1010010 | 100101 | 11000 | 101000111 | 1000110 | 101101 |
Color Harmonies of #C2227B
Complementary color
Monochromatic Colors of #C2227B
Black with #C2227B
Text Example
Text Example
White with #C2227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2227B; }
p { color: rgb(194,34,123); }
H1.HeaderClassName
{
color: #C2227B;
}
.AnyTagClassName
{
color: #C2227B;
}
</style>
background-color css
<style>
a { background-color: #C2227B; }
a { background-color: rgb(194,34,123); }
div.DivClassName
{
background-color: #C2227B;
}
.BgClassName
{
background-color: #C2227B;
}
</style>
border-color css
<style>
span { border-color: #C2227B; }
span { border-color: rgb(194,34,123); }
td.TdClassName
{
border-color: #C2227B;
}
.TagClassName
{
border-color: #C2227B;
}
</style>