#C32A9C

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

Shades of Medium Red Violet #C32A9C

Tints of Medium Red Violet #C32A9C

Color information

#C32A9C (or 0xC32A9C) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2A and 9C. RGB value is (195,42,156). Sum of RGB (Red+Green+Blue) = 195+42+156=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32A9C is #3CD563. Grayscale: #646464. Windows color (decimal): -3986788 or 10234563. OLE color: 10234563.

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

Color convert

RGB19542156-
CMYK00.780.200.24
HSL315.29º64.56%46.47%-
HSV(B)315.29º78.46%76.47%-
XYZ29.3315.6632.93-
YUV100.74159.19195.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.62%
GREEN value IS 42 (16.80% from 255) = 10.69%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=49.62%
G=10.69%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954215600.780.200.24315.2964.5646.47
HexC32A9C04E141813b412e
Octal303522340116243047310156
Binary11000011101010100111000100111010100110001001110111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32A9C; }

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

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

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

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

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

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

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

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