#C32E8B

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

Shades of Medium Red Violet #C32E8B

Tints of Medium Red Violet #C32E8B

Color information

#C32E8B (or 0xC32E8B) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2E and 8B. RGB value is (195,46,139). Sum of RGB (Red+Green+Blue) = 195+46+139=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32E8B is #3CD174. Grayscale: #646464. Windows color (decimal): -3985781 or 9121475. OLE color: 9121475.

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

Color convert

RGB19546139-
CMYK00.760.290.24
HSL322.55º61.83%47.25%-
HSV(B)322.55º76.41%76.47%-
XYZ28.1415.4225.92-
YUV101.15149.36194.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 46 (18.36% from 255) = 12.11%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=51.32%
G=12.11%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954613900.760.290.24322.5561.8347.25
HexC32E8B04C1D181433e2f
Octal30356213011435305037657
Binary1100001110111010001011010011001110111000101000011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32E8B; }

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

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

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

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

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

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

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

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