Shades of Medium Violet Red #C4226B
Tints of Medium Violet Red #C4226B
RGB
CMYK
RGB Variations
Color information
#C4226B (or 0xC4226B) is known color: Medium Violet Red. HEX triplet: C4, 22 and 6B. RGB value is (196,34,107). Sum of RGB (Red+Green+Blue) = 196+34+107=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4226B is #3BDD94. Grayscale: #5A5A5A. Windows color (decimal): -3923349 or 7021252. OLE color: 7021252.
HSL color Cylindrical-coordinate representation of color #C4226B: hue angle of 332.96º 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 #C4226B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 107 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.23 |
| HSL | 332.96º | 0.7% | 0.45% | - |
| HSV(B) | 332.96º | 0.83% | 0.77% | - |
| XYZ | 25.99 | 13.94 | 15.23 | - |
| YUV | 90.76 | 137.17 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 107 | 0 | 0.83 | 0.45 | 0.23 | 332.96 | 0.7 | 0.45 |
| Hex | C4 | 22 | 6B | 0 | 53 | 2D | 17 | 14D | 46 | 2D |
| Octal | 304 | 42 | 153 | 0 | 123 | 55 | 27 | 515 | 106 | 55 |
| Binary | 11000100 | 100010 | 1101011 | 0 | 1010011 | 101101 | 10111 | 101001101 | 1000110 | 101101 |
Color Harmonies of #C4226B
Complementary color
Monochromatic Colors of #C4226B
Black with #C4226B
Text Example
Text Example
White with #C4226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4226B; }
p { color: rgb(196,34,107); }
H1.HeaderClassName
{
color: #C4226B;
}
.AnyTagClassName
{
color: #C4226B;
}
</style>
background-color css
<style>
a { background-color: #C4226B; }
a { background-color: rgb(196,34,107); }
div.DivClassName
{
background-color: #C4226B;
}
.BgClassName
{
background-color: #C4226B;
}
</style>
border-color css
<style>
span { border-color: #C4226B; }
span { border-color: rgb(196,34,107); }
td.TdClassName
{
border-color: #C4226B;
}
.TagClassName
{
border-color: #C4226B;
}
</style>