Shades of Medium Violet Red #C4078B
Tints of Medium Violet Red #C4078B
RGB
CMYK
RGB Variations
Color information
#C4078B (or 0xC4078B) is known color: Medium Violet Red. HEX triplet: C4, 07 and 8B. RGB value is (196,7,139). Sum of RGB (Red+Green+Blue) = 196+7+139=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C4078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4078B is #3BF874. Grayscale: #4E4E4E. Windows color (decimal): -3930229 or 9111492. OLE color: 9111492.
HSL color Cylindrical-coordinate representation of color #C4078B: hue angle of 318.1º 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 #C4078B is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.23 |
| HSL | 318.1º | 0.93% | 0.4% | - |
| HSV(B) | 318.1º | 0.96% | 0.77% | - |
| XYZ | 27.5 | 13.75 | 25.63 | - |
| YUV | 78.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 139 | 0 | 0.96 | 0.29 | 0.23 | 318.1 | 0.93 | 0.4 |
| Hex | C4 | 7 | 8B | 0 | 60 | 1D | 17 | 13E | 5D | 28 |
| Octal | 304 | 7 | 213 | 0 | 140 | 35 | 27 | 476 | 135 | 50 |
| Binary | 11000100 | 111 | 10001011 | 0 | 1100000 | 11101 | 10111 | 100111110 | 1011101 | 101000 |
Color Harmonies of #C4078B
Complementary color
Monochromatic Colors of #C4078B
Black with #C4078B
Text Example
Text Example
White with #C4078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4078B; }
p { color: rgb(196,7,139); }
H1.HeaderClassName
{
color: #C4078B;
}
.AnyTagClassName
{
color: #C4078B;
}
</style>
background-color css
<style>
a { background-color: #C4078B; }
a { background-color: rgb(196,7,139); }
div.DivClassName
{
background-color: #C4078B;
}
.BgClassName
{
background-color: #C4078B;
}
</style>
border-color css
<style>
span { border-color: #C4078B; }
span { border-color: rgb(196,7,139); }
td.TdClassName
{
border-color: #C4078B;
}
.TagClassName
{
border-color: #C4078B;
}
</style>