#C358CA

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

Shades of Fuchsia #C358CA

Tints of Fuchsia #C358CA

Color information

#C358CA (or 0xC358CA) is unknown color: approx Fuchsia. HEX triplet: C3, 58 and CA. RGB value is (195,88,202). Sum of RGB (Red+Green+Blue) = 195+88+202=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #C358CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C358CA is #3CA735. Grayscale: #848484. Windows color (decimal): -3974966 or 13260995. OLE color: 13260995.

HSL color Cylindrical-coordinate representation of color #C358CA: hue angle of 296.32º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C358CA is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19588202-
CMYK0.030.5600.21
HSL296.32º51.82%56.86%-
HSV(B)296.32º56.44%79.22%-
XYZ36.6622.8558.35-
YUV132.99166.95172.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 88 (34.77% from 255) = 18.14%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=40.21%
G=18.14%
B=41.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal195882020.030.5600.21296.3251.8256.86
HexC358CA3380151283439
Octal3031303123700254506471
Binary1100001110110001100101011111000010101100101000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C358CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C358CA; }

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

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

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

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

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

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

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

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