#C154AA

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

Shades of Fuchsia #C154AA

Tints of Fuchsia #C154AA

Color information

#C154AA (or 0xC154AA) is unknown color: approx Fuchsia. HEX triplet: C1, 54 and AA. RGB value is (193,84,170). Sum of RGB (Red+Green+Blue) = 193+84+170=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C154AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C154AA is #3EAB55. Grayscale: #7E7E7E. Windows color (decimal): -4107094 or 11162817. OLE color: 11162817.

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

Color convert

RGB19384170-
CMYK00.560.120.24
HSL312.66º46.78%54.31%-
HSV(B)312.66º56.48%75.69%-
XYZ32.4220.5840.29-
YUV126.4152.61175.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=43.18%
G=18.79%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938417000.560.120.24312.6646.7854.31
HexC154AA038C181392f36
Octal30112425207014304715766
Binary110000011010100101010100111000110011000100111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C154AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C154AA; }

 p { color: rgb(193,84,170); }

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

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

 a { background-color: rgb(193,84,170); }

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

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

 span { border-color: rgb(193,84,170); }

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