Shades of Medium Violet Red #C40677
Tints of Medium Violet Red #C40677
RGB
CMYK
RGB Variations
Color information
#C40677 (or 0xC40677) is known color: Medium Violet Red. HEX triplet: C4, 06 and 77. RGB value is (196,6,119). Sum of RGB (Red+Green+Blue) = 196+6+119=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C40677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40677 is #3BF988. Grayscale: #4B4B4B. Windows color (decimal): -3930505 or 7800516. OLE color: 7800516.
HSL color Cylindrical-coordinate representation of color #C40677: hue angle of 324.32º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40677 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.23 |
| HSL | 324.32º | 0.94% | 0.4% | - |
| HSV(B) | 324.32º | 0.97% | 0.77% | - |
| XYZ | 26.16 | 13.2 | 18.62 | - |
| YUV | 75.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 6 | 119 | 0 | 0.97 | 0.39 | 0.23 | 324.32 | 0.94 | 0.4 |
| Hex | C4 | 6 | 77 | 0 | 61 | 27 | 17 | 144 | 5E | 28 |
| Octal | 304 | 6 | 167 | 0 | 141 | 47 | 27 | 504 | 136 | 50 |
| Binary | 11000100 | 110 | 1110111 | 0 | 1100001 | 100111 | 10111 | 101000100 | 1011110 | 101000 |
Color Harmonies of #C40677
Complementary color
Monochromatic Colors of #C40677
Black with #C40677
Text Example
Text Example
White with #C40677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40677; }
p { color: rgb(196,6,119); }
H1.HeaderClassName
{
color: #C40677;
}
.AnyTagClassName
{
color: #C40677;
}
</style>
background-color css
<style>
a { background-color: #C40677; }
a { background-color: rgb(196,6,119); }
div.DivClassName
{
background-color: #C40677;
}
.BgClassName
{
background-color: #C40677;
}
</style>
border-color css
<style>
span { border-color: #C40677; }
span { border-color: rgb(196,6,119); }
td.TdClassName
{
border-color: #C40677;
}
.TagClassName
{
border-color: #C40677;
}
</style>