Shades of Medium Violet Red #C40382
Tints of Medium Violet Red #C40382
RGB
CMYK
RGB Variations
Color information
#C40382 (or 0xC40382) is known color: Medium Violet Red. HEX triplet: C4, 03 and 82. RGB value is (196,3,130). Sum of RGB (Red+Green+Blue) = 196+3+130=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C40382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40382 is #3BFC7D. Grayscale: #4A4A4A. Windows color (decimal): -3931262 or 8520644. OLE color: 8520644.
HSL color Cylindrical-coordinate representation of color #C40382: hue angle of 320.52º 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 #C40382 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.23 |
| HSL | 320.52º | 0.97% | 0.39% | - |
| HSV(B) | 320.52º | 0.98% | 0.77% | - |
| XYZ | 26.83 | 13.41 | 22.29 | - |
| YUV | 75.19 | 158.94 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 130 | 0 | 0.98 | 0.34 | 0.23 | 320.52 | 0.97 | 0.39 |
| Hex | C4 | 3 | 82 | 0 | 62 | 22 | 17 | 141 | 61 | 27 |
| Octal | 304 | 3 | 202 | 0 | 142 | 42 | 27 | 501 | 141 | 47 |
| Binary | 11000100 | 11 | 10000010 | 0 | 1100010 | 100010 | 10111 | 101000001 | 1100001 | 100111 |
Color Harmonies of #C40382
Complementary color
Monochromatic Colors of #C40382
Black with #C40382
Text Example
Text Example
White with #C40382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40382; }
p { color: rgb(196,3,130); }
H1.HeaderClassName
{
color: #C40382;
}
.AnyTagClassName
{
color: #C40382;
}
</style>
background-color css
<style>
a { background-color: #C40382; }
a { background-color: rgb(196,3,130); }
div.DivClassName
{
background-color: #C40382;
}
.BgClassName
{
background-color: #C40382;
}
</style>
border-color css
<style>
span { border-color: #C40382; }
span { border-color: rgb(196,3,130); }
td.TdClassName
{
border-color: #C40382;
}
.TagClassName
{
border-color: #C40382;
}
</style>