#C352BA

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

Shades of Fuchsia #C352BA

Tints of Fuchsia #C352BA

Color information

#C352BA (or 0xC352BA) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and BA. RGB value is (195,82,186). Sum of RGB (Red+Green+Blue) = 195+82+186=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BA is #3CAD45. Grayscale: #7F7F7F. Windows color (decimal): -3976518 or 12210883. OLE color: 12210883.

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

Color convert

RGB19582186-
CMYK00.580.050.24
HSL304.78º48.5%54.31%-
HSV(B)304.78º57.95%76.47%-
XYZ34.3921.1848.73-
YUV127.64160.94176.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 82 (32.42% from 255) = 17.71%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=42.12%
G=17.71%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958218600.580.050.24304.7848.554.31
HexC352BA03A5181313036
Octal3031222720725304616066
Binary11000011101001010111010011101010111000100110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352BA; }

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

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

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

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

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

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

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

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