Shades of Medium Violet Red #C40482
Tints of Medium Violet Red #C40482
RGB
CMYK
RGB Variations
Color information
#C40482 (or 0xC40482) is known color: Medium Violet Red. HEX triplet: C4, 04 and 82. RGB value is (196,4,130). Sum of RGB (Red+Green+Blue) = 196+4+130=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C40482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40482 is #3BFB7D. Grayscale: #4B4B4B. Windows color (decimal): -3931006 or 8520900. OLE color: 8520900.
HSL color Cylindrical-coordinate representation of color #C40482: hue angle of 320.62º degrees, saturation: 0.96, 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 #C40482 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.23 |
| HSL | 320.63º | 0.96% | 0.39% | - |
| HSV(B) | 320.63º | 0.98% | 0.77% | - |
| XYZ | 26.84 | 13.43 | 22.3 | - |
| YUV | 75.77 | 158.61 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 130 | 0 | 0.98 | 0.34 | 0.23 | 320.63 | 0.96 | 0.39 |
| Hex | C4 | 4 | 82 | 0 | 62 | 22 | 17 | 141 | 60 | 27 |
| Octal | 304 | 4 | 202 | 0 | 142 | 42 | 27 | 501 | 140 | 47 |
| Binary | 11000100 | 100 | 10000010 | 0 | 1100010 | 100010 | 10111 | 101000001 | 1100000 | 100111 |
Color Harmonies of #C40482
Complementary color
Monochromatic Colors of #C40482
Black with #C40482
Text Example
Text Example
White with #C40482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40482; }
p { color: rgb(196,4,130); }
H1.HeaderClassName
{
color: #C40482;
}
.AnyTagClassName
{
color: #C40482;
}
</style>
background-color css
<style>
a { background-color: #C40482; }
a { background-color: rgb(196,4,130); }
div.DivClassName
{
background-color: #C40482;
}
.BgClassName
{
background-color: #C40482;
}
</style>
border-color css
<style>
span { border-color: #C40482; }
span { border-color: rgb(196,4,130); }
td.TdClassName
{
border-color: #C40482;
}
.TagClassName
{
border-color: #C40482;
}
</style>