#C32A9F

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

Shades of Medium Red Violet #C32A9F

Tints of Medium Red Violet #C32A9F

Color information

#C32A9F (or 0xC32A9F) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2A and 9F. RGB value is (195,42,159). Sum of RGB (Red+Green+Blue) = 195+42+159=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A9F is #3CD560. Grayscale: #646464. Windows color (decimal): -3986785 or 10431171. OLE color: 10431171.

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

Color convert

RGB19542159-
CMYK00.780.180.24
HSL314.12º64.56%46.47%-
HSV(B)314.12º78.46%76.47%-
XYZ29.5915.7634.28-
YUV101.08160.69194.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 42 (16.80% from 255) = 10.61%
BLUE value IS 159 (62.5% from 255) = 40.15%
R=49.24%
G=10.61%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954215900.780.180.24314.1264.5646.47
HexC32A9F04E121813a412e
Octal303522370116223047210156
Binary11000011101010100111110100111010010110001001110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A9F; }

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

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

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

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

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

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

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

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