#C335B2

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

Shades of Fuchsia #C335B2

Tints of Fuchsia #C335B2

Color information

#C335B2 (or 0xC335B2) is unknown color: approx Fuchsia. HEX triplet: C3, 35 and B2. RGB value is (195,53,178). Sum of RGB (Red+Green+Blue) = 195+53+178=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C335B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335B2 is #3CCA4D. Grayscale: #6D6D6D. Windows color (decimal): -3983950 or 11679171. OLE color: 11679171.

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

Color convert

RGB19553178-
CMYK00.730.090.24
HSL307.18º57.26%48.63%-
HSV(B)307.18º72.82%76.47%-
XYZ31.8117.3643.79-
YUV109.71166.54188.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 53 (21.09% from 255) = 12.44%
BLUE value IS 178 (69.92% from 255) = 41.78%
R=45.77%
G=12.44%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955317800.730.090.24307.1857.2648.63
HexC335B20499181333931
Octal30365262011111304637161
Binary110000111101011011001001001001100111000100110011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C335B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C335B2; }

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

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

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

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

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

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

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

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