#C354BE

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

Shades of Fuchsia #C354BE

Tints of Fuchsia #C354BE

Color information

#C354BE (or 0xC354BE) is unknown color: approx Fuchsia. HEX triplet: C3, 54 and BE. RGB value is (195,84,190). Sum of RGB (Red+Green+Blue) = 195+84+190=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C354BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354BE is #3CAB41. Grayscale: #808080. Windows color (decimal): -3976002 or 12473539. OLE color: 12473539.

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

Color convert

RGB19584190-
CMYK00.570.030.24
HSL302.7º48.05%54.71%-
HSV(B)302.7º56.92%76.47%-
XYZ34.9721.6651.05-
YUV129.27162.27174.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=41.58%
G=17.91%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958419000.570.030.24302.748.0554.71
HexC354BE03931812f3037
Octal3031242760713304576067
Binary1100001110101001011111001110011111000100101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C354BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C354BE; }

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

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

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

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

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

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

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

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