Shades of Medium Violet Red #C4227E
Tints of Medium Violet Red #C4227E
RGB
CMYK
RGB Variations
Color information
#C4227E (or 0xC4227E) is known color: Medium Violet Red. HEX triplet: C4, 22 and 7E. RGB value is (196,34,126). Sum of RGB (Red+Green+Blue) = 196+34+126=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4227E is #3BDD81. Grayscale: #5C5C5C. Windows color (decimal): -3923330 or 8266436. OLE color: 8266436.
HSL color Cylindrical-coordinate representation of color #C4227E: hue angle of 325.93º 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 #C4227E is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 126 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.23 |
| HSL | 325.93º | 0.7% | 0.45% | - |
| HSV(B) | 325.93º | 0.83% | 0.77% | - |
| XYZ | 27.1 | 14.39 | 21.09 | - |
| YUV | 92.93 | 146.67 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 126 | 0 | 0.83 | 0.36 | 0.23 | 325.93 | 0.7 | 0.45 |
| Hex | C4 | 22 | 7E | 0 | 53 | 24 | 17 | 146 | 46 | 2D |
| Octal | 304 | 42 | 176 | 0 | 123 | 44 | 27 | 506 | 106 | 55 |
| Binary | 11000100 | 100010 | 1111110 | 0 | 1010011 | 100100 | 10111 | 101000110 | 1000110 | 101101 |
Color Harmonies of #C4227E
Complementary color
Monochromatic Colors of #C4227E
Black with #C4227E
Text Example
Text Example
White with #C4227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4227E; }
p { color: rgb(196,34,126); }
H1.HeaderClassName
{
color: #C4227E;
}
.AnyTagClassName
{
color: #C4227E;
}
</style>
background-color css
<style>
a { background-color: #C4227E; }
a { background-color: rgb(196,34,126); }
div.DivClassName
{
background-color: #C4227E;
}
.BgClassName
{
background-color: #C4227E;
}
</style>
border-color css
<style>
span { border-color: #C4227E; }
span { border-color: rgb(196,34,126); }
td.TdClassName
{
border-color: #C4227E;
}
.TagClassName
{
border-color: #C4227E;
}
</style>