#C481A4

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

Shades of Viola #C481A4

Tints of Viola #C481A4

Color information

#C481A4 (or 0xC481A4) is unknown color: approx Viola. HEX triplet: C4, 81 and A4. RGB value is (196,129,164). Sum of RGB (Red+Green+Blue) = 196+129+164=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C481A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481A4 is #3B7E5B. Grayscale: #989898. Windows color (decimal): -3898972 or 10781124. OLE color: 10781124.

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

Color convert

RGB196129164-
CMYK00.340.160.23
HSL328.66º36.22%63.73%-
HSV(B)328.66º34.18%76.86%-
XYZ37.3230.1238.97-
YUV153.02134.2158.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=40.08%
G=26.38%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612916400.340.160.23328.6636.2263.73
HexC481A402210171492440
Octal304201244042202751144100
Binary110001001000000110100100010001010000101111010010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481A4; }

 p { color: rgb(196,129,164); }

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

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

 a { background-color: rgb(196,129,164); }

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

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

 span { border-color: rgb(196,129,164); }

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