#C352B1

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

Shades of Fuchsia #C352B1

Tints of Fuchsia #C352B1

Color information

#C352B1 (or 0xC352B1) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and B1. RGB value is (195,82,177). Sum of RGB (Red+Green+Blue) = 195+82+177=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C352B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352B1 is #3CAD4E. Grayscale: #7E7E7E. Windows color (decimal): -3976527 or 11621059. OLE color: 11621059.

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

Color convert

RGB19582177-
CMYK00.580.090.24
HSL309.56º48.5%54.31%-
HSV(B)309.56º57.95%76.47%-
XYZ33.4620.8143.85-
YUV126.62156.44176.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 177 (69.53% from 255) = 38.99%
R=42.95%
G=18.06%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958217700.580.090.24309.5648.554.31
HexC352B103A9181363036
Octal30312226107211304666066
Binary110000111010010101100010111010100111000100110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352B1; }

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

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

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

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

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

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

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

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