#C355BD

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

Shades of Fuchsia #C355BD

Tints of Fuchsia #C355BD

Color information

#C355BD (or 0xC355BD) is unknown color: approx Fuchsia. HEX triplet: C3, 55 and BD. RGB value is (195,85,189). Sum of RGB (Red+Green+Blue) = 195+85+189=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C355BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355BD is #3CAA42. Grayscale: #818181. Windows color (decimal): -3975747 or 12408259. OLE color: 12408259.

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

Color convert

RGB19585189-
CMYK00.560.030.24
HSL303.27º47.83%54.9%-
HSV(B)303.27º56.41%76.47%-
XYZ34.9421.7750.51-
YUV129.75161.44174.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 85 (33.59% from 255) = 18.12%
BLUE value IS 189 (74.22% from 255) = 40.30%
R=41.58%
G=18.12%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958518900.560.030.24303.2747.8354.9
HexC355BD03831812f3037
Octal3031252750703304576067
Binary1100001110101011011110101110001111000100101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355BD; }

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

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

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

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

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

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

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

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