#C32772

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

Shades of Medium Red Violet #C32772

Tints of Medium Red Violet #C32772

Color information

#C32772 (or 0xC32772) is unknown color: approx Medium Red Violet. HEX triplet: C3, 27 and 72. RGB value is (195,39,114). Sum of RGB (Red+Green+Blue) = 195+39+114=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C32772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32772 is #3CD88D. Grayscale: #5E5E5E. Windows color (decimal): -3987598 or 7481283. OLE color: 7481283.

HSL color Cylindrical-coordinate representation of color #C32772: hue angle of 331.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C32772 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19539114-
CMYK00.800.420.24
HSL331.15º66.67%45.88%-
HSV(B)331.15º80%76.47%-
XYZ26.2714.2717.29-
YUV94.19139.18199.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.03%
GREEN value IS 39 (15.62% from 255) = 11.21%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=56.03%
G=11.21%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953911400.800.420.24331.1566.6745.88
HexC327720502A1814b432e
Octal303471620120523051310356
Binary11000011100111111001001010000101010110001010010111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32772; }

 p { color: rgb(195,39,114); }

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

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

 a { background-color: rgb(195,39,114); }

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

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

 span { border-color: rgb(195,39,114); }

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