Shades of Medium Red Violet #C4347F
Tints of Medium Red Violet #C4347F
RGB
CMYK
RGB Variations
Color information
#C4347F (or 0xC4347F) is known color: Medium Red Violet. HEX triplet: C4, 34 and 7F. RGB value is (196,52,127). Sum of RGB (Red+Green+Blue) = 196+52+127=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4347F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4347F is #3BCB80. Grayscale: #676767. Windows color (decimal): -3918721 or 8336580. OLE color: 8336580.
HSL color Cylindrical-coordinate representation of color #C4347F: hue angle of 328.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4347F is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 127 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.23 |
| HSL | 328.75º | 0.58% | 0.49% | - |
| HSV(B) | 328.75º | 0.73% | 0.77% | - |
| XYZ | 27.82 | 15.72 | 21.65 | - |
| YUV | 103.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 127 | 0 | 0.73 | 0.35 | 0.23 | 328.75 | 0.58 | 0.49 |
| Hex | C4 | 34 | 7F | 0 | 49 | 23 | 17 | 149 | 3A | 31 |
| Octal | 304 | 64 | 177 | 0 | 111 | 43 | 27 | 511 | 72 | 61 |
| Binary | 11000100 | 110100 | 1111111 | 0 | 1001001 | 100011 | 10111 | 101001001 | 111010 | 110001 |
Color Harmonies of #C4347F
Complementary color
Monochromatic Colors of #C4347F
Black with #C4347F
Text Example
Text Example
White with #C4347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4347F; }
p { color: rgb(196,52,127); }
H1.HeaderClassName
{
color: #C4347F;
}
.AnyTagClassName
{
color: #C4347F;
}
</style>
background-color css
<style>
a { background-color: #C4347F; }
a { background-color: rgb(196,52,127); }
div.DivClassName
{
background-color: #C4347F;
}
.BgClassName
{
background-color: #C4347F;
}
</style>
border-color css
<style>
span { border-color: #C4347F; }
span { border-color: rgb(196,52,127); }
td.TdClassName
{
border-color: #C4347F;
}
.TagClassName
{
border-color: #C4347F;
}
</style>