Shades of Medium Violet Red #C4077F
Tints of Medium Violet Red #C4077F
RGB
CMYK
RGB Variations
Color information
#C4077F (or 0xC4077F) is known color: Medium Violet Red. HEX triplet: C4, 07 and 7F. RGB value is (196,7,127). Sum of RGB (Red+Green+Blue) = 196+7+127=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4077F is #3BF880. Grayscale: #4C4C4C. Windows color (decimal): -3930241 or 8325060. OLE color: 8325060.
HSL color Cylindrical-coordinate representation of color #C4077F: hue angle of 321.9º 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 #C4077F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 127 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.23 |
| HSL | 321.9º | 0.93% | 0.4% | - |
| HSV(B) | 321.9º | 0.96% | 0.77% | - |
| XYZ | 26.67 | 13.42 | 21.26 | - |
| YUV | 77.19 | 156.12 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 127 | 0 | 0.96 | 0.35 | 0.23 | 321.9 | 0.93 | 0.4 |
| Hex | C4 | 7 | 7F | 0 | 60 | 23 | 17 | 142 | 5D | 28 |
| Octal | 304 | 7 | 177 | 0 | 140 | 43 | 27 | 502 | 135 | 50 |
| Binary | 11000100 | 111 | 1111111 | 0 | 1100000 | 100011 | 10111 | 101000010 | 1011101 | 101000 |
Color Harmonies of #C4077F
Complementary color
Monochromatic Colors of #C4077F
Black with #C4077F
Text Example
Text Example
White with #C4077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4077F; }
p { color: rgb(196,7,127); }
H1.HeaderClassName
{
color: #C4077F;
}
.AnyTagClassName
{
color: #C4077F;
}
</style>
background-color css
<style>
a { background-color: #C4077F; }
a { background-color: rgb(196,7,127); }
div.DivClassName
{
background-color: #C4077F;
}
.BgClassName
{
background-color: #C4077F;
}
</style>
border-color css
<style>
span { border-color: #C4077F; }
span { border-color: rgb(196,7,127); }
td.TdClassName
{
border-color: #C4077F;
}
.TagClassName
{
border-color: #C4077F;
}
</style>