Shades of Medium Violet Red #C4227B
Tints of Medium Violet Red #C4227B
RGB
CMYK
RGB Variations
Color information
#C4227B (or 0xC4227B) is known color: Medium Violet Red. HEX triplet: C4, 22 and 7B. RGB value is (196,34,123). Sum of RGB (Red+Green+Blue) = 196+34+123=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4227B is #3BDD84. Grayscale: #5C5C5C. Windows color (decimal): -3923333 or 8069828. OLE color: 8069828.
HSL color Cylindrical-coordinate representation of color #C4227B: hue angle of 327.04º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4227B is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 123 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.23 |
| HSL | 327.04º | 0.7% | 0.45% | - |
| HSV(B) | 327.04º | 0.83% | 0.77% | - |
| XYZ | 26.91 | 14.31 | 20.08 | - |
| YUV | 92.58 | 145.17 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 123 | 0 | 0.83 | 0.37 | 0.23 | 327.04 | 0.7 | 0.45 |
| Hex | C4 | 22 | 7B | 0 | 53 | 25 | 17 | 147 | 46 | 2D |
| Octal | 304 | 42 | 173 | 0 | 123 | 45 | 27 | 507 | 106 | 55 |
| Binary | 11000100 | 100010 | 1111011 | 0 | 1010011 | 100101 | 10111 | 101000111 | 1000110 | 101101 |
Color Harmonies of #C4227B
Complementary color
Monochromatic Colors of #C4227B
Black with #C4227B
Text Example
Text Example
White with #C4227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4227B; }
p { color: rgb(196,34,123); }
H1.HeaderClassName
{
color: #C4227B;
}
.AnyTagClassName
{
color: #C4227B;
}
</style>
background-color css
<style>
a { background-color: #C4227B; }
a { background-color: rgb(196,34,123); }
div.DivClassName
{
background-color: #C4227B;
}
.BgClassName
{
background-color: #C4227B;
}
</style>
border-color css
<style>
span { border-color: #C4227B; }
span { border-color: rgb(196,34,123); }
td.TdClassName
{
border-color: #C4227B;
}
.TagClassName
{
border-color: #C4227B;
}
</style>