#C5387C

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

Shades of Medium Red Violet #C5387C

Tints of Medium Red Violet #C5387C

Color information

#C5387C (or 0xC5387C) is unknown color: approx Medium Red Violet. HEX triplet: C5, 38 and 7C. RGB value is (197,56,124). Sum of RGB (Red+Green+Blue) = 197+56+124=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5387C is #3AC783. Grayscale: #696969. Windows color (decimal): -3852164 or 8140997. OLE color: 8140997.

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

Color convert

RGB19756124-
CMYK00.720.370.23
HSL331.06º55.73%49.61%-
HSV(B)331.06º71.57%77.25%-
XYZ28.0816.1520.71-
YUV105.91138.21192.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.25%
GREEN value IS 56 (22.27% from 255) = 14.85%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=52.25%
G=14.85%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975612400.720.370.23331.0655.7349.61
HexC5387C048251714b3832
Octal30570174011045275137062
Binary1100010111100011111000100100010010110111101001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5387C; }

 p { color: rgb(197,56,124); }

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

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

 a { background-color: rgb(197,56,124); }

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

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

 span { border-color: rgb(197,56,124); }

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