Shades of Medium Violet Red #C40878
Tints of Medium Violet Red #C40878
RGB
CMYK
RGB Variations
Color information
#C40878 (or 0xC40878) is known color: Medium Violet Red. HEX triplet: C4, 08 and 78. RGB value is (196,8,120). Sum of RGB (Red+Green+Blue) = 196+8+120=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C40878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40878 is #3BF787. Grayscale: #4C4C4C. Windows color (decimal): -3929992 or 7866564. OLE color: 7866564.
HSL color Cylindrical-coordinate representation of color #C40878: hue angle of 324.26º degrees, saturation: 0.92, 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 #C40878 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.23 |
| HSL | 324.26º | 0.92% | 0.4% | - |
| HSV(B) | 324.26º | 0.96% | 0.77% | - |
| XYZ | 26.24 | 13.27 | 18.95 | - |
| YUV | 76.98 | 152.28 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 120 | 0 | 0.96 | 0.39 | 0.23 | 324.26 | 0.92 | 0.4 |
| Hex | C4 | 8 | 78 | 0 | 60 | 27 | 17 | 144 | 5C | 28 |
| Octal | 304 | 10 | 170 | 0 | 140 | 47 | 27 | 504 | 134 | 50 |
| Binary | 11000100 | 1000 | 1111000 | 0 | 1100000 | 100111 | 10111 | 101000100 | 1011100 | 101000 |
Color Harmonies of #C40878
Complementary color
Monochromatic Colors of #C40878
Black with #C40878
Text Example
Text Example
White with #C40878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40878; }
p { color: rgb(196,8,120); }
H1.HeaderClassName
{
color: #C40878;
}
.AnyTagClassName
{
color: #C40878;
}
</style>
background-color css
<style>
a { background-color: #C40878; }
a { background-color: rgb(196,8,120); }
div.DivClassName
{
background-color: #C40878;
}
.BgClassName
{
background-color: #C40878;
}
</style>
border-color css
<style>
span { border-color: #C40878; }
span { border-color: rgb(196,8,120); }
td.TdClassName
{
border-color: #C40878;
}
.TagClassName
{
border-color: #C40878;
}
</style>