#C382A4

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

Shades of Viola #C382A4

Tints of Viola #C382A4

Color information

#C382A4 (or 0xC382A4) is unknown color: approx Viola. HEX triplet: C3, 82 and A4. RGB value is (195,130,164). Sum of RGB (Red+Green+Blue) = 195+130+164=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C382A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382A4 is #3C7D5B. Grayscale: #999999. Windows color (decimal): -3964252 or 10781379. OLE color: 10781379.

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

Color convert

RGB195130164-
CMYK00.330.160.24
HSL328.62º35.14%63.73%-
HSV(B)328.62º33.33%76.47%-
XYZ37.1930.2539-
YUV153.31134.03157.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 130 (51.17% from 255) = 26.58%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=39.88%
G=26.58%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513016400.330.160.24328.6235.1463.73
HexC382A402110181492340
Octal303202244041203051143100
Binary110000111000001010100100010000110000110001010010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382A4; }

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

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

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

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

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

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

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

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