#C352BB

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

Shades of Fuchsia #C352BB

Tints of Fuchsia #C352BB

Color information

#C352BB (or 0xC352BB) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and BB. RGB value is (195,82,187). Sum of RGB (Red+Green+Blue) = 195+82+187=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BB is #3CAD44. Grayscale: #7F7F7F. Windows color (decimal): -3976517 or 12276419. OLE color: 12276419.

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

Color convert

RGB19582187-
CMYK00.580.040.24
HSL304.25º48.5%54.31%-
HSV(B)304.25º57.95%76.47%-
XYZ34.4921.2249.29-
YUV127.76161.44175.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 82 (32.42% from 255) = 17.67%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=42.03%
G=17.67%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958218700.580.040.24304.2548.554.31
HexC352BB03A4181303036
Octal3031222730724304606066
Binary11000011101001010111011011101010011000100110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352BB; }

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

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

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

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

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

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

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

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