#C348BE

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

Shades of Fuchsia #C348BE

Tints of Fuchsia #C348BE

Color information

#C348BE (or 0xC348BE) is unknown color: approx Fuchsia. HEX triplet: C3, 48 and BE. RGB value is (195,72,190). Sum of RGB (Red+Green+Blue) = 195+72+190=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C348BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348BE is #3CB741. Grayscale: #797979. Windows color (decimal): -3979074 or 12470467. OLE color: 12470467.

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

Color convert

RGB19572190-
CMYK00.630.030.24
HSL302.44º50.62%52.35%-
HSV(B)302.44º63.08%76.47%-
XYZ34.1219.9550.77-
YUV122.23166.25179.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 72 (28.52% from 255) = 15.75%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=42.67%
G=15.75%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957219000.630.030.24302.4450.6252.35
HexC348BE03F31812e3334
Octal3031102760773304566364
Binary1100001110010001011111001111111111000100101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C348BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C348BE; }

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

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

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

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

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

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

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

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