Shades of Medium Violet Red #C41A78
Tints of Medium Violet Red #C41A78
RGB
CMYK
RGB Variations
Color information
#C41A78 (or 0xC41A78) is known color: Medium Violet Red. HEX triplet: C4, 1A and 78. RGB value is (196,26,120). Sum of RGB (Red+Green+Blue) = 196+26+120=342 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.31% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A78 is #3BE587. Grayscale: #575757. Windows color (decimal): -3925384 or 7871172. OLE color: 7871172.
HSL color Cylindrical-coordinate representation of color #C41A78: hue angle of 326.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A78 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 120 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.23 |
| HSL | 326.82º | 0.77% | 0.44% | - |
| HSV(B) | 326.82º | 0.87% | 0.77% | - |
| XYZ | 26.52 | 13.83 | 19.04 | - |
| YUV | 87.55 | 146.32 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 120 | 0 | 0.87 | 0.39 | 0.23 | 326.82 | 0.77 | 0.44 |
| Hex | C4 | 1A | 78 | 0 | 57 | 27 | 17 | 147 | 4D | 2C |
| Octal | 304 | 32 | 170 | 0 | 127 | 47 | 27 | 507 | 115 | 54 |
| Binary | 11000100 | 11010 | 1111000 | 0 | 1010111 | 100111 | 10111 | 101000111 | 1001101 | 101100 |
Color Harmonies of #C41A78
Complementary color
Monochromatic Colors of #C41A78
Black with #C41A78
Text Example
Text Example
White with #C41A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A78; }
p { color: rgb(196,26,120); }
H1.HeaderClassName
{
color: #C41A78;
}
.AnyTagClassName
{
color: #C41A78;
}
</style>
background-color css
<style>
a { background-color: #C41A78; }
a { background-color: rgb(196,26,120); }
div.DivClassName
{
background-color: #C41A78;
}
.BgClassName
{
background-color: #C41A78;
}
</style>
border-color css
<style>
span { border-color: #C41A78; }
span { border-color: rgb(196,26,120); }
td.TdClassName
{
border-color: #C41A78;
}
.TagClassName
{
border-color: #C41A78;
}
</style>