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