Shades of Medium Violet Red #C40978
Tints of Medium Violet Red #C40978
RGB
CMYK
RGB Variations
Color information
#C40978 (or 0xC40978) is known color: Medium Violet Red. HEX triplet: C4, 09 and 78. RGB value is (196,9,120). Sum of RGB (Red+Green+Blue) = 196+9+120=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C40978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40978 is #3BF687. Grayscale: #4D4D4D. Windows color (decimal): -3929736 or 7866820. OLE color: 7866820.
HSL color Cylindrical-coordinate representation of color #C40978: hue angle of 324.39º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40978 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 120 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.23 |
| HSL | 324.39º | 0.91% | 0.4% | - |
| HSV(B) | 324.39º | 0.95% | 0.77% | - |
| XYZ | 26.25 | 13.29 | 18.95 | - |
| YUV | 77.57 | 151.95 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 120 | 0 | 0.95 | 0.39 | 0.23 | 324.39 | 0.91 | 0.4 |
| Hex | C4 | 9 | 78 | 0 | 5F | 27 | 17 | 144 | 5B | 28 |
| Octal | 304 | 11 | 170 | 0 | 137 | 47 | 27 | 504 | 133 | 50 |
| Binary | 11000100 | 1001 | 1111000 | 0 | 1011111 | 100111 | 10111 | 101000100 | 1011011 | 101000 |
Color Harmonies of #C40978
Complementary color
Monochromatic Colors of #C40978
Black with #C40978
Text Example
Text Example
White with #C40978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40978; }
p { color: rgb(196,9,120); }
H1.HeaderClassName
{
color: #C40978;
}
.AnyTagClassName
{
color: #C40978;
}
</style>
background-color css
<style>
a { background-color: #C40978; }
a { background-color: rgb(196,9,120); }
div.DivClassName
{
background-color: #C40978;
}
.BgClassName
{
background-color: #C40978;
}
</style>
border-color css
<style>
span { border-color: #C40978; }
span { border-color: rgb(196,9,120); }
td.TdClassName
{
border-color: #C40978;
}
.TagClassName
{
border-color: #C40978;
}
</style>