#C35BB2

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

Shades of Fuchsia #C35BB2

Tints of Fuchsia #C35BB2

Color information

#C35BB2 (or 0xC35BB2) is unknown color: approx Fuchsia. HEX triplet: C3, 5B and B2. RGB value is (195,91,178). Sum of RGB (Red+Green+Blue) = 195+91+178=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C35BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35BB2 is #3CA44D. Grayscale: #838383. Windows color (decimal): -3974222 or 11688899. OLE color: 11688899.

HSL color Cylindrical-coordinate representation of color #C35BB2: hue angle of 309.81º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35BB2 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19591178-
CMYK00.530.090.24
HSL309.81º46.43%56.08%-
HSV(B)309.81º53.33%76.47%-
XYZ34.2822.344.62-
YUV132.01153.96172.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 91 (35.94% from 255) = 19.61%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=42.03%
G=19.61%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959117800.530.090.24309.8146.4356.08
HexC35BB20359181362e38
Octal30313326206511304665670
Binary110000111011011101100100110101100111000100110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35BB2; }

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

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

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

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

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

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

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

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