#C353BF

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

Shades of Fuchsia #C353BF

Tints of Fuchsia #C353BF

Color information

#C353BF (or 0xC353BF) is unknown color: approx Fuchsia. HEX triplet: C3, 53 and BF. RGB value is (195,83,191). Sum of RGB (Red+Green+Blue) = 195+83+191=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C353BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C353BF is #3CAC40. Grayscale: #808080. Windows color (decimal): -3976257 or 12538819. OLE color: 12538819.

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

Color convert

RGB19583191-
CMYK00.570.020.24
HSL302.14º48.28%54.51%-
HSV(B)302.14º57.44%76.47%-
XYZ3521.5551.6-
YUV128.8163.11175.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 191 (75% from 255) = 40.72%
R=41.58%
G=17.70%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958319100.570.020.24302.1448.2854.51
HexC353BF03921812e3037
Octal3031232770712304566067
Binary1100001110100111011111101110011011000100101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C353BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C353BF; }

 p { color: rgb(195,83,191); }

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

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

 a { background-color: rgb(195,83,191); }

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

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

 span { border-color: rgb(195,83,191); }

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