#C352BD

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

Shades of Fuchsia #C352BD

Tints of Fuchsia #C352BD

Color information

#C352BD (or 0xC352BD) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and BD. RGB value is (195,82,189). Sum of RGB (Red+Green+Blue) = 195+82+189=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BD is #3CAD42. Grayscale: #7F7F7F. Windows color (decimal): -3976515 or 12407491. OLE color: 12407491.

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

Color convert

RGB19582189-
CMYK00.580.030.24
HSL303.19º48.5%54.31%-
HSV(B)303.19º57.95%76.47%-
XYZ34.7121.3150.43-
YUV127.98162.44175.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=41.85%
G=17.60%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958218900.580.030.24303.1948.554.31
HexC352BD03A31812f3036
Octal3031222750723304576066
Binary1100001110100101011110101110101111000100101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352BD; }

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

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

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

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

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

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

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

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