#C35EBE

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

Shades of Fuchsia #C35EBE

Tints of Fuchsia #C35EBE

Color information

#C35EBE (or 0xC35EBE) is unknown color: approx Fuchsia. HEX triplet: C3, 5E and BE. RGB value is (195,94,190). Sum of RGB (Red+Green+Blue) = 195+94+190=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35EBE is #3CA141. Grayscale: #868686. Windows color (decimal): -3973442 or 12476099. OLE color: 12476099.

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

Color convert

RGB19594190-
CMYK00.520.030.24
HSL302.97º45.7%56.67%-
HSV(B)302.97º51.79%76.47%-
XYZ35.823.3351.33-
YUV135.14158.96170.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=40.71%
G=19.62%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959419000.520.030.24302.9745.756.67
HexC35EBE03431812f2e39
Octal3031362760643304575671
Binary1100001110111101011111001101001111000100101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35EBE; }

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

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

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

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

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

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

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

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