#C358AD

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

Shades of Fuchsia #C358AD

Tints of Fuchsia #C358AD

Color information

#C358AD (or 0xC358AD) is unknown color: approx Fuchsia. HEX triplet: C3, 58 and AD. RGB value is (195,88,173). Sum of RGB (Red+Green+Blue) = 195+88+173=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C358AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C358AD is #3CA752. Grayscale: #818181. Windows color (decimal): -3974995 or 11360451. OLE color: 11360451.

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

Color convert

RGB19588173-
CMYK00.550.110.24
HSL312.34º47.14%55.49%-
HSV(B)312.34º54.87%76.47%-
XYZ33.5421.641.94-
YUV129.68152.45174.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 88 (34.77% from 255) = 19.30%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=42.76%
G=19.30%
B=37.94%

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
Decimal1958817300.550.110.24312.3447.1455.49
HexC358AD037B181382f37
Octal30313025506713304705767
Binary110000111011000101011010110111101111000100111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C358AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C358AD; }

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

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

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

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

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

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

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

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