#C365BB

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

Shades of Fuchsia #C365BB

Tints of Fuchsia #C365BB

Color information

#C365BB (or 0xC365BB) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and BB. RGB value is (195,101,187). Sum of RGB (Red+Green+Blue) = 195+101+187=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C365BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365BB is #3C9A44. Grayscale: #8A8A8A. Windows color (decimal): -3971653 or 12281283. OLE color: 12281283.

HSL color Cylindrical-coordinate representation of color #C365BB: hue angle of 305.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C365BB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195101187-
CMYK00.480.040.24
HSL305.11º43.93%58.04%-
HSV(B)305.11º48.21%76.47%-
XYZ36.1324.549.84-
YUV138.91155.14168.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.37%
GREEN value IS 101 (39.84% from 255) = 20.91%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=40.37%
G=20.91%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510118700.480.040.24305.1143.9358.04
HexC365BB0304181312c3a
Octal3031452730604304615472
Binary11000011110010110111011011000010011000100110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365BB; }

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

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

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

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

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

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

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

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