#C352AF

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

Shades of Fuchsia #C352AF

Tints of Fuchsia #C352AF

Color information

#C352AF (or 0xC352AF) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and AF. RGB value is (195,82,175). Sum of RGB (Red+Green+Blue) = 195+82+175=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C352AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352AF is #3CAD50. Grayscale: #7E7E7E. Windows color (decimal): -3976529 or 11489987. OLE color: 11489987.

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

Color convert

RGB19582175-
CMYK00.580.100.24
HSL310.62º48.5%54.31%-
HSV(B)310.62º57.95%76.47%-
XYZ33.2620.7342.81-
YUV126.39155.44176.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 82 (32.42% from 255) = 18.14%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=43.14%
G=18.14%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958217500.580.100.24310.6248.554.31
HexC352AF03AA181373036
Octal30312225707212304676066
Binary110000111010010101011110111010101011000100110111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352AF; }

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

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

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

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

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

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

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

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