#C32595

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

Shades of Medium Violet Red #C32595

Tints of Medium Violet Red #C32595

Color information

#C32595 (or 0xC32595) is unknown color: approx Medium Violet Red. HEX triplet: C3, 25 and 95. RGB value is (195,37,149). Sum of RGB (Red+Green+Blue) = 195+37+149=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C32595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32595 is #3CDA6A. Grayscale: #606060. Windows color (decimal): -3988075 or 9774531. OLE color: 9774531.

HSL color Cylindrical-coordinate representation of color #C32595: hue angle of 317.47º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C32595 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB19537149-
CMYK00.810.240.24
HSL317.47º68.1%45.49%-
HSV(B)317.47º81.03%76.47%-
XYZ28.5915.129.84-
YUV97.01157.35197.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.18%
GREEN value IS 37 (14.84% from 255) = 9.71%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=51.18%
G=9.71%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953714900.810.240.24317.4768.145.49
HexC32595051181813d442d
Octal303452250121303047510455
Binary11000011100101100101010101000111000110001001111011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32595; }

 p { color: rgb(195,37,149); }

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

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

 a { background-color: rgb(195,37,149); }

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

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

 span { border-color: rgb(195,37,149); }

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