Shades of Medium Violet Red #C4227F
Tints of Medium Violet Red #C4227F
RGB
CMYK
RGB Variations
Color information
#C4227F (or 0xC4227F) is known color: Medium Violet Red. HEX triplet: C4, 22 and 7F. RGB value is (196,34,127). Sum of RGB (Red+Green+Blue) = 196+34+127=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4227F is #3BDD80. Grayscale: #5C5C5C. Windows color (decimal): -3923329 or 8331972. OLE color: 8331972.
HSL color Cylindrical-coordinate representation of color #C4227F: hue angle of 325.56º 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 #C4227F is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 127 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.23 |
| HSL | 325.56º | 0.7% | 0.45% | - |
| HSV(B) | 325.56º | 0.83% | 0.77% | - |
| XYZ | 27.17 | 14.41 | 21.43 | - |
| YUV | 93.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 127 | 0 | 0.83 | 0.35 | 0.23 | 325.56 | 0.7 | 0.45 |
| Hex | C4 | 22 | 7F | 0 | 53 | 23 | 17 | 146 | 46 | 2D |
| Octal | 304 | 42 | 177 | 0 | 123 | 43 | 27 | 506 | 106 | 55 |
| Binary | 11000100 | 100010 | 1111111 | 0 | 1010011 | 100011 | 10111 | 101000110 | 1000110 | 101101 |
Color Harmonies of #C4227F
Complementary color
Monochromatic Colors of #C4227F
Black with #C4227F
Text Example
Text Example
White with #C4227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4227F; }
p { color: rgb(196,34,127); }
H1.HeaderClassName
{
color: #C4227F;
}
.AnyTagClassName
{
color: #C4227F;
}
</style>
background-color css
<style>
a { background-color: #C4227F; }
a { background-color: rgb(196,34,127); }
div.DivClassName
{
background-color: #C4227F;
}
.BgClassName
{
background-color: #C4227F;
}
</style>
border-color css
<style>
span { border-color: #C4227F; }
span { border-color: rgb(196,34,127); }
td.TdClassName
{
border-color: #C4227F;
}
.TagClassName
{
border-color: #C4227F;
}
</style>