Shades of Medium Violet Red #C4077B
Tints of Medium Violet Red #C4077B
RGB
CMYK
RGB Variations
Color information
#C4077B (or 0xC4077B) is known color: Medium Violet Red. HEX triplet: C4, 07 and 7B. RGB value is (196,7,123). Sum of RGB (Red+Green+Blue) = 196+7+123=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4077B is #3BF884. Grayscale: #4C4C4C. Windows color (decimal): -3930245 or 8062916. OLE color: 8062916.
HSL color Cylindrical-coordinate representation of color #C4077B: hue angle of 323.17º 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 #C4077B is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.23 |
| HSL | 323.17º | 0.93% | 0.4% | - |
| HSV(B) | 323.17º | 0.96% | 0.77% | - |
| XYZ | 26.42 | 13.32 | 19.92 | - |
| YUV | 76.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 123 | 0 | 0.96 | 0.37 | 0.23 | 323.17 | 0.93 | 0.4 |
| Hex | C4 | 7 | 7B | 0 | 60 | 25 | 17 | 143 | 5D | 28 |
| Octal | 304 | 7 | 173 | 0 | 140 | 45 | 27 | 503 | 135 | 50 |
| Binary | 11000100 | 111 | 1111011 | 0 | 1100000 | 100101 | 10111 | 101000011 | 1011101 | 101000 |
Color Harmonies of #C4077B
Complementary color
Monochromatic Colors of #C4077B
Black with #C4077B
Text Example
Text Example
White with #C4077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4077B; }
p { color: rgb(196,7,123); }
H1.HeaderClassName
{
color: #C4077B;
}
.AnyTagClassName
{
color: #C4077B;
}
</style>
background-color css
<style>
a { background-color: #C4077B; }
a { background-color: rgb(196,7,123); }
div.DivClassName
{
background-color: #C4077B;
}
.BgClassName
{
background-color: #C4077B;
}
</style>
border-color css
<style>
span { border-color: #C4077B; }
span { border-color: rgb(196,7,123); }
td.TdClassName
{
border-color: #C4077B;
}
.TagClassName
{
border-color: #C4077B;
}
</style>