Shades of Medium Red Violet #C4338D
Tints of Medium Red Violet #C4338D
RGB
CMYK
RGB Variations
Color information
#C4338D (or 0xC4338D) is known color: Medium Red Violet. HEX triplet: C4, 33 and 8D. RGB value is (196,51,141). Sum of RGB (Red+Green+Blue) = 196+51+141=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4338D is #3BCC72. Grayscale: #686868. Windows color (decimal): -3918963 or 9253828. OLE color: 9253828.
HSL color Cylindrical-coordinate representation of color #C4338D: hue angle of 322.76º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4338D is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 141 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.23 |
| HSL | 322.76º | 0.59% | 0.48% | - |
| HSV(B) | 322.76º | 0.74% | 0.77% | - |
| XYZ | 28.76 | 16.03 | 26.78 | - |
| YUV | 104.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 141 | 0 | 0.74 | 0.28 | 0.23 | 322.76 | 0.59 | 0.48 |
| Hex | C4 | 33 | 8D | 0 | 4A | 1C | 17 | 143 | 3B | 30 |
| Octal | 304 | 63 | 215 | 0 | 112 | 34 | 27 | 503 | 73 | 60 |
| Binary | 11000100 | 110011 | 10001101 | 0 | 1001010 | 11100 | 10111 | 101000011 | 111011 | 110000 |
Color Harmonies of #C4338D
Complementary color
Monochromatic Colors of #C4338D
Black with #C4338D
Text Example
Text Example
White with #C4338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4338D; }
p { color: rgb(196,51,141); }
H1.HeaderClassName
{
color: #C4338D;
}
.AnyTagClassName
{
color: #C4338D;
}
</style>
background-color css
<style>
a { background-color: #C4338D; }
a { background-color: rgb(196,51,141); }
div.DivClassName
{
background-color: #C4338D;
}
.BgClassName
{
background-color: #C4338D;
}
</style>
border-color css
<style>
span { border-color: #C4338D; }
span { border-color: rgb(196,51,141); }
td.TdClassName
{
border-color: #C4338D;
}
.TagClassName
{
border-color: #C4338D;
}
</style>