Shades of Medium Violet Red #C40789
Tints of Medium Violet Red #C40789
RGB
CMYK
RGB Variations
Color information
#C40789 (or 0xC40789) is known color: Medium Violet Red. HEX triplet: C4, 07 and 89. RGB value is (196,7,137). Sum of RGB (Red+Green+Blue) = 196+7+137=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C40789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40789 is #3BF876. Grayscale: #4E4E4E. Windows color (decimal): -3930231 or 8980420. OLE color: 8980420.
HSL color Cylindrical-coordinate representation of color #C40789: hue angle of 318.73º 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 #C40789 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.23 |
| HSL | 318.73º | 0.93% | 0.4% | - |
| HSV(B) | 318.73º | 0.96% | 0.77% | - |
| XYZ | 27.36 | 13.69 | 24.87 | - |
| YUV | 78.33 | 161.12 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 137 | 0 | 0.96 | 0.30 | 0.23 | 318.73 | 0.93 | 0.4 |
| Hex | C4 | 7 | 89 | 0 | 60 | 1E | 17 | 13F | 5D | 28 |
| Octal | 304 | 7 | 211 | 0 | 140 | 36 | 27 | 477 | 135 | 50 |
| Binary | 11000100 | 111 | 10001001 | 0 | 1100000 | 11110 | 10111 | 100111111 | 1011101 | 101000 |
Color Harmonies of #C40789
Complementary color
Monochromatic Colors of #C40789
Black with #C40789
Text Example
Text Example
White with #C40789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40789; }
p { color: rgb(196,7,137); }
H1.HeaderClassName
{
color: #C40789;
}
.AnyTagClassName
{
color: #C40789;
}
</style>
background-color css
<style>
a { background-color: #C40789; }
a { background-color: rgb(196,7,137); }
div.DivClassName
{
background-color: #C40789;
}
.BgClassName
{
background-color: #C40789;
}
</style>
border-color css
<style>
span { border-color: #C40789; }
span { border-color: rgb(196,7,137); }
td.TdClassName
{
border-color: #C40789;
}
.TagClassName
{
border-color: #C40789;
}
</style>