#C354B1

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

Shades of Fuchsia #C354B1

Tints of Fuchsia #C354B1

Color information

#C354B1 (or 0xC354B1) is unknown color: approx Fuchsia. HEX triplet: C3, 54 and B1. RGB value is (195,84,177). Sum of RGB (Red+Green+Blue) = 195+84+177=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C354B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354B1 is #3CAB4E. Grayscale: #7F7F7F. Windows color (decimal): -3976015 or 11621571. OLE color: 11621571.

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

Color convert

RGB19584177-
CMYK00.570.090.24
HSL309.73º48.05%54.71%-
HSV(B)309.73º56.92%76.47%-
XYZ33.6121.1243.9-
YUV127.79155.77175.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 84 (33.20% from 255) = 18.42%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=42.76%
G=18.42%
B=38.82%

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
Decimal1958417700.570.090.24309.7348.0554.71
HexC354B10399181363037
Octal30312426107111304666067
Binary110000111010100101100010111001100111000100110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C354B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C354B1; }

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

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

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

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

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

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

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

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