#C353B2

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

Shades of Fuchsia #C353B2

Tints of Fuchsia #C353B2

Color information

#C353B2 (or 0xC353B2) is unknown color: approx Fuchsia. HEX triplet: C3, 53 and B2. RGB value is (195,83,178). Sum of RGB (Red+Green+Blue) = 195+83+178=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C353B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353B2 is #3CAC4D. Grayscale: #7F7F7F. Windows color (decimal): -3976270 or 11686851. OLE color: 11686851.

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

Color convert

RGB19583178-
CMYK00.570.090.24
HSL309.11º48.28%54.51%-
HSV(B)309.11º57.44%76.47%-
XYZ33.632144.4-
YUV127.32156.61176.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 83 (32.81% from 255) = 18.20%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=42.76%
G=18.20%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958317800.570.090.24309.1148.2854.51
HexC353B20399181353037
Octal30312326207111304656067
Binary110000111010011101100100111001100111000100110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C353B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C353B2; }

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

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

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

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

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

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

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

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