Shades of Medium Violet Red #C4238C
Tints of Medium Violet Red #C4238C
RGB
CMYK
RGB Variations
Color information
#C4238C (or 0xC4238C) is known color: Medium Violet Red. HEX triplet: C4, 23 and 8C. RGB value is (196,35,140). Sum of RGB (Red+Green+Blue) = 196+35+140=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4238C is #3BDC73. Grayscale: #5E5E5E. Windows color (decimal): -3923060 or 9184196. OLE color: 9184196.
HSL color Cylindrical-coordinate representation of color #C4238C: hue angle of 320.87º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4238C is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 140 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.23 |
| HSL | 320.87º | 0.7% | 0.45% | - |
| HSV(B) | 320.87º | 0.82% | 0.77% | - |
| XYZ | 28.1 | 14.83 | 26.19 | - |
| YUV | 95.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 140 | 0 | 0.82 | 0.29 | 0.23 | 320.87 | 0.7 | 0.45 |
| Hex | C4 | 23 | 8C | 0 | 52 | 1D | 17 | 141 | 46 | 2D |
| Octal | 304 | 43 | 214 | 0 | 122 | 35 | 27 | 501 | 106 | 55 |
| Binary | 11000100 | 100011 | 10001100 | 0 | 1010010 | 11101 | 10111 | 101000001 | 1000110 | 101101 |
Color Harmonies of #C4238C
Complementary color
Monochromatic Colors of #C4238C
Black with #C4238C
Text Example
Text Example
White with #C4238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4238C; }
p { color: rgb(196,35,140); }
H1.HeaderClassName
{
color: #C4238C;
}
.AnyTagClassName
{
color: #C4238C;
}
</style>
background-color css
<style>
a { background-color: #C4238C; }
a { background-color: rgb(196,35,140); }
div.DivClassName
{
background-color: #C4238C;
}
.BgClassName
{
background-color: #C4238C;
}
</style>
border-color css
<style>
span { border-color: #C4238C; }
span { border-color: rgb(196,35,140); }
td.TdClassName
{
border-color: #C4238C;
}
.TagClassName
{
border-color: #C4238C;
}
</style>