#C354BD

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

Shades of Fuchsia #C354BD

Tints of Fuchsia #C354BD

Color information

#C354BD (or 0xC354BD) is unknown color: approx Fuchsia. HEX triplet: C3, 54 and BD. RGB value is (195,84,189). Sum of RGB (Red+Green+Blue) = 195+84+189=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C354BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C354BD is #3CAB42. Grayscale: #808080. Windows color (decimal): -3976003 or 12408003. OLE color: 12408003.

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

Color convert

RGB19584189-
CMYK00.570.030.24
HSL303.24º48.05%54.71%-
HSV(B)303.24º56.92%76.47%-
XYZ34.8621.6250.48-
YUV129.16161.77174.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 84 (33.20% from 255) = 17.95%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=41.67%
G=17.95%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958418900.570.030.24303.2448.0554.71
HexC354BD03931812f3037
Octal3031242750713304576067
Binary1100001110101001011110101110011111000100101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C354BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C354BD; }

 p { color: rgb(195,84,189); }

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

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

 a { background-color: rgb(195,84,189); }

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

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

 span { border-color: rgb(195,84,189); }

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