Shades of Medium Violet Red #C40C82
Tints of Medium Violet Red #C40C82
RGB
CMYK
RGB Variations
Color information
#C40C82 (or 0xC40C82) is known color: Medium Violet Red. HEX triplet: C4, 0C and 82. RGB value is (196,12,130). Sum of RGB (Red+Green+Blue) = 196+12+130=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C82 is #3BF37D. Grayscale: #505050. Windows color (decimal): -3928958 or 8522948. OLE color: 8522948.
HSL color Cylindrical-coordinate representation of color #C40C82: hue angle of 321.52º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C82 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 130 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.23 |
| HSL | 321.52º | 0.88% | 0.41% | - |
| HSV(B) | 321.52º | 0.94% | 0.77% | - |
| XYZ | 26.93 | 13.61 | 22.33 | - |
| YUV | 80.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 130 | 0 | 0.94 | 0.34 | 0.23 | 321.52 | 0.88 | 0.41 |
| Hex | C4 | C | 82 | 0 | 5E | 22 | 17 | 142 | 58 | 29 |
| Octal | 304 | 14 | 202 | 0 | 136 | 42 | 27 | 502 | 130 | 51 |
| Binary | 11000100 | 1100 | 10000010 | 0 | 1011110 | 100010 | 10111 | 101000010 | 1011000 | 101001 |
Color Harmonies of #C40C82
Complementary color
Monochromatic Colors of #C40C82
Black with #C40C82
Text Example
Text Example
White with #C40C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C82; }
p { color: rgb(196,12,130); }
H1.HeaderClassName
{
color: #C40C82;
}
.AnyTagClassName
{
color: #C40C82;
}
</style>
background-color css
<style>
a { background-color: #C40C82; }
a { background-color: rgb(196,12,130); }
div.DivClassName
{
background-color: #C40C82;
}
.BgClassName
{
background-color: #C40C82;
}
</style>
border-color css
<style>
span { border-color: #C40C82; }
span { border-color: rgb(196,12,130); }
td.TdClassName
{
border-color: #C40C82;
}
.TagClassName
{
border-color: #C40C82;
}
</style>