#c327a1

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

Shades of Medium Red Violet #C327A1

Tints of Medium Red Violet #C327A1

Color information

#C327A1 (or 0xC327A1) is unknown color: approx Medium Red Violet. HEX triplet: C3, 27 and A1. RGB value is (195,39,161). Sum of RGB (Red+Green+Blue) = 195+39+161=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C327A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C327A1 is #3CD85E. Grayscale: #636363. Windows color (decimal): -3987551 or 10561475. OLE color: 10561475.

HSL color Cylindrical-coordinate representation of color #C327A1: hue angle of 313.08º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C327A1 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB19539161-
CMYK00.800.170.24
HSL313.08º66.67%45.88%-
HSV(B)313.08º80%76.47%-
XYZ29.6615.6335.17-
YUV99.55162.68196.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 39 (15.62% from 255) = 9.87%
BLUE value IS 161 (63.28% from 255) = 40.76%
R=49.37%
G=9.87%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953916100.800.170.24313.0866.6745.88
HexC327A10501118139432e
Octal303472410120213047110356
Binary11000011100111101000010101000010001110001001110011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c327a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c327a1; }

 p { color: rgb(195,39,161); }

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

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

 a { background-color: rgb(195,39,161); }

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

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

 span { border-color: rgb(195,39,161); }

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