#C365B8

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

Shades of Fuchsia #C365B8

Tints of Fuchsia #C365B8

Color information

#C365B8 (or 0xC365B8) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and B8. RGB value is (195,101,184). Sum of RGB (Red+Green+Blue) = 195+101+184=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 184 (72.27% from 255 or 38.33% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C365B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365B8 is #3C9A47. Grayscale: #8A8A8A. Windows color (decimal): -3971656 or 12084675. OLE color: 12084675.

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

Color convert

RGB195101184-
CMYK00.480.060.24
HSL307.02º43.93%58.04%-
HSV(B)307.02º48.21%76.47%-
XYZ35.8124.3748.16-
YUV138.57153.64168.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 184 (72.27% from 255) = 38.33%
R=40.62%
G=21.04%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510118400.480.060.24307.0243.9358.04
HexC365B80306181332c3a
Octal3031452700606304635472
Binary11000011110010110111000011000011011000100110011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365B8; }

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

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

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

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

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

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

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

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