Shades of Medium Violet Red #C4246D
Tints of Medium Violet Red #C4246D
RGB
CMYK
RGB Variations
Color information
#C4246D (or 0xC4246D) is known color: Medium Violet Red. HEX triplet: C4, 24 and 6D. RGB value is (196,36,109). Sum of RGB (Red+Green+Blue) = 196+36+109=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4246D is #3BDB92. Grayscale: #5C5C5C. Windows color (decimal): -3922835 or 7152836. OLE color: 7152836.
HSL color Cylindrical-coordinate representation of color #C4246D: hue angle of 332.62º 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 #C4246D is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 109 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.23 |
| HSL | 332.63º | 0.69% | 0.45% | - |
| HSV(B) | 332.63º | 0.82% | 0.77% | - |
| XYZ | 26.16 | 14.1 | 15.81 | - |
| YUV | 92.16 | 137.51 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 109 | 0 | 0.82 | 0.44 | 0.23 | 332.63 | 0.69 | 0.45 |
| Hex | C4 | 24 | 6D | 0 | 52 | 2C | 17 | 14D | 45 | 2D |
| Octal | 304 | 44 | 155 | 0 | 122 | 54 | 27 | 515 | 105 | 55 |
| Binary | 11000100 | 100100 | 1101101 | 0 | 1010010 | 101100 | 10111 | 101001101 | 1000101 | 101101 |
Color Harmonies of #C4246D
Complementary color
Monochromatic Colors of #C4246D
Black with #C4246D
Text Example
Text Example
White with #C4246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4246D; }
p { color: rgb(196,36,109); }
H1.HeaderClassName
{
color: #C4246D;
}
.AnyTagClassName
{
color: #C4246D;
}
</style>
background-color css
<style>
a { background-color: #C4246D; }
a { background-color: rgb(196,36,109); }
div.DivClassName
{
background-color: #C4246D;
}
.BgClassName
{
background-color: #C4246D;
}
</style>
border-color css
<style>
span { border-color: #C4246D; }
span { border-color: rgb(196,36,109); }
td.TdClassName
{
border-color: #C4246D;
}
.TagClassName
{
border-color: #C4246D;
}
</style>