#C358AE

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

Shades of Fuchsia #C358AE

Tints of Fuchsia #C358AE

Color information

#C358AE (or 0xC358AE) is unknown color: approx Fuchsia. HEX triplet: C3, 58 and AE. RGB value is (195,88,174). Sum of RGB (Red+Green+Blue) = 195+88+174=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C358AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358AE is #3CA751. Grayscale: #818181. Windows color (decimal): -3974994 or 11425987. OLE color: 11425987.

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

Color convert

RGB19588174-
CMYK00.550.110.24
HSL311.78º47.14%55.49%-
HSV(B)311.78º54.87%76.47%-
XYZ33.6421.6442.45-
YUV129.8152.95174.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=42.67%
G=19.26%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958817400.550.110.24311.7847.1455.49
HexC358AE037B181382f37
Octal30313025606713304705767
Binary110000111011000101011100110111101111000100111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C358AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C358AE; }

 p { color: rgb(195,88,174); }

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

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

 a { background-color: rgb(195,88,174); }

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

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

 span { border-color: rgb(195,88,174); }

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