Shades of Medium Violet Red #C4238A
Tints of Medium Violet Red #C4238A
RGB
CMYK
RGB Variations
Color information
#C4238A (or 0xC4238A) is known color: Medium Violet Red. HEX triplet: C4, 23 and 8A. RGB value is (196,35,138). Sum of RGB (Red+Green+Blue) = 196+35+138=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4238A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4238A is #3BDC75. Grayscale: #5E5E5E. Windows color (decimal): -3923062 or 9053124. OLE color: 9053124.
HSL color Cylindrical-coordinate representation of color #C4238A: hue angle of 321.61º 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 #C4238A is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 138 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.23 |
| HSL | 321.61º | 0.7% | 0.45% | - |
| HSV(B) | 321.61º | 0.82% | 0.77% | - |
| XYZ | 27.95 | 14.77 | 25.42 | - |
| YUV | 94.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 138 | 0 | 0.82 | 0.30 | 0.23 | 321.61 | 0.7 | 0.45 |
| Hex | C4 | 23 | 8A | 0 | 52 | 1E | 17 | 142 | 46 | 2D |
| Octal | 304 | 43 | 212 | 0 | 122 | 36 | 27 | 502 | 106 | 55 |
| Binary | 11000100 | 100011 | 10001010 | 0 | 1010010 | 11110 | 10111 | 101000010 | 1000110 | 101101 |
Color Harmonies of #C4238A
Complementary color
Monochromatic Colors of #C4238A
Black with #C4238A
Text Example
Text Example
White with #C4238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4238A; }
p { color: rgb(196,35,138); }
H1.HeaderClassName
{
color: #C4238A;
}
.AnyTagClassName
{
color: #C4238A;
}
</style>
background-color css
<style>
a { background-color: #C4238A; }
a { background-color: rgb(196,35,138); }
div.DivClassName
{
background-color: #C4238A;
}
.BgClassName
{
background-color: #C4238A;
}
</style>
border-color css
<style>
span { border-color: #C4238A; }
span { border-color: rgb(196,35,138); }
td.TdClassName
{
border-color: #C4238A;
}
.TagClassName
{
border-color: #C4238A;
}
</style>