Shades of Medium Violet Red #C4209D
Tints of Medium Violet Red #C4209D
RGB
CMYK
RGB Variations
Color information
#C4209D (or 0xC4209D) is known color: Medium Violet Red. HEX triplet: C4, 20 and 9D. RGB value is (196,32,157). Sum of RGB (Red+Green+Blue) = 196+32+157=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4209D is #3BDF62. Grayscale: #5E5E5E. Windows color (decimal): -3923811 or 10297540. OLE color: 10297540.
HSL color Cylindrical-coordinate representation of color #C4209D: hue angle of 314.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4209D is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 157 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.23 |
| HSL | 314.27º | 0.72% | 0.45% | - |
| HSV(B) | 314.27º | 0.84% | 0.77% | - |
| XYZ | 29.37 | 15.2 | 33.28 | - |
| YUV | 95.29 | 162.83 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 157 | 0 | 0.84 | 0.20 | 0.23 | 314.27 | 0.72 | 0.45 |
| Hex | C4 | 20 | 9D | 0 | 54 | 14 | 17 | 13A | 48 | 2D |
| Octal | 304 | 40 | 235 | 0 | 124 | 24 | 27 | 472 | 110 | 55 |
| Binary | 11000100 | 100000 | 10011101 | 0 | 1010100 | 10100 | 10111 | 100111010 | 1001000 | 101101 |
Color Harmonies of #C4209D
Complementary color
Monochromatic Colors of #C4209D
Black with #C4209D
Text Example
Text Example
White with #C4209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4209D; }
p { color: rgb(196,32,157); }
H1.HeaderClassName
{
color: #C4209D;
}
.AnyTagClassName
{
color: #C4209D;
}
</style>
background-color css
<style>
a { background-color: #C4209D; }
a { background-color: rgb(196,32,157); }
div.DivClassName
{
background-color: #C4209D;
}
.BgClassName
{
background-color: #C4209D;
}
</style>
border-color css
<style>
span { border-color: #C4209D; }
span { border-color: rgb(196,32,157); }
td.TdClassName
{
border-color: #C4209D;
}
.TagClassName
{
border-color: #C4209D;
}
</style>