#C358C0

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

Shades of Fuchsia #C358C0

Tints of Fuchsia #C358C0

Color information

#C358C0 (or 0xC358C0) is unknown color: approx Fuchsia. HEX triplet: C3, 58 and C0. RGB value is (195,88,192). Sum of RGB (Red+Green+Blue) = 195+88+192=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C358C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358C0 is #3CA73F. Grayscale: #838383. Windows color (decimal): -3974976 or 12605635. OLE color: 12605635.

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

Color convert

RGB19588192-
CMYK00.550.020.24
HSL301.68º47.14%55.49%-
HSV(B)301.68º54.87%76.47%-
XYZ35.5122.3952.32-
YUV131.85161.95173.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=41.05%
G=18.53%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958819200.550.020.24301.6847.1455.49
HexC358C003721812e2f37
Octal3031303000672304565767
Binary1100001110110001100000001101111011000100101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C358C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C358C0; }

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

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

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

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

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

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

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

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