#C32572

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

Shades of Medium Red Violet #C32572

Tints of Medium Red Violet #C32572

Color information

#C32572 (or 0xC32572) is unknown color: approx Medium Red Violet. HEX triplet: C3, 25 and 72. RGB value is (195,37,114). Sum of RGB (Red+Green+Blue) = 195+37+114=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C32572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32572 is #3CDA8D. Grayscale: #5C5C5C. Windows color (decimal): -3988110 or 7480771. OLE color: 7480771.

HSL color Cylindrical-coordinate representation of color #C32572: hue angle of 330.76º 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 #C32572 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19537114-
CMYK00.810.420.24
HSL330.76º68.1%45.49%-
HSV(B)330.76º81.03%76.47%-
XYZ26.214.1417.27-
YUV93.02139.85200.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.36%
GREEN value IS 37 (14.84% from 255) = 10.69%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=56.36%
G=10.69%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953711400.810.420.24330.7668.145.49
HexC325720512A1814b442d
Octal303451620121523051310455
Binary11000011100101111001001010001101010110001010010111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32572; }

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

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

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

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

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

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

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

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