#C32A9B

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

Shades of Medium Red Violet #C32A9B

Tints of Medium Red Violet #C32A9B

Color information

#C32A9B (or 0xC32A9B) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2A and 9B. RGB value is (195,42,155). Sum of RGB (Red+Green+Blue) = 195+42+155=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A9B is #3CD564. Grayscale: #646464. Windows color (decimal): -3986789 or 10169027. OLE color: 10169027.

HSL color Cylindrical-coordinate representation of color #C32A9B: hue angle of 315.69º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32A9B is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19542155-
CMYK00.780.210.24
HSL315.69º64.56%46.47%-
HSV(B)315.69º78.46%76.47%-
XYZ29.2515.6232.48-
YUV100.63158.69195.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 42 (16.80% from 255) = 10.71%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=49.74%
G=10.71%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954215500.780.210.24315.6964.5646.47
HexC32A9B04E151813c412e
Octal303522330116253047410156
Binary11000011101010100110110100111010101110001001111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A9B; }

 p { color: rgb(195,42,155); }

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

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

 a { background-color: rgb(195,42,155); }

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

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

 span { border-color: rgb(195,42,155); }

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