Shades of Medium Violet Red #C40384
Tints of Medium Violet Red #C40384
RGB
CMYK
RGB Variations
Color information
#C40384 (or 0xC40384) is known color: Medium Violet Red. HEX triplet: C4, 03 and 84. RGB value is (196,3,132). Sum of RGB (Red+Green+Blue) = 196+3+132=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40384 is #3BFC7B. Grayscale: #4B4B4B. Windows color (decimal): -3931260 or 8651716. OLE color: 8651716.
HSL color Cylindrical-coordinate representation of color #C40384: hue angle of 319.9º 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 #C40384 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.23 |
| HSL | 319.9º | 0.97% | 0.39% | - |
| HSV(B) | 319.9º | 0.98% | 0.77% | - |
| XYZ | 26.96 | 13.47 | 23.01 | - |
| YUV | 75.41 | 159.94 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 132 | 0 | 0.98 | 0.33 | 0.23 | 319.9 | 0.97 | 0.39 |
| Hex | C4 | 3 | 84 | 0 | 62 | 21 | 17 | 140 | 61 | 27 |
| Octal | 304 | 3 | 204 | 0 | 142 | 41 | 27 | 500 | 141 | 47 |
| Binary | 11000100 | 11 | 10000100 | 0 | 1100010 | 100001 | 10111 | 101000000 | 1100001 | 100111 |
Color Harmonies of #C40384
Complementary color
Monochromatic Colors of #C40384
Black with #C40384
Text Example
Text Example
White with #C40384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40384; }
p { color: rgb(196,3,132); }
H1.HeaderClassName
{
color: #C40384;
}
.AnyTagClassName
{
color: #C40384;
}
</style>
background-color css
<style>
a { background-color: #C40384; }
a { background-color: rgb(196,3,132); }
div.DivClassName
{
background-color: #C40384;
}
.BgClassName
{
background-color: #C40384;
}
</style>
border-color css
<style>
span { border-color: #C40384; }
span { border-color: rgb(196,3,132); }
td.TdClassName
{
border-color: #C40384;
}
.TagClassName
{
border-color: #C40384;
}
</style>