Shades of Medium Violet Red #C4046A
Tints of Medium Violet Red #C4046A
RGB
CMYK
RGB Variations
Color information
#C4046A (or 0xC4046A) is known color: Medium Violet Red. HEX triplet: C4, 04 and 6A. RGB value is (196,4,106). Sum of RGB (Red+Green+Blue) = 196+4+106=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4046A is #3BFB95. Grayscale: #484848. Windows color (decimal): -3931030 or 6948036. OLE color: 6948036.
HSL color Cylindrical-coordinate representation of color #C4046A: hue angle of 328.12º 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 #C4046A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.23 |
| HSL | 328.13º | 0.96% | 0.39% | - |
| HSV(B) | 328.13º | 0.98% | 0.77% | - |
| XYZ | 25.41 | 12.86 | 14.78 | - |
| YUV | 73.04 | 146.61 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 106 | 0 | 0.98 | 0.46 | 0.23 | 328.13 | 0.96 | 0.39 |
| Hex | C4 | 4 | 6A | 0 | 62 | 2E | 17 | 148 | 60 | 27 |
| Octal | 304 | 4 | 152 | 0 | 142 | 56 | 27 | 510 | 140 | 47 |
| Binary | 11000100 | 100 | 1101010 | 0 | 1100010 | 101110 | 10111 | 101001000 | 1100000 | 100111 |
Color Harmonies of #C4046A
Complementary color
Monochromatic Colors of #C4046A
Black with #C4046A
Text Example
Text Example
White with #C4046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4046A; }
p { color: rgb(196,4,106); }
H1.HeaderClassName
{
color: #C4046A;
}
.AnyTagClassName
{
color: #C4046A;
}
</style>
background-color css
<style>
a { background-color: #C4046A; }
a { background-color: rgb(196,4,106); }
div.DivClassName
{
background-color: #C4046A;
}
.BgClassName
{
background-color: #C4046A;
}
</style>
border-color css
<style>
span { border-color: #C4046A; }
span { border-color: rgb(196,4,106); }
td.TdClassName
{
border-color: #C4046A;
}
.TagClassName
{
border-color: #C4046A;
}
</style>