#C35BBE

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

Shades of Fuchsia #C35BBE

Tints of Fuchsia #C35BBE

Color information

#C35BBE (or 0xC35BBE) is unknown color: approx Fuchsia. HEX triplet: C3, 5B and BE. RGB value is (195,91,190). Sum of RGB (Red+Green+Blue) = 195+91+190=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C35BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BBE is #3CA441. Grayscale: #858585. Windows color (decimal): -3974210 or 12475331. OLE color: 12475331.

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

Color convert

RGB19591190-
CMYK00.530.030.24
HSL302.88º46.43%56.08%-
HSV(B)302.88º53.33%76.47%-
XYZ35.5422.851.24-
YUV133.38159.96171.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 91 (35.94% from 255) = 19.12%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=40.97%
G=19.12%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959119000.530.030.24302.8846.4356.08
HexC35BBE03531812f2e38
Octal3031332760653304575670
Binary1100001110110111011111001101011111000100101111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35BBE; }

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

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

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

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

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

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

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

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