#C35CB2

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

Shades of Fuchsia #C35CB2

Tints of Fuchsia #C35CB2

Color information

#C35CB2 (or 0xC35CB2) is unknown color: approx Fuchsia. HEX triplet: C3, 5C and B2. RGB value is (195,92,178). Sum of RGB (Red+Green+Blue) = 195+92+178=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C35CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35CB2 is #3CA34D. Grayscale: #848484. Windows color (decimal): -3973966 or 11689155. OLE color: 11689155.

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

Color convert

RGB19592178-
CMYK00.530.090.24
HSL309.9º46.19%56.27%-
HSV(B)309.9º52.82%76.47%-
XYZ34.3722.4744.65-
YUV132.6153.62172.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 92 (36.33% from 255) = 19.78%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=41.94%
G=19.78%
B=38.28%

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
Decimal1959217800.530.090.24309.946.1956.27
HexC35CB20359181362e38
Octal30313426206511304665670
Binary110000111011100101100100110101100111000100110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35CB2; }

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

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

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

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

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

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

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

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