#C354B2

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

Shades of Fuchsia #C354B2

Tints of Fuchsia #C354B2

Color information

#C354B2 (or 0xC354B2) is unknown color: approx Fuchsia. HEX triplet: C3, 54 and B2. RGB value is (195,84,178). Sum of RGB (Red+Green+Blue) = 195+84+178=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C354B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354B2 is #3CAB4D. Grayscale: #7F7F7F. Windows color (decimal): -3976014 or 11687107. OLE color: 11687107.

HSL color Cylindrical-coordinate representation of color #C354B2: hue angle of 309.19º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C354B2 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19584178-
CMYK00.570.090.24
HSL309.19º48.05%54.71%-
HSV(B)309.19º56.92%76.47%-
XYZ33.7121.1644.43-
YUV127.9156.27175.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 84 (33.20% from 255) = 18.38%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=42.67%
G=18.38%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958417800.570.090.24309.1948.0554.71
HexC354B20399181353037
Octal30312426207111304656067
Binary110000111010100101100100111001100111000100110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C354B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C354B2; }

 p { color: rgb(195,84,178); }

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

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

 a { background-color: rgb(195,84,178); }

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

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

 span { border-color: rgb(195,84,178); }

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