#C538C3

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

Shades of Fuchsia #C538C3

Tints of Fuchsia #C538C3

Color information

#C538C3 (or 0xC538C3) is unknown color: approx Fuchsia. HEX triplet: C5, 38 and C3. RGB value is (197,56,195). Sum of RGB (Red+Green+Blue) = 197+56+195=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C538C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538C3 is #3AC73C. Grayscale: #717171. Windows color (decimal): -3852093 or 12794053. OLE color: 12794053.

HSL color Cylindrical-coordinate representation of color #C538C3: hue angle of 300.85º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C538C3 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB19756195-
CMYK00.720.010.23
HSL300.85º55.73%49.61%-
HSV(B)300.85º71.57%77.25%-
XYZ34.2918.6453.42-
YUV114.01173.71187.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 56 (22.27% from 255) = 12.5%
BLUE value IS 195 (76.56% from 255) = 43.53%
R=43.97%
G=12.5%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975619500.720.010.23300.8555.7349.61
HexC538C304811712d3832
Octal3057030301101274557062
Binary110001011110001100001101001000110111100101101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C538C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C538C3; }

 p { color: rgb(197,56,195); }

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

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

 a { background-color: rgb(197,56,195); }

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

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

 span { border-color: rgb(197,56,195); }

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