#C4387A

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

Shades of Medium Red Violet #C4387A

Tints of Medium Red Violet #C4387A

Color information

#C4387A (or 0xC4387A) is unknown color: approx Medium Red Violet. HEX triplet: C4, 38 and 7A. RGB value is (196,56,122). Sum of RGB (Red+Green+Blue) = 196+56+122=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4387A is #3BC785. Grayscale: #696969. Windows color (decimal): -3917702 or 8009924. OLE color: 8009924.

HSL color Cylindrical-coordinate representation of color #C4387A: hue angle of 331.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4387A is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19656122-
CMYK00.710.380.23
HSL331.71º55.56%49.41%-
HSV(B)331.71º71.43%76.86%-
XYZ27.6915.9720.04-
YUV105.38137.38192.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.41%
GREEN value IS 56 (22.27% from 255) = 14.97%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=52.41%
G=14.97%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965612200.710.380.23331.7155.5649.41
HexC4387A047261714c3831
Octal30470172010746275147061
Binary1100010011100011110100100011110011010111101001100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4387A; }

 p { color: rgb(196,56,122); }

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

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

 a { background-color: rgb(196,56,122); }

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

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

 span { border-color: rgb(196,56,122); }

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