Shades of Medium Violet Red #C4079D
Tints of Medium Violet Red #C4079D
RGB
CMYK
RGB Variations
Color information
#C4079D (or 0xC4079D) is known color: Medium Violet Red. HEX triplet: C4, 07 and 9D. RGB value is (196,7,157). Sum of RGB (Red+Green+Blue) = 196+7+157=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4079D is #3BF862. Grayscale: #505050. Windows color (decimal): -3930211 or 10291140. OLE color: 10291140.
HSL color Cylindrical-coordinate representation of color #C4079D: hue angle of 312.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4079D is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.23 |
| HSL | 312.38º | 0.93% | 0.4% | - |
| HSV(B) | 312.38º | 0.96% | 0.77% | - |
| XYZ | 28.93 | 14.32 | 33.14 | - |
| YUV | 80.61 | 171.12 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 157 | 0 | 0.96 | 0.20 | 0.23 | 312.38 | 0.93 | 0.4 |
| Hex | C4 | 7 | 9D | 0 | 60 | 14 | 17 | 138 | 5D | 28 |
| Octal | 304 | 7 | 235 | 0 | 140 | 24 | 27 | 470 | 135 | 50 |
| Binary | 11000100 | 111 | 10011101 | 0 | 1100000 | 10100 | 10111 | 100111000 | 1011101 | 101000 |
Color Harmonies of #C4079D
Complementary color
Monochromatic Colors of #C4079D
Black with #C4079D
Text Example
Text Example
White with #C4079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4079D; }
p { color: rgb(196,7,157); }
H1.HeaderClassName
{
color: #C4079D;
}
.AnyTagClassName
{
color: #C4079D;
}
</style>
background-color css
<style>
a { background-color: #C4079D; }
a { background-color: rgb(196,7,157); }
div.DivClassName
{
background-color: #C4079D;
}
.BgClassName
{
background-color: #C4079D;
}
</style>
border-color css
<style>
span { border-color: #C4079D; }
span { border-color: rgb(196,7,157); }
td.TdClassName
{
border-color: #C4079D;
}
.TagClassName
{
border-color: #C4079D;
}
</style>