#C355AB

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

Shades of Fuchsia #C355AB

Tints of Fuchsia #C355AB

Color information

#C355AB (or 0xC355AB) is unknown color: approx Fuchsia. HEX triplet: C3, 55 and AB. RGB value is (195,85,171). Sum of RGB (Red+Green+Blue) = 195+85+171=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C355AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355AB is #3CAA54. Grayscale: #7F7F7F. Windows color (decimal): -3975765 or 11228611. OLE color: 11228611.

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

Color convert

RGB19585171-
CMYK00.560.120.24
HSL313.09º47.83%54.9%-
HSV(B)313.09º56.41%76.47%-
XYZ33.121.0440.84-
YUV127.69152.44176.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=43.24%
G=18.85%
B=37.92%

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
Decimal1958517100.560.120.24313.0947.8354.9
HexC355AB038C181393037
Octal30312525307014304716067
Binary110000111010101101010110111000110011000100111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355AB; }

 p { color: rgb(195,85,171); }

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

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

 a { background-color: rgb(195,85,171); }

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

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

 span { border-color: rgb(195,85,171); }

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