#C154AF

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

Shades of Fuchsia #C154AF

Tints of Fuchsia #C154AF

Color information

#C154AF (or 0xC154AF) is unknown color: approx Fuchsia. HEX triplet: C1, 54 and AF. RGB value is (193,84,175). Sum of RGB (Red+Green+Blue) = 193+84+175=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C154AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C154AF is #3EAB50. Grayscale: #7E7E7E. Windows color (decimal): -4107089 or 11490497. OLE color: 11490497.

HSL color Cylindrical-coordinate representation of color #C154AF: hue angle of 309.91º 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 #C154AF is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19384175-
CMYK00.560.090.24
HSL309.91º46.78%54.31%-
HSV(B)309.91º56.48%75.69%-
XYZ32.920.7742.83-
YUV126.96155.11175.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 84 (33.20% from 255) = 18.58%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=42.70%
G=18.58%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938417500.560.090.24309.9146.7854.31
HexC154AF0389181362f36
Octal30112425707011304665766
Binary110000011010100101011110111000100111000100110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C154AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C154AF; }

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

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

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

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

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

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

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

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