Shades of Medium Violet Red #C40380
Tints of Medium Violet Red #C40380
RGB
CMYK
RGB Variations
Color information
#C40380 (or 0xC40380) is known color: Medium Violet Red. HEX triplet: C4, 03 and 80. RGB value is (196,3,128). Sum of RGB (Red+Green+Blue) = 196+3+128=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C40380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40380 is #3BFC7F. Grayscale: #4A4A4A. Windows color (decimal): -3931264 or 8389572. OLE color: 8389572.
HSL color Cylindrical-coordinate representation of color #C40380: hue angle of 321.14º 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 #C40380 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.23 |
| HSL | 321.14º | 0.97% | 0.39% | - |
| HSV(B) | 321.14º | 0.98% | 0.77% | - |
| XYZ | 26.69 | 13.36 | 21.59 | - |
| YUV | 74.96 | 157.94 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 128 | 0 | 0.98 | 0.35 | 0.23 | 321.14 | 0.97 | 0.39 |
| Hex | C4 | 3 | 80 | 0 | 62 | 23 | 17 | 141 | 61 | 27 |
| Octal | 304 | 3 | 200 | 0 | 142 | 43 | 27 | 501 | 141 | 47 |
| Binary | 11000100 | 11 | 10000000 | 0 | 1100010 | 100011 | 10111 | 101000001 | 1100001 | 100111 |
Color Harmonies of #C40380
Complementary color
Monochromatic Colors of #C40380
Black with #C40380
Text Example
Text Example
White with #C40380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40380; }
p { color: rgb(196,3,128); }
H1.HeaderClassName
{
color: #C40380;
}
.AnyTagClassName
{
color: #C40380;
}
</style>
background-color css
<style>
a { background-color: #C40380; }
a { background-color: rgb(196,3,128); }
div.DivClassName
{
background-color: #C40380;
}
.BgClassName
{
background-color: #C40380;
}
</style>
border-color css
<style>
span { border-color: #C40380; }
span { border-color: rgb(196,3,128); }
td.TdClassName
{
border-color: #C40380;
}
.TagClassName
{
border-color: #C40380;
}
</style>