#C344BE

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

Shades of Fuchsia #C344BE

Tints of Fuchsia #C344BE

Color information

#C344BE (or 0xC344BE) is unknown color: approx Fuchsia. HEX triplet: C3, 44 and BE. RGB value is (195,68,190). Sum of RGB (Red+Green+Blue) = 195+68+190=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C344BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344BE is #3CBB41. Grayscale: #777777. Windows color (decimal): -3980098 or 12469443. OLE color: 12469443.

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

Color convert

RGB19568190-
CMYK00.650.030.24
HSL302.36º51.42%51.57%-
HSV(B)302.36º65.13%76.47%-
XYZ33.8719.4550.69-
YUV119.88167.58181.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 68 (26.95% from 255) = 15.01%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=43.05%
G=15.01%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956819000.650.030.24302.3651.4251.57
HexC344BE04131812e3334
Octal30310427601013304566364
Binary11000011100010010111110010000011111000100101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C344BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C344BE; }

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

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

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

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

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

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

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

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