#C35FB6

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

Shades of Fuchsia #C35FB6

Tints of Fuchsia #C35FB6

Color information

#C35FB6 (or 0xC35FB6) is unknown color: approx Fuchsia. HEX triplet: C3, 5F and B6. RGB value is (195,95,182). Sum of RGB (Red+Green+Blue) = 195+95+182=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FB6 is #3CA049. Grayscale: #868686. Windows color (decimal): -3973194 or 11952067. OLE color: 11952067.

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

Color convert

RGB19595182-
CMYK00.510.070.24
HSL307.8º45.45%56.86%-
HSV(B)307.8º51.28%76.47%-
XYZ35.0423.1646.88-
YUV134.82154.63170.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 182 (71.48% from 255) = 38.56%
R=41.31%
G=20.13%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959518200.510.070.24307.845.4556.86
HexC35FB60337181342d39
Octal3031372660637304645571
Binary11000011101111110110110011001111111000100110100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35FB6; }

 p { color: rgb(195,95,182); }

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

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

 a { background-color: rgb(195,95,182); }

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

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

 span { border-color: rgb(195,95,182); }

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