#C360BA

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

Shades of Fuchsia #C360BA

Tints of Fuchsia #C360BA

Color information

#C360BA (or 0xC360BA) is unknown color: approx Fuchsia. HEX triplet: C3, 60 and BA. RGB value is (195,96,186). Sum of RGB (Red+Green+Blue) = 195+96+186=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C360BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360BA is #3C9F45. Grayscale: #878787. Windows color (decimal): -3972934 or 12214467. OLE color: 12214467.

HSL color Cylindrical-coordinate representation of color #C360BA: hue angle of 305.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C360BA is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19596186-
CMYK00.510.050.24
HSL305.45º45.21%57.06%-
HSV(B)305.45º50.77%76.47%-
XYZ35.5523.5149.12-
YUV135.86156.3170.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=40.88%
G=20.13%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959618600.510.050.24305.4545.2157.06
HexC360BA0335181312d39
Octal3031402720635304615571
Binary11000011110000010111010011001110111000100110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360BA; }

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

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

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

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

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

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

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

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