#C384A4

Color #C384A4 Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C384A4

Tints of Viola #C384A4

Color information

#C384A4 (or 0xC384A4) is unknown color: approx Viola. HEX triplet: C3, 84 and A4. RGB value is (195,132,164). Sum of RGB (Red+Green+Blue) = 195+132+164=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C384A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384A4 is #3C7B5B. Grayscale: #9A9A9A. Windows color (decimal): -3963740 or 10781891. OLE color: 10781891.

HSL color Cylindrical-coordinate representation of color #C384A4: hue angle of 329.52º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C384A4 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB195132164-
CMYK00.320.160.24
HSL329.52º34.43%64.12%-
HSV(B)329.52º32.31%76.47%-
XYZ37.4630.7839.09-
YUV154.48133.37156.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 132 (51.95% from 255) = 26.88%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=39.71%
G=26.88%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513216400.320.160.24329.5234.4364.12
HexC384A4020101814a2240
Octal303204244040203051242100
Binary110000111000010010100100010000010000110001010010101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384A4; }

 p { color: rgb(195,132,164); }

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

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

 a { background-color: rgb(195,132,164); }

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

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

 span { border-color: rgb(195,132,164); }

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