#C348B6

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

Shades of Fuchsia #C348B6

Tints of Fuchsia #C348B6

Color information

#C348B6 (or 0xC348B6) is unknown color: approx Fuchsia. HEX triplet: C3, 48 and B6. RGB value is (195,72,182). Sum of RGB (Red+Green+Blue) = 195+72+182=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C348B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348B6 is #3CB749. Grayscale: #787878. Windows color (decimal): -3979082 or 11946179. OLE color: 11946179.

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

Color convert

RGB19572182-
CMYK00.630.070.24
HSL306.34º50.62%52.35%-
HSV(B)306.34º63.08%76.47%-
XYZ33.2719.6146.29-
YUV121.32162.25180.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 72 (28.52% from 255) = 16.04%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=43.43%
G=16.04%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957218200.630.070.24306.3450.6252.35
HexC348B603F7181323334
Octal3031102660777304626364
Binary11000011100100010110110011111111111000100110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C348B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C348B6; }

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

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

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

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

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

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

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

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