Shades of Medium Violet Red #C4246C
Tints of Medium Violet Red #C4246C
RGB
CMYK
RGB Variations
Color information
#C4246C (or 0xC4246C) is known color: Medium Violet Red. HEX triplet: C4, 24 and 6C. RGB value is (196,36,108). Sum of RGB (Red+Green+Blue) = 196+36+108=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4246C is #3BDB93. Grayscale: #5B5B5B. Windows color (decimal): -3922836 or 7087300. OLE color: 7087300.
HSL color Cylindrical-coordinate representation of color #C4246C: hue angle of 333º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4246C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 108 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.23 |
| HSL | 333º | 0.69% | 0.45% | - |
| HSV(B) | 333º | 0.82% | 0.77% | - |
| XYZ | 26.1 | 14.08 | 15.53 | - |
| YUV | 92.05 | 137.01 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 108 | 0 | 0.82 | 0.45 | 0.23 | 333 | 0.69 | 0.45 |
| Hex | C4 | 24 | 6C | 0 | 52 | 2D | 17 | 14D | 45 | 2D |
| Octal | 304 | 44 | 154 | 0 | 122 | 55 | 27 | 515 | 105 | 55 |
| Binary | 11000100 | 100100 | 1101100 | 0 | 1010010 | 101101 | 10111 | 101001101 | 1000101 | 101101 |
Color Harmonies of #C4246C
Complementary color
Monochromatic Colors of #C4246C
Black with #C4246C
Text Example
Text Example
White with #C4246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4246C; }
p { color: rgb(196,36,108); }
H1.HeaderClassName
{
color: #C4246C;
}
.AnyTagClassName
{
color: #C4246C;
}
</style>
background-color css
<style>
a { background-color: #C4246C; }
a { background-color: rgb(196,36,108); }
div.DivClassName
{
background-color: #C4246C;
}
.BgClassName
{
background-color: #C4246C;
}
</style>
border-color css
<style>
span { border-color: #C4246C; }
span { border-color: rgb(196,36,108); }
td.TdClassName
{
border-color: #C4246C;
}
.TagClassName
{
border-color: #C4246C;
}
</style>