#c45aac

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

Shades of Fuchsia #C45AAC

Tints of Fuchsia #C45AAC

Color information

#C45AAC (or 0xC45AAC) is unknown color: approx Fuchsia. HEX triplet: C4, 5A and AC. RGB value is (196,90,172). Sum of RGB (Red+Green+Blue) = 196+90+172=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C45AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45AAC is #3BA553. Grayscale: #828282. Windows color (decimal): -3908948 or 11295428. OLE color: 11295428.

HSL color Cylindrical-coordinate representation of color #C45AAC: hue angle of 313.58º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45AAC is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19690172-
CMYK00.540.120.23
HSL313.58º47.32%56.08%-
HSV(B)313.58º54.08%76.86%-
XYZ33.8722.0341.5-
YUV131.04151.12174.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=42.79%
G=19.65%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969017200.540.120.23313.5847.3256.08
HexC45AAC036C1713a2f38
Octal30413225406614274725770
Binary110001001011010101011000110110110010111100111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45aac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45aac; }

 p { color: rgb(196,90,172); }

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

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

 a { background-color: rgb(196,90,172); }

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

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

 span { border-color: rgb(196,90,172); }

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