Shades of Medium Violet Red #C4079F
Tints of Medium Violet Red #C4079F
RGB
CMYK
RGB Variations
Color information
#C4079F (or 0xC4079F) is known color: Medium Violet Red. HEX triplet: C4, 07 and 9F. RGB value is (196,7,159). Sum of RGB (Red+Green+Blue) = 196+7+159=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4079F is #3BF860. Grayscale: #505050. Windows color (decimal): -3930209 or 10422212. OLE color: 10422212.
HSL color Cylindrical-coordinate representation of color #C4079F: hue angle of 311.75º 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 #C4079F is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.23 |
| HSL | 311.75º | 0.93% | 0.4% | - |
| HSV(B) | 311.75º | 0.96% | 0.77% | - |
| XYZ | 29.1 | 14.39 | 34.04 | - |
| YUV | 80.84 | 172.12 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 159 | 0 | 0.96 | 0.19 | 0.23 | 311.75 | 0.93 | 0.4 |
| Hex | C4 | 7 | 9F | 0 | 60 | 13 | 17 | 138 | 5D | 28 |
| Octal | 304 | 7 | 237 | 0 | 140 | 23 | 27 | 470 | 135 | 50 |
| Binary | 11000100 | 111 | 10011111 | 0 | 1100000 | 10011 | 10111 | 100111000 | 1011101 | 101000 |
Color Harmonies of #C4079F
Complementary color
Monochromatic Colors of #C4079F
Black with #C4079F
Text Example
Text Example
White with #C4079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4079F; }
p { color: rgb(196,7,159); }
H1.HeaderClassName
{
color: #C4079F;
}
.AnyTagClassName
{
color: #C4079F;
}
</style>
background-color css
<style>
a { background-color: #C4079F; }
a { background-color: rgb(196,7,159); }
div.DivClassName
{
background-color: #C4079F;
}
.BgClassName
{
background-color: #C4079F;
}
</style>
border-color css
<style>
span { border-color: #C4079F; }
span { border-color: rgb(196,7,159); }
td.TdClassName
{
border-color: #C4079F;
}
.TagClassName
{
border-color: #C4079F;
}
</style>