Shades of Medium Violet Red #C40378
Tints of Medium Violet Red #C40378
RGB
CMYK
RGB Variations
Color information
#C40378 (or 0xC40378) is known color: Medium Violet Red. HEX triplet: C4, 03 and 78. RGB value is (196,3,120). Sum of RGB (Red+Green+Blue) = 196+3+120=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C40378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40378 is #3BFC87. Grayscale: #494949. Windows color (decimal): -3931272 or 7865284. OLE color: 7865284.
HSL color Cylindrical-coordinate representation of color #C40378: hue angle of 323.63º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40378 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.23 |
| HSL | 323.63º | 0.97% | 0.39% | - |
| HSV(B) | 323.63º | 0.98% | 0.77% | - |
| XYZ | 26.19 | 13.16 | 18.93 | - |
| YUV | 74.05 | 153.94 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 120 | 0 | 0.98 | 0.39 | 0.23 | 323.63 | 0.97 | 0.39 |
| Hex | C4 | 3 | 78 | 0 | 62 | 27 | 17 | 144 | 61 | 27 |
| Octal | 304 | 3 | 170 | 0 | 142 | 47 | 27 | 504 | 141 | 47 |
| Binary | 11000100 | 11 | 1111000 | 0 | 1100010 | 100111 | 10111 | 101000100 | 1100001 | 100111 |
Color Harmonies of #C40378
Complementary color
Monochromatic Colors of #C40378
Black with #C40378
Text Example
Text Example
White with #C40378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40378; }
p { color: rgb(196,3,120); }
H1.HeaderClassName
{
color: #C40378;
}
.AnyTagClassName
{
color: #C40378;
}
</style>
background-color css
<style>
a { background-color: #C40378; }
a { background-color: rgb(196,3,120); }
div.DivClassName
{
background-color: #C40378;
}
.BgClassName
{
background-color: #C40378;
}
</style>
border-color css
<style>
span { border-color: #C40378; }
span { border-color: rgb(196,3,120); }
td.TdClassName
{
border-color: #C40378;
}
.TagClassName
{
border-color: #C40378;
}
</style>