#c352c3

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

Shades of Fuchsia #C352C3

Tints of Fuchsia #C352C3

Color information

#C352C3 (or 0xC352C3) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and C3. RGB value is (195,82,195). Sum of RGB (Red+Green+Blue) = 195+82+195=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C352C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352C3 is #3CAD3C. Grayscale: #808080. Windows color (decimal): -3976509 or 12800707. OLE color: 12800707.

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

Color convert

RGB19582195-
CMYK00.5800.24
HSL300º48.5%54.31%-
HSV(B)300º57.95%76.47%-
XYZ35.3721.5853.93-
YUV128.67165.44175.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=41.31%
G=17.37%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958219500.5800.2430048.554.31
HexC352C303A01812c3036
Octal3031223030720304546066
Binary110000111010010110000110111010011000100101100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c352c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c352c3; }

 p { color: rgb(195,82,195); }

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

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

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

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

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

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

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