#C339B6

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

Shades of Fuchsia #C339B6

Tints of Fuchsia #C339B6

Color information

#C339B6 (or 0xC339B6) is unknown color: approx Fuchsia. HEX triplet: C3, 39 and B6. RGB value is (195,57,182). Sum of RGB (Red+Green+Blue) = 195+57+182=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C339B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C339B6 is #3CC649. Grayscale: #707070. Windows color (decimal): -3982922 or 11942339. OLE color: 11942339.

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

Color convert

RGB19557182-
CMYK00.710.070.24
HSL305.65º54.76%49.41%-
HSV(B)305.65º70.77%76.47%-
XYZ32.4117.9146-
YUV112.51167.22186.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 57 (22.66% from 255) = 13.13%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=44.93%
G=13.13%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955718200.710.070.24305.6554.7649.41
HexC339B60477181323731
Octal3037126601077304626761
Binary11000011111001101101100100011111111000100110010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C339B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C339B6; }

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

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

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

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

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

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

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

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