Shades of Medium Red Violet #C4326F
Tints of Medium Red Violet #C4326F
RGB
CMYK
RGB Variations
Color information
#C4326F (or 0xC4326F) is known color: Medium Red Violet. HEX triplet: C4, 32 and 6F. RGB value is (196,50,111). Sum of RGB (Red+Green+Blue) = 196+50+111=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4326F is #3BCD90. Grayscale: #646464. Windows color (decimal): -3919249 or 7287492. OLE color: 7287492.
HSL color Cylindrical-coordinate representation of color #C4326F: hue angle of 334.93º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4326F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 111 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.23 |
| HSL | 334.93º | 0.59% | 0.48% | - |
| HSV(B) | 334.93º | 0.74% | 0.77% | - |
| XYZ | 26.77 | 15.16 | 16.55 | - |
| YUV | 100.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 111 | 0 | 0.74 | 0.43 | 0.23 | 334.93 | 0.59 | 0.48 |
| Hex | C4 | 32 | 6F | 0 | 4A | 2B | 17 | 14F | 3B | 30 |
| Octal | 304 | 62 | 157 | 0 | 112 | 53 | 27 | 517 | 73 | 60 |
| Binary | 11000100 | 110010 | 1101111 | 0 | 1001010 | 101011 | 10111 | 101001111 | 111011 | 110000 |
Color Harmonies of #C4326F
Complementary color
Monochromatic Colors of #C4326F
Black with #C4326F
Text Example
Text Example
White with #C4326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4326F; }
p { color: rgb(196,50,111); }
H1.HeaderClassName
{
color: #C4326F;
}
.AnyTagClassName
{
color: #C4326F;
}
</style>
background-color css
<style>
a { background-color: #C4326F; }
a { background-color: rgb(196,50,111); }
div.DivClassName
{
background-color: #C4326F;
}
.BgClassName
{
background-color: #C4326F;
}
</style>
border-color css
<style>
span { border-color: #C4326F; }
span { border-color: rgb(196,50,111); }
td.TdClassName
{
border-color: #C4326F;
}
.TagClassName
{
border-color: #C4326F;
}
</style>