#C327A0

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

Shades of Medium Red Violet #C327A0

Tints of Medium Red Violet #C327A0

Color information

#C327A0 (or 0xC327A0) is unknown color: approx Medium Red Violet. HEX triplet: C3, 27 and A0. RGB value is (195,39,160). Sum of RGB (Red+Green+Blue) = 195+39+160=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C327A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C327A0 is #3CD85F. Grayscale: #636363. Windows color (decimal): -3987552 or 10495939. OLE color: 10495939.

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

Color convert

RGB19539160-
CMYK00.800.180.24
HSL313.46º66.67%45.88%-
HSV(B)313.46º80%76.47%-
XYZ29.5815.5934.71-
YUV99.44162.18196.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 39 (15.62% from 255) = 9.90%
BLUE value IS 160 (62.89% from 255) = 40.61%
R=49.49%
G=9.90%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953916000.800.180.24313.4666.6745.88
HexC327A00501218139432e
Octal303472400120223047110356
Binary11000011100111101000000101000010010110001001110011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C327A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C327A0; }

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

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

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

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

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

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

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

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