Shades of Medium Violet Red #C40096
Tints of Medium Violet Red #C40096
RGB
CMYK
RGB Variations
Color information
#C40096 (or 0xC40096) is known color: Medium Violet Red. HEX triplet: C4, 00 and 96. RGB value is (196,0,150). Sum of RGB (Red+Green+Blue) = 196+0+150=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C40096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40096 is #3BFF69. Grayscale: #4B4B4B. Windows color (decimal): -3932010 or 9830596. OLE color: 9830596.
HSL color Cylindrical-coordinate representation of color #C40096: hue angle of 314.08º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40096 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.23 | 0.23 |
| HSL | 314.08º | 1% | 0.38% | - |
| HSV(B) | 314.08º | 1% | 0.77% | - |
| XYZ | 28.27 | 13.94 | 30.05 | - |
| YUV | 75.7 | 169.93 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 150 | 0 | 1 | 0.23 | 0.23 | 314.08 | 1 | 0.38 |
| Hex | C4 | 0 | 96 | 0 | 64 | 17 | 17 | 13A | 64 | 26 |
| Octal | 304 | 0 | 226 | 0 | 144 | 27 | 27 | 472 | 144 | 46 |
| Binary | 11000100 | 0 | 10010110 | 0 | 1100100 | 10111 | 10111 | 100111010 | 1100100 | 100110 |
Color Harmonies of #C40096
Complementary color
Monochromatic Colors of #C40096
Black with #C40096
Text Example
Text Example
White with #C40096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40096; }
p { color: rgb(196,0,150); }
H1.HeaderClassName
{
color: #C40096;
}
.AnyTagClassName
{
color: #C40096;
}
</style>
background-color css
<style>
a { background-color: #C40096; }
a { background-color: rgb(196,0,150); }
div.DivClassName
{
background-color: #C40096;
}
.BgClassName
{
background-color: #C40096;
}
</style>
border-color css
<style>
span { border-color: #C40096; }
span { border-color: rgb(196,0,150); }
td.TdClassName
{
border-color: #C40096;
}
.TagClassName
{
border-color: #C40096;
}
</style>