#C354CB

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

Shades of Fuchsia #C354CB

Tints of Fuchsia #C354CB

Color information

#C354CB (or 0xC354CB) is unknown color: approx Fuchsia. HEX triplet: C3, 54 and CB. RGB value is (195,84,203). Sum of RGB (Red+Green+Blue) = 195+84+203=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #C354CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354CB is #3CAB34. Grayscale: #828282. Windows color (decimal): -3975989 or 13325507. OLE color: 13325507.

HSL color Cylindrical-coordinate representation of color #C354CB: hue angle of 295.97º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C354CB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19584203-
CMYK0.040.5900.20
HSL295.97º53.36%56.27%-
HSV(B)295.97º58.62%79.61%-
XYZ36.4622.2558.87-
YUV130.76168.77173.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 84 (33.20% from 255) = 17.43%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=40.46%
G=17.43%
B=42.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195842030.040.5900.20295.9753.3656.27
HexC354CB43B0141283538
Octal3031243134730244506570
Binary11000011101010011001011100111011010100100101000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C354CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C354CB; }

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

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

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

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

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

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

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

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