Shades of Medium Violet Red #C4046C
Tints of Medium Violet Red #C4046C
RGB
CMYK
RGB Variations
Color information
#C4046C (or 0xC4046C) is known color: Medium Violet Red. HEX triplet: C4, 04 and 6C. RGB value is (196,4,108). Sum of RGB (Red+Green+Blue) = 196+4+108=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4046C is #3BFB93. Grayscale: #494949. Windows color (decimal): -3931028 or 7079108. OLE color: 7079108.
HSL color Cylindrical-coordinate representation of color #C4046C: hue angle of 327.5º 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 #C4046C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.23 |
| HSL | 327.5º | 0.96% | 0.39% | - |
| HSV(B) | 327.5º | 0.98% | 0.77% | - |
| XYZ | 25.52 | 12.91 | 15.33 | - |
| YUV | 73.26 | 147.61 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 108 | 0 | 0.98 | 0.45 | 0.23 | 327.5 | 0.96 | 0.39 |
| Hex | C4 | 4 | 6C | 0 | 62 | 2D | 17 | 148 | 60 | 27 |
| Octal | 304 | 4 | 154 | 0 | 142 | 55 | 27 | 510 | 140 | 47 |
| Binary | 11000100 | 100 | 1101100 | 0 | 1100010 | 101101 | 10111 | 101001000 | 1100000 | 100111 |
Color Harmonies of #C4046C
Complementary color
Monochromatic Colors of #C4046C
Black with #C4046C
Text Example
Text Example
White with #C4046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4046C; }
p { color: rgb(196,4,108); }
H1.HeaderClassName
{
color: #C4046C;
}
.AnyTagClassName
{
color: #C4046C;
}
</style>
background-color css
<style>
a { background-color: #C4046C; }
a { background-color: rgb(196,4,108); }
div.DivClassName
{
background-color: #C4046C;
}
.BgClassName
{
background-color: #C4046C;
}
</style>
border-color css
<style>
span { border-color: #C4046C; }
span { border-color: rgb(196,4,108); }
td.TdClassName
{
border-color: #C4046C;
}
.TagClassName
{
border-color: #C4046C;
}
</style>