Shades of Medium Violet Red #C40278
Tints of Medium Violet Red #C40278
RGB
CMYK
RGB Variations
Color information
#C40278 (or 0xC40278) is known color: Medium Violet Red. HEX triplet: C4, 02 and 78. RGB value is (196,2,120). Sum of RGB (Red+Green+Blue) = 196+2+120=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C40278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40278 is #3BFD87. Grayscale: #494949. Windows color (decimal): -3931528 or 7865028. OLE color: 7865028.
HSL color Cylindrical-coordinate representation of color #C40278: hue angle of 323.51º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40278 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.23 |
| HSL | 323.51º | 0.98% | 0.39% | - |
| HSV(B) | 323.51º | 0.99% | 0.77% | - |
| XYZ | 26.18 | 13.14 | 18.92 | - |
| YUV | 73.46 | 154.27 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 120 | 0 | 0.99 | 0.39 | 0.23 | 323.51 | 0.98 | 0.39 |
| Hex | C4 | 2 | 78 | 0 | 63 | 27 | 17 | 144 | 62 | 27 |
| Octal | 304 | 2 | 170 | 0 | 143 | 47 | 27 | 504 | 142 | 47 |
| Binary | 11000100 | 10 | 1111000 | 0 | 1100011 | 100111 | 10111 | 101000100 | 1100010 | 100111 |
Color Harmonies of #C40278
Complementary color
Monochromatic Colors of #C40278
Black with #C40278
Text Example
Text Example
White with #C40278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40278; }
p { color: rgb(196,2,120); }
H1.HeaderClassName
{
color: #C40278;
}
.AnyTagClassName
{
color: #C40278;
}
</style>
background-color css
<style>
a { background-color: #C40278; }
a { background-color: rgb(196,2,120); }
div.DivClassName
{
background-color: #C40278;
}
.BgClassName
{
background-color: #C40278;
}
</style>
border-color css
<style>
span { border-color: #C40278; }
span { border-color: rgb(196,2,120); }
td.TdClassName
{
border-color: #C40278;
}
.TagClassName
{
border-color: #C40278;
}
</style>