#C365BA

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

Shades of Fuchsia #C365BA

Tints of Fuchsia #C365BA

Color information

#C365BA (or 0xC365BA) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and BA. RGB value is (195,101,186). Sum of RGB (Red+Green+Blue) = 195+101+186=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C365BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365BA is #3C9A45. Grayscale: #8A8A8A. Windows color (decimal): -3971654 or 12215747. OLE color: 12215747.

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

Color convert

RGB195101186-
CMYK00.480.050.24
HSL305.74º43.93%58.04%-
HSV(B)305.74º48.21%76.47%-
XYZ36.0224.4549.28-
YUV138.8154.64168.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=40.46%
G=20.95%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510118600.480.050.24305.7443.9358.04
HexC365BA0305181322c3a
Octal3031452720605304625472
Binary11000011110010110111010011000010111000100110010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365BA; }

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

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

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

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

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

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

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

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