#C352B8

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

Shades of Fuchsia #C352B8

Tints of Fuchsia #C352B8

Color information

#C352B8 (or 0xC352B8) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and B8. RGB value is (195,82,184). Sum of RGB (Red+Green+Blue) = 195+82+184=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C352B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352B8 is #3CAD47. Grayscale: #7F7F7F. Windows color (decimal): -3976520 or 12079811. OLE color: 12079811.

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

Color convert

RGB19582184-
CMYK00.580.060.24
HSL305.84º48.5%54.31%-
HSV(B)305.84º57.95%76.47%-
XYZ34.1721.147.62-
YUV127.42159.94176.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 82 (32.42% from 255) = 17.79%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=42.30%
G=17.79%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958218400.580.060.24305.8448.554.31
HexC352B803A6181323036
Octal3031222700726304626066
Binary11000011101001010111000011101011011000100110010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352B8; }

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

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

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

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

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

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

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

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