Shades of Medium Violet Red #C40C6A
Tints of Medium Violet Red #C40C6A
RGB
CMYK
RGB Variations
Color information
#C40C6A (or 0xC40C6A) is known color: Medium Violet Red. HEX triplet: C4, 0C and 6A. RGB value is (196,12,106). Sum of RGB (Red+Green+Blue) = 196+12+106=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C6A is #3BF395. Grayscale: #4D4D4D. Windows color (decimal): -3928982 or 6950084. OLE color: 6950084.
HSL color Cylindrical-coordinate representation of color #C40C6A: hue angle of 329.35º 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 #C40C6A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 106 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.23 |
| HSL | 329.35º | 0.88% | 0.41% | - |
| HSV(B) | 329.35º | 0.94% | 0.77% | - |
| XYZ | 25.5 | 13.04 | 14.81 | - |
| YUV | 77.73 | 143.96 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 106 | 0 | 0.94 | 0.46 | 0.23 | 329.35 | 0.88 | 0.41 |
| Hex | C4 | C | 6A | 0 | 5E | 2E | 17 | 149 | 58 | 29 |
| Octal | 304 | 14 | 152 | 0 | 136 | 56 | 27 | 511 | 130 | 51 |
| Binary | 11000100 | 1100 | 1101010 | 0 | 1011110 | 101110 | 10111 | 101001001 | 1011000 | 101001 |
Color Harmonies of #C40C6A
Complementary color
Monochromatic Colors of #C40C6A
Black with #C40C6A
Text Example
Text Example
White with #C40C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C6A; }
p { color: rgb(196,12,106); }
H1.HeaderClassName
{
color: #C40C6A;
}
.AnyTagClassName
{
color: #C40C6A;
}
</style>
background-color css
<style>
a { background-color: #C40C6A; }
a { background-color: rgb(196,12,106); }
div.DivClassName
{
background-color: #C40C6A;
}
.BgClassName
{
background-color: #C40C6A;
}
</style>
border-color css
<style>
span { border-color: #C40C6A; }
span { border-color: rgb(196,12,106); }
td.TdClassName
{
border-color: #C40C6A;
}
.TagClassName
{
border-color: #C40C6A;
}
</style>