Shades of Medium Violet Red #C4227A
Tints of Medium Violet Red #C4227A
RGB
CMYK
RGB Variations
Color information
#C4227A (or 0xC4227A) is known color: Medium Violet Red. HEX triplet: C4, 22 and 7A. RGB value is (196,34,122). Sum of RGB (Red+Green+Blue) = 196+34+122=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4227A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4227A is #3BDD85. Grayscale: #5C5C5C. Windows color (decimal): -3923334 or 8004292. OLE color: 8004292.
HSL color Cylindrical-coordinate representation of color #C4227A: hue angle of 327.41º 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 #C4227A is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 122 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.23 |
| HSL | 327.41º | 0.7% | 0.45% | - |
| HSV(B) | 327.41º | 0.83% | 0.77% | - |
| XYZ | 26.85 | 14.28 | 19.75 | - |
| YUV | 92.47 | 144.67 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 122 | 0 | 0.83 | 0.38 | 0.23 | 327.41 | 0.7 | 0.45 |
| Hex | C4 | 22 | 7A | 0 | 53 | 26 | 17 | 147 | 46 | 2D |
| Octal | 304 | 42 | 172 | 0 | 123 | 46 | 27 | 507 | 106 | 55 |
| Binary | 11000100 | 100010 | 1111010 | 0 | 1010011 | 100110 | 10111 | 101000111 | 1000110 | 101101 |
Color Harmonies of #C4227A
Complementary color
Monochromatic Colors of #C4227A
Black with #C4227A
Text Example
Text Example
White with #C4227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4227A; }
p { color: rgb(196,34,122); }
H1.HeaderClassName
{
color: #C4227A;
}
.AnyTagClassName
{
color: #C4227A;
}
</style>
background-color css
<style>
a { background-color: #C4227A; }
a { background-color: rgb(196,34,122); }
div.DivClassName
{
background-color: #C4227A;
}
.BgClassName
{
background-color: #C4227A;
}
</style>
border-color css
<style>
span { border-color: #C4227A; }
span { border-color: rgb(196,34,122); }
td.TdClassName
{
border-color: #C4227A;
}
.TagClassName
{
border-color: #C4227A;
}
</style>