#C32E7A

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

Shades of Medium Red Violet #C32E7A

Tints of Medium Red Violet #C32E7A

Color information

#C32E7A (or 0xC32E7A) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2E and 7A. RGB value is (195,46,122). Sum of RGB (Red+Green+Blue) = 195+46+122=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32E7A is #3CD185. Grayscale: #636363. Windows color (decimal): -3985798 or 8007363. OLE color: 8007363.

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

Color convert

RGB19546122-
CMYK00.760.370.24
HSL329.4º61.83%47.25%-
HSV(B)329.4º76.41%76.47%-
XYZ2714.9619.88-
YUV99.22140.86196.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.72%
GREEN value IS 46 (18.36% from 255) = 12.67%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=53.72%
G=12.67%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954612200.760.370.24329.461.8347.25
HexC32E7A04C25181493e2f
Octal30356172011445305117657
Binary1100001110111011110100100110010010111000101001001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32E7A; }

 p { color: rgb(195,46,122); }

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

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

 a { background-color: rgb(195,46,122); }

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

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

 span { border-color: rgb(195,46,122); }

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