Shades of Medium Red Violet #C4336F
Tints of Medium Red Violet #C4336F
RGB
CMYK
RGB Variations
Color information
#C4336F (or 0xC4336F) is known color: Medium Red Violet. HEX triplet: C4, 33 and 6F. RGB value is (196,51,111). Sum of RGB (Red+Green+Blue) = 196+51+111=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4336F is #3BCC90. Grayscale: #656565. Windows color (decimal): -3918993 or 7287748. OLE color: 7287748.
HSL color Cylindrical-coordinate representation of color #C4336F: hue angle of 335.17º 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 #C4336F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 111 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.23 |
| HSL | 335.17º | 0.59% | 0.48% | - |
| HSV(B) | 335.17º | 0.74% | 0.77% | - |
| XYZ | 26.82 | 15.25 | 16.57 | - |
| YUV | 101.2 | 133.54 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 111 | 0 | 0.74 | 0.43 | 0.23 | 335.17 | 0.59 | 0.48 |
| Hex | C4 | 33 | 6F | 0 | 4A | 2B | 17 | 14F | 3B | 30 |
| Octal | 304 | 63 | 157 | 0 | 112 | 53 | 27 | 517 | 73 | 60 |
| Binary | 11000100 | 110011 | 1101111 | 0 | 1001010 | 101011 | 10111 | 101001111 | 111011 | 110000 |
Color Harmonies of #C4336F
Complementary color
Monochromatic Colors of #C4336F
Black with #C4336F
Text Example
Text Example
White with #C4336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4336F; }
p { color: rgb(196,51,111); }
H1.HeaderClassName
{
color: #C4336F;
}
.AnyTagClassName
{
color: #C4336F;
}
</style>
background-color css
<style>
a { background-color: #C4336F; }
a { background-color: rgb(196,51,111); }
div.DivClassName
{
background-color: #C4336F;
}
.BgClassName
{
background-color: #C4336F;
}
</style>
border-color css
<style>
span { border-color: #C4336F; }
span { border-color: rgb(196,51,111); }
td.TdClassName
{
border-color: #C4336F;
}
.TagClassName
{
border-color: #C4336F;
}
</style>