#C352AC

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

Shades of Fuchsia #C352AC

Tints of Fuchsia #C352AC

Color information

#C352AC (or 0xC352AC) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and AC. RGB value is (195,82,172). Sum of RGB (Red+Green+Blue) = 195+82+172=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C352AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352AC is #3CAD53. Grayscale: #7D7D7D. Windows color (decimal): -3976532 or 11293379. OLE color: 11293379.

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

Color convert

RGB19582172-
CMYK00.580.120.24
HSL312.21º48.5%54.31%-
HSV(B)312.21º57.95%76.47%-
XYZ32.9720.6241.27-
YUV126.05153.94177.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=43.43%
G=18.26%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958217200.580.120.24312.2148.554.31
HexC352AC03AC181383036
Octal30312225407214304706066
Binary110000111010010101011000111010110011000100111000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352AC; }

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

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

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

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

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

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

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

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