Shades of Medium Violet Red #C4209C
Tints of Medium Violet Red #C4209C
RGB
CMYK
RGB Variations
Color information
#C4209C (or 0xC4209C) is known color: Medium Violet Red. HEX triplet: C4, 20 and 9C. RGB value is (196,32,156). Sum of RGB (Red+Green+Blue) = 196+32+156=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4209C is #3BDF63. Grayscale: #5E5E5E. Windows color (decimal): -3923812 or 10232004. OLE color: 10232004.
HSL color Cylindrical-coordinate representation of color #C4209C: hue angle of 314.63º 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 #C4209C is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 156 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.23 |
| HSL | 314.63º | 0.72% | 0.45% | - |
| HSV(B) | 314.63º | 0.84% | 0.77% | - |
| XYZ | 29.28 | 15.17 | 32.84 | - |
| YUV | 95.17 | 162.33 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 156 | 0 | 0.84 | 0.20 | 0.23 | 314.63 | 0.72 | 0.45 |
| Hex | C4 | 20 | 9C | 0 | 54 | 14 | 17 | 13B | 48 | 2D |
| Octal | 304 | 40 | 234 | 0 | 124 | 24 | 27 | 473 | 110 | 55 |
| Binary | 11000100 | 100000 | 10011100 | 0 | 1010100 | 10100 | 10111 | 100111011 | 1001000 | 101101 |
Color Harmonies of #C4209C
Complementary color
Monochromatic Colors of #C4209C
Black with #C4209C
Text Example
Text Example
White with #C4209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4209C; }
p { color: rgb(196,32,156); }
H1.HeaderClassName
{
color: #C4209C;
}
.AnyTagClassName
{
color: #C4209C;
}
</style>
background-color css
<style>
a { background-color: #C4209C; }
a { background-color: rgb(196,32,156); }
div.DivClassName
{
background-color: #C4209C;
}
.BgClassName
{
background-color: #C4209C;
}
</style>
border-color css
<style>
span { border-color: #C4209C; }
span { border-color: rgb(196,32,156); }
td.TdClassName
{
border-color: #C4209C;
}
.TagClassName
{
border-color: #C4209C;
}
</style>