#C352B6

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

Shades of Fuchsia #C352B6

Tints of Fuchsia #C352B6

Color information

#C352B6 (or 0xC352B6) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and B6. RGB value is (195,82,182). Sum of RGB (Red+Green+Blue) = 195+82+182=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C352B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352B6 is #3CAD49. Grayscale: #7E7E7E. Windows color (decimal): -3976522 or 11948739. OLE color: 11948739.

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

Color convert

RGB19582182-
CMYK00.580.070.24
HSL306.9º48.5%54.31%-
HSV(B)306.9º57.95%76.47%-
XYZ33.9721.0146.52-
YUV127.19158.94176.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 182 (71.48% from 255) = 39.65%
R=42.48%
G=17.86%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958218200.580.070.24306.948.554.31
HexC352B603A7181333036
Octal3031222660727304636066
Binary11000011101001010110110011101011111000100110011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352B6; }

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

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

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

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

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

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

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

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