#C344B5

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

Shades of Fuchsia #C344B5

Tints of Fuchsia #C344B5

Color information

#C344B5 (or 0xC344B5) is unknown color: approx Fuchsia. HEX triplet: C3, 44 and B5. RGB value is (195,68,181). Sum of RGB (Red+Green+Blue) = 195+68+181=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C344B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344B5 is #3CBB4A. Grayscale: #767676. Windows color (decimal): -3980107 or 11879619. OLE color: 11879619.

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

Color convert

RGB19568181-
CMYK00.650.070.24
HSL306.61º51.42%51.57%-
HSV(B)306.61º65.13%76.47%-
XYZ32.9119.0745.66-
YUV118.86163.08182.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.92%
GREEN value IS 68 (26.95% from 255) = 15.32%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=43.92%
G=15.32%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956818100.650.070.24306.6151.4251.57
HexC344B50417181333334
Octal30310426501017304636364
Binary110000111000100101101010100000111111000100110011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C344B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C344B5; }

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

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

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

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

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

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

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

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