#C352BE

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

Shades of Fuchsia #C352BE

Tints of Fuchsia #C352BE

Color information

#C352BE (or 0xC352BE) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and BE. RGB value is (195,82,190). Sum of RGB (Red+Green+Blue) = 195+82+190=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C352BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352BE is #3CAD41. Grayscale: #7F7F7F. Windows color (decimal): -3976514 or 12473027. OLE color: 12473027.

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

Color convert

RGB19582190-
CMYK00.580.030.24
HSL302.65º48.5%54.31%-
HSV(B)302.65º57.95%76.47%-
XYZ34.8221.3551-
YUV128.1162.94175.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=41.76%
G=17.56%
B=40.69%

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
Decimal1958219000.580.030.24302.6548.554.31
HexC352BE03A31812f3036
Octal3031222760723304576066
Binary1100001110100101011111001110101111000100101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352BE; }

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

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

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

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

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

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

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

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