Shades of Medium Violet Red #C4227D
Tints of Medium Violet Red #C4227D
RGB
CMYK
RGB Variations
Color information
#C4227D (or 0xC4227D) is known color: Medium Violet Red. HEX triplet: C4, 22 and 7D. RGB value is (196,34,125). Sum of RGB (Red+Green+Blue) = 196+34+125=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4227D is #3BDD82. Grayscale: #5C5C5C. Windows color (decimal): -3923331 or 8200900. OLE color: 8200900.
HSL color Cylindrical-coordinate representation of color #C4227D: hue angle of 326.3º 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 #C4227D is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 125 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.23 |
| HSL | 326.3º | 0.7% | 0.45% | - |
| HSV(B) | 326.3º | 0.83% | 0.77% | - |
| XYZ | 27.04 | 14.36 | 20.75 | - |
| YUV | 92.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 125 | 0 | 0.83 | 0.36 | 0.23 | 326.3 | 0.7 | 0.45 |
| Hex | C4 | 22 | 7D | 0 | 53 | 24 | 17 | 146 | 46 | 2D |
| Octal | 304 | 42 | 175 | 0 | 123 | 44 | 27 | 506 | 106 | 55 |
| Binary | 11000100 | 100010 | 1111101 | 0 | 1010011 | 100100 | 10111 | 101000110 | 1000110 | 101101 |
Color Harmonies of #C4227D
Complementary color
Monochromatic Colors of #C4227D
Black with #C4227D
Text Example
Text Example
White with #C4227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4227D; }
p { color: rgb(196,34,125); }
H1.HeaderClassName
{
color: #C4227D;
}
.AnyTagClassName
{
color: #C4227D;
}
</style>
background-color css
<style>
a { background-color: #C4227D; }
a { background-color: rgb(196,34,125); }
div.DivClassName
{
background-color: #C4227D;
}
.BgClassName
{
background-color: #C4227D;
}
</style>
border-color css
<style>
span { border-color: #C4227D; }
span { border-color: rgb(196,34,125); }
td.TdClassName
{
border-color: #C4227D;
}
.TagClassName
{
border-color: #C4227D;
}
</style>