#C355BE

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

Shades of Fuchsia #C355BE

Tints of Fuchsia #C355BE

Color information

#C355BE (or 0xC355BE) is unknown color: approx Fuchsia. HEX triplet: C3, 55 and BE. RGB value is (195,85,190). Sum of RGB (Red+Green+Blue) = 195+85+190=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C355BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355BE is #3CAA41. Grayscale: #818181. Windows color (decimal): -3975746 or 12473795. OLE color: 12473795.

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

Color convert

RGB19585190-
CMYK00.560.030.24
HSL302.73º47.83%54.9%-
HSV(B)302.73º56.41%76.47%-
XYZ35.0521.8251.08-
YUV129.86161.94174.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 85 (33.59% from 255) = 18.09%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=41.49%
G=18.09%
B=40.43%

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
Decimal1958519000.560.030.24302.7347.8354.9
HexC355BE03831812f3037
Octal3031252760703304576067
Binary1100001110101011011111001110001111000100101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355BE; }

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

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

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

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

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

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

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

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