#C4348C

Color #C4348C Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C4348C

Tints of Medium Red Violet #C4348C

Color information

#C4348C (or 0xC4348C) is unknown color: approx Medium Red Violet. HEX triplet: C4, 34 and 8C. RGB value is (196,52,140). Sum of RGB (Red+Green+Blue) = 196+52+140=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4348C is #3BCB73. Grayscale: #686868. Windows color (decimal): -3918708 or 9188548. OLE color: 9188548.

HSL color Cylindrical-coordinate representation of color #C4348C: hue angle of 323.33º 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 #C4348C is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19652140-
CMYK00.730.290.23
HSL323.33º58.06%48.63%-
HSV(B)323.33º73.47%76.86%-
XYZ28.7316.0926.4-
YUV105.09147.71192.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 52 (20.70% from 255) = 13.40%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=50.52%
G=13.40%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965214000.730.290.23323.3358.0648.63
HexC4348C0491D171433a31
Octal30464214011135275037261
Binary1100010011010010001100010010011110110111101000011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4348C; }

 p { color: rgb(196,52,140); }

 H1.HeaderClassName
 {
   color: #C4348C;
 }
 .AnyTagClassName
 {
   color: #C4348C;
 }
</style>
background-color css

<style>
 a { background-color: #C4348C; }

 a { background-color: rgb(196,52,140); }

 div.DivClassName
 {
   background-color: #C4348C;
 }
 .BgClassName
 {
   background-color: #C4348C;
 }
</style>
border-color css

<style>
 span { border-color: #C4348C; }

 span { border-color: rgb(196,52,140); }

 td.TdClassName
 {
   border-color: #C4348C;
 }
 .TagClassName
 {
   border-color: #C4348C;
 }
</style>